* {
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html,body {
    width:100%;
    height:100%;
}

#main {
    display: none;
}

a, a:hover, a:focus, a:visited, a:active {
    color: #fff;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

header, #contacts {
    background-color: #000;
    padding: 20px;
    color: #fff;
    text-align: center;
}

footer {
    background-color: #EDF2F7;
    padding: 60px 0;
}

.footer-links {
    /*text-align: left;*/
    margin-top: 20px;
}

.footer-links > a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#faq {
    background-color: #191919;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.section-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px;
}

.over-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: none transparent;
}

.over-text {
    font-size: 1.3rem;
}

.over-text-title {
    font-size:1.7rem;
}

.button-link {
    border: 1px solid white;
    padding:15px;
    margin: 0 3px;
    text-align: center;
    cursor:pointer;
}

.button-link:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.button-link > a {
    text-decoration: none;
    font-size:1.4rem;
}

.button-link:hover > a {
    color:#000;
}

.big-text {
    font-size: 3rem;
    font-weight: 300;
}

.big-text-bold {
    font-weight: 600;
}

.big {
    display: none;
}

.accordion-container {
    margin: 40px auto;
}

.accordion-item, .accordion-header, .accordion-button {
    background-color: transparent;
    color: #fff;
    border: none;
}

.accordion-item {
    border-bottom: 1px solid #666;
}

.accordion-button {
    font-size: 1.2rem;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #fff;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-collapse {
    text-align: justify;
}

.icon-social-facebook {
    height: 16px;
    width: 8.25px;
    background-color: #FFFFFF;
}

.rectangle {
    height: 37px;
    width: 36.99px;
    border-radius: 18px;
    background-color: #4B5668;
}

.icon-social-facebook-icon-soci {
    height: 16px;
    width: 16px;
}

button:focus:not(:focus-visible) {
    outline: none !important;
}

.nexxus-mission {
    font-size: 14px;
    margin-top: 30px;
}

.full {
    width:100%;
    height:100%;
    position: relative;
}

.centered {
    margin: 0;
    position: absolute;
    top: 50%;
    left:50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {

    .right-desktop {
        text-align: right;
    }
}

@media (max-width: 1023px) {
    .center-mobile {
        text-align: center;
    }

    .mt-mobile {
        margin-top: 20px;
    }
    .over-text {
        font-size: 1.1rem;
    }
    .over-text-title {
        font-size:1.1rem;
    }
    #bottomleft, #bottomright {
        padding-bottom:0 !important;
    }
    .variable-height {
        height:550px;
    }
}


