/* --------------------------------------
=========================================
RESPONSIVE FIXES
=========================================
-----------------------------------------*/

@media (min-width: 1601px) {}

@media (min-width: 1200px) {
    .sidebar {
        width: 25%;
    }
}

@media (min-width: 1300px) {
    h1 {
        font-size: 120px !important;
    }
    h2 {
        font-size: 80px !important;
    }
    .large {
        font-size: 50px !important;
    }
    .normal {
        font-size: 20px !important;
    }
    .small {
        font-size: 18px !important;
    }
    .smaller {
        font-size: 15px !important;
    }
    .founders .fdn a {
        font-size: 16px !important;
    }
    .text-pr {
        font-size: 18px !important;
    }
}

@media (min-width: 768px) {
    #home {
        position: relative;
    }
    #body .container {
        top: 10vh;
    }
    #home .scroll {
        display: block;
        margin-top: 0;
    }
    #home .scroll-resp {
        display: none;
    }
    .menu-resp {
        display: none !important;
    }
    .wisenext-logo-alt>img {
        display: none;
    }
    header .container {
        width: 90%;
        padding-top: 50px;
    }
    li.contact-link a .contact {
        opacity: 0;
    }
    .c-ham-dis {
        display: none;
    }
    .wisenext-person {
        margin-top: 20px;
    }
    .navbar-header {
        float: left;
    }
    .collapse {
        display: block !important;
    }
    .navbar-collapse {
        border-top: none !important;
        box-shadow: none !important;
    }
    #myCarousel {
        float: right;
        width: calc(33.3333% + 33.3333%);
        height: 50vh;
    }
    .line-br {
        white-space: pre-line;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        text-align: center;
    }
    .swiper-slide {
        padding: 20px 20px 20px 0;
    }
    .hide-normal {
        display: none;
    }
    .founders .fdn a {
        font-size: 14px;
    }
    .restrain {
        width: 210px;
        margin-left: 0;
    }
}

@media (min-width: 640px) {
    #body {
        background: url('../assets/png/background.png') no-repeat;
        background-size: 100vw;
        background-position: 0 -70px;
        background-attachment: scroll;
    }
}

@media (max-width: 639px) {
    #body {
        background: url('../assets/png/background-alt.png');
        background-size: 100vw;
        background-position: 0 -100px;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
}

@media (max-width: 767px) {
    .wisenext-logo>img,
    .wisenext-logo-alt>img {
        height: 23px;
        margin: 7px 0 4px 14px;
    }
    .wisenext-navbar {
        background-color: white;
    }
    .c-links {
        margin-top: 20px;
        width: 100%;
    }
    #home {
        position: relative;
    }
    .line-br {
        white-space: normal;
    }
    #home .scroll-resp {
        display: block;
        position: absolute;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.6);
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .navbar-right {
        float: none !important;
        margin: auto !important;
    }
    .hide-resp {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none;
    }
    header {
        padding: 0;
    }
    header .container {
        padding: 10px;
    }
    h1 {
        font-size: 45px !important;
        line-height: 50px;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    #body .container {
        top: 15vh;
    }
    .wisenext-person {
        width: 45%;
        margin-top: 0;
    }
    .wisenext-logo-alt>img {
        display: block;
    }
    li.contact-link a .contact {
        margin-right: 10px;
        opacity: 1;
    }
    .wisenext-intro {
        top: 20vh;
    }
    .large {
        font-size: 25px !important;
        line-height: 28px !important;
    }
    .normal {
        font-size: 12px !important;
        line-height: 14px;
    }
    .small {
        font-size: 10px !important;
    }
    .smaller {
        font-size: 10px !important;
    }
    #myCarousel {
        float: right;
        width: 100%;
        height: 50vh;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0 !important;
    }
    .swiper-slide {
        padding: 20px;
    }
    .c-hamburger {
        margin-right: 35px;
    }
    .founders .fdn {
        white-space: nowrap;
    }
    .founders .fdn a {
        margin-right: 10px;
        white-space: nowrap;
        font-size: 11px;
        line-height: 13px;
    }
    .partner-logos img {
        max-width: 100px;
    }
}