html, body {
    min-height: 100%;
}

.main-form {
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 15px 0 rgba(0,0,0,0.12) !important; */
    border-color: transparent !important;
    border-radius: 20px;

}

.top-logo {
    margin-top: -10px;
    margin-bottom: 16px;
    display: inline
}

/* @media (min-width: 768px) {
    .top-logo {
        display: inline;
    }
} */

#section-1 .card {
    border: 1px solid var(--accent);
}

#section-1{
    font-size: 1.5em;
    background-color: #fff;
    border: .1px none var(--brand--neutral);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: ￼#ffffffe6;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 5%;
    display: flex;
}

#section-1 a {
    font-size: 0.8em;
}

#section-1 ul {
    list-style-type: none;
    font-size: 1em;
}

.cyan,
.top-navigation li a {
    color: #2eb8c5 !important;
}

.blue,
.top-navigation li a.active {
    color: var(--accent) !important;
}


#section-1 .btn-accent {
    color: var(--inverse-background);
    background-color: var(--accent-secondary);
    border-color: var(--accent-secondary);
}

#section-1 .btn-accent:hover {
    color: #fff;
    background-color: var(--accent-secondary-dark);
    border-color: var(--accent-secondary-light);
}

#corner-logo {
    width: 10em;
    max-width: 50vw;
}

#section-1 .fa-bars {
    font-size: 2em;
    padding-right: 2vh;
}

#nav-menu-inner {
    font-size: 0.75em;
    width: inherit;
}

@media only screen and (max-width: 767px) {
    #section-1 a {
        font-size: 1em;
    }

    #section-1 .btn {
        font-size: 0.7rem;
    }
}

#nav-menu-inner {
    display: none;
    font-size: 1em;
    width: inherit;
}

#section-6 {
    background-color: var(--background-lightly);
    color: #000 !important;
}

.footer-position-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.notfound, #notfound, .notfound h2, .notfound div h3 {
    color: var(--inverse-background) !important;
}

.notfound a {
    color: var(--background-light-gray) !important;
    text-decoration: underline;
}

#section-1-clearfix {
    margin-top: 120px;
}

.bg-eye-1-container {
    position: absolute;
    margin-top: 24%;
    right: -20%;
}

.bg-eye-2-container {
    position: absolute;
    margin-top: -13%;
    left: -29%;
}

.bg-eye-1 {
    opacity: 0.1;
    width: 30vw;
}

.bg-eye-2 {
    opacity: 0.1;
    width: 50vw;
}

.eye-container {
    position: relative;
}

#bg-container{
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
}