@media only screen and (max-width: 1083px) {
    .section2-text-video {
        margin-top: 15% !important;
    }
}

@media only screen and (max-width: 1056px) {
    .section2-text-video {
        margin-top: 17% !important;
    }
}

@media only screen and (max-width: 952px) {
    .section2-text-video {
        margin-top: 18% !important;
    }
}

@media only screen and (max-width: 867px) {
    .section2-text-video {
        margin-top: 19% !important;
    }
}

@media only screen and (max-width: 838px) {
    .section2-text-video {
        margin-top: 20% !important;
    }
}

@media only screen and (max-width: 785px) {
    .section2-text-video {
        margin-top: 22% !important;
    }
}

@media only screen and (max-width: 722px) {
    .section2-text-video {
        margin-top: 24% !important;
    }
}

@media only screen and (max-width: 661px) {
    .section2-text-video {
        margin-top: 26% !important;
    }
}

@media only screen and (max-width: 600px) {
    .section2-text-video {
        margin-top: 28% !important;
    }
}

@media only screen and (max-width: 576px) {
    .section2-text-video {
        margin-top: 30% !important;
    }
}

@media only screen and (max-width: 560px) {
    .middle-section-video {
        position: unset !important;
    }

    .section2 {
        margin-top: unset !important;
    }

    .section2-text-video {
        margin-top: 1% !important;
    }
}


@media only screen and (max-width: 710px) {
    .section2 {
        background-size: 200% !important;
    }
}


@media only screen and (max-width: 560px) {
    .iframe-c {
        width:100% !important;
    }

    .nav-logo {
        display: none;
    }
}

@media only screen and (max-width: 469px) {
    .middle-image {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .section1-thankyou {
        height: unset !important;
    }
    .interview-request {
        margin-right:unset !important;
    }
}

.iframe-c {
    width:560px;
    height:315px;
}


.sc-nav-bg-color {
    background-color: #042359;
}

/*
.sc-font-color {
    color: white;
}*/

@font-face {
    font-family: LemonMilk;
    src: url('../fonts/LEMONMILK-Regular.otf');    
}

@font-face {
    font-family: BillionDreams;
    src: url('../fonts/BillionDreams_PERSONAL.ttf');    
}

span, h1, h2, h3, p {
    font-family: LemonMilk;
    color: white;
}

.section1 {
    margin-top:70px;
    background-image: url('../images/img3.jpg'), linear-gradient(rgba(47.1,8.2,5.9,0.9),rgba(47.1,8.2,5.9,0.9));
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    height:40%;
    /*z-index: 1;
    position: relative;*/
}

.middle-section {
    position: absolute;
    /*margin-top: -150px;*/
    width:100%;
    text-align: center;
    height: 100%;
    top:0px;
}

.middle-section-video {
    position: absolute;
    margin-top: -155px;
    width:100%;
    text-align: center;
}

.section1-text-video {
    text-align: center;
    position: absolute;
    width:100%;
    padding-top: 7%;
}

.section2-text-video {
    text-align: center;
    margin-top: 15%;
    position: absolute;
    width: 100%;
}


.section2 {
    background-image: url('../images/img2.jpg'), linear-gradient(rgba(0.8,12.9,35.3,0.9),rgba(0.8,12.9,35.3,0.9));
    background-blend-mode: overlay;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height:50%;
}

.section1-text {
    text-align: center;
    position: absolute;
    width:100%;
    padding-top: 8%;
}

.section2-text {
    text-align: center;
    margin-top: 10%;
    /*position: absolute;*/
    width: 100%;
}

nav {
    box-shadow:0 .5rem 1rem rgba(0,0,0,.55)!important;
}

body {
    overflow-y:hidden;
    overflow-x:hidden;
  }

.nav-logo {
    position: absolute;
    width: 120px;
    margin-top:-20px;
    margin-left:20px;
}

.interview-request {
    /*position:absolute;
    right:200px;
    top:70px;*/
    background-color:rgba(255,255,255,0.7);
    padding: 15px 15px 0px 15px;
    /*height:100%;*/
    z-index:1;
    border-radius:35px;
    margin-right:35px;
}

.section1-thankyou {
    margin-top:70px;
    background-image: url('../images/img3.jpg'), linear-gradient(rgba(47.1,8.2,5.9,0.9),rgba(47.1,8.2,5.9,0.9));
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    height:100%;
    /*z-index: 1;
    position: relative;*/
}

input[type=submit]:not(.video-btn) {
    color:white;
    background-color: #042359;
    border-radius:22px;
    border-color: #042359;
    margin:0 auto;
    font-family: LemonMilk;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0 3px 3px rgba(0,0,0,.55)!important;
}

.square-border {
    border-radius: 0px
  }

.div-inputs {
    box-shadow:0 3px 3px rgba(0,0,0,.55)!important;
}

.form-labels {
    background-color: #78150f !important;
    color:white !important;
    width:122px;
}

span.error {
    color:red !important;
    display: none;
}

.video-btn {
    color:white;
    background-color: #78150f;
    border-radius:22px;
    border-color: #042359;
    margin:0 auto;
    font-family: LemonMilk;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0 3px 3px rgba(0,0,0,.55)!important;
}