html, body {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container {
    height: auto;
    min-height: 800px;
    width: 100vw;
    padding: 32px;
    min-width: 0;
}

.container-email {
    height: auto;
    width: 100%;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 50px;
    display: block;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
    display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
    display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

#nav.navbar .nav-link {
    display: block;
    border-radius: 10px;
}

#nav.navbar .nav-link:hover {
    border-radius: 10px;
    background: cadetblue !important;
}

#nav.navbar .nav-link.active {
    border-radius: 10px;
    background: cadetblue !important;
}