@font-face {
    font-family: BebasNeue;
    src: url(fonts/BebasNeue.otf);
}

.mc-field-group {
    display: inline-block;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.vertical-align-team {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hero-container {
    text-align: center;
    width: 100vw;
    max-height: 720px;
    /*min-height: 720px;*/
    height: 100vh;
    background-image: url(images/heroBackground.png);
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-color: #999;
}

.services-container {
    text-align: center;
    width: 100vw;
    height: auto;
    background-image: url(images/Test.jpg) ;
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    background-color: #999;
    padding-bottom: 100px;
    padding-top: 100px;
}

.team-container {
    text-align: center;
    width: 100vw;
    /*min-height: 750px;*/
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
    background-image: url(images/space.jpg) ;
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    background-color: #999;
}

.portfolio-container {
    text-align: center;
    width: 100%;
    /*min-height: 720px;*/
    /*height: 850px;*/
    /*height: calc(100% + 100px);*/
    background-image: url(images/portfolioBackground.png) ;
    background-position: center center;
    background-repeat:  no-repeat;
    /*background-attachment: fixed;*/
    background-size:  cover;
    background-color: #999;
    padding-bottom: 60px;
}

.contact-container {
    text-align: center;
    width: 100%;
    height: auto;
    background-image: url(images/contactBackground.png) ;
    background-position: center center;
    background-repeat:  no-repeat;
    /*background-attachment: fixed;*/
    background-size:  cover;
    background-color: #999;
    padding-bottom: 75px;
    padding-top: 60px
}

.hero-container .nav-bar-container {
    width: 100%;
    height: 70px;
    background-color: hsla(0, 0%, 0%, 0.7);
}

.nav-bar-container .nav-logo {
    /* height: 40px; */
    margin-left: 40px;
    position: relative;
    top: 54%;
    transform: translateY(-50%);
    float: left;
    color: white;
    font-family: BebasNeue;
    font-size: 34px;
}

.nav-bar-container .nav-real-logo {
    height: 40px;
    margin-left: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    color: white;
    font-family: BebasNeue;
    font-size: 34px;
}

.nav-bar-container .nav-buttons-container {
    margin-right: 40px;
    /*width: 460px;*/
    height: 100%;
    display: inline-block;
    float: right;
    font-family: BebasNeue;
    /*position: relative;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

.nav-buttons-container .nav-link, .nav-buttons-container .nav-cta-container {
    padding-top: 5px;
    color: white;
    display: inline-block;
    font-size: 24px;
    width: 150px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nav-bar-container .services-link {
    width: 85px;
}


.nav-buttons-container .nav-cta-container {
    background: linear-gradient(345deg, rgba(96, 67, 255, 1.00), rgba(74, 215, 226, 1.00));
    height: 60px;
    position: relative;
    margin-top: -5px;
}

.hero-container .hero-content-container, .hero-content-container .hero-left-container, .hero-content-container .hero-right-container {
    margin: 0;
    padding: 0;
}

.hero-container .hero-content-container {
    width: 100%;
    height: calc(100% - 70px);
    font-size: 0;
    display: inline-block;
}

.hero-content-container .hero-left-container, .hero-content-container .hero-right-container {
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.hero-content-container .hero-left-container {
    width: 60%;
}

.hero-content-container .hero-left-container {
    width: 40%;
}

.hero-right-container .hero-graphic {
    width: 455px;
    /*position: relative;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

.hero-left-container .hero-left-content-container {
    position: relative;
    top: 50%;
    transform: translateY(36%);
    font-family: BebasNeue;
    text-align: center;
    color: white;
    font-size: 75px;
}

.hero-left-content-container .hero-title-two {
    margin-top: -20px;
}

.hero-left-button-container {
    margin-top: -40px;
}

.hero-left-button-container .hero-buttons {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    padding-top: 13px;
    font-family: "Avenir Next";
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
}

.hero-left-button-container .cta-button {
    border: 2px solid white;
    background: linear-gradient(345deg, rgba(96, 67, 255, 1.00), rgba(74, 215, 226, 1.00));
}

.hero-left-button-container .portfolio-button {
    border: 2px solid hsl(0, 0%, 100%);
}

.services-container .service-img-container {
    margin-top: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.services-container .service-title {
    font-family: BebasNeue;
    color: white;
    font-size: 99px;
}

.service-title span {
    font-size: 50px;
    margin-right: 3px;
}

.services-container .service-sub-text {
    font-family: "Avenir Next";
    font-size: 18px;
    color: white;
    margin-top: -20px;
}

.services-container .service-image {
    width: 300px;
    height: 235px;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}

.portfolio-title {
    padding-top: 80px;
    font-family: BebasNeue;
    color: white;
    font-size: 99px;
}

.portfolio-slider {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.boppr-img {
    width: 500px;
}

.boppr-desc {
    color: white;
    font-family: "Avenir Next";
    margin-top: 10px;
    margin-bottom: 10px;
}

.slick-dots {
    color: white !important;
}

.slick-dots li.slick-active button:before {
    color: white !important;
}

.slick-dots li.slick-active button:before {
    color: white !important;
    font-size: 15px !important;
}

.slick-dots li button:before {
    font-size: 15px !important;
    color: white !important;
}

.team-title {
    font-family: BebasNeue;
    color: white;
    font-size: 99px;
}

.profile-images {
    width: 300px;
    text-align: center;
    padding-top: 10px;
}
.profile-name {
    font-family: BebasNeue;
    font-size: 56px;
    color: #453d85;
}

.profile-skill {
    margin-top: -15px;
    font-size: 16px;
    font-family: "Avenir Next";
    color: #453d85;

}

.team-boxes {
    width: 300px;
    height: 400px;
    background: #EDE2FF;
    color: white;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
}

.middle-box {
    background: #E3D1FF;
}

.contact-content-container {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.input-one {
    border-radius: 100px;
    border: 2px solid hsl(0, 0%, 100%);
    background: transparent;
    width: 620px;
    height: 110px;
    padding-top: 5px;
    color: white;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 16px;
    outline: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
}

.input-two {
    border-radius: 100px;
    border: 2px solid hsl(0, 0%, 100%);
    background: transparent;
    width: 300px;
    height: 50px;
    padding-top: 5px;
    color: white;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 16px;
    outline: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
}

.input-one::placeholder, .input-two::placeholder {
    color: white;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 16px;
}

.contact-submit {
    background: linear-gradient(335deg, rgba(96, 67, 255, 1.00), rgba(74, 215, 226, 1.00));
    border-radius: 100px;
    border: 2px solid hsl(0, 0%, 100%);
    width: 300px;
    display: block;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-family: avenir next;
    padding-top: 5px;
    font-size: 16px;
}



@media (max-width: 1080px) {
    .hero-right-container .hero-graphic {
        width: 350px;
    }

    .hero-left-container .hero-left-content-container {
        font-size: 62px;
    }

    .hero-left-button-container .hero-buttons {
        width: 175px;
        height: 45px;
        padding-top: 11px;
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .hero-content-container .hero-left-container {
        width: 50%;
    }

    .hero-right-container .hero-graphic {
        width: 280px;
    }

    .hero-left-container .hero-left-content-container {
        font-size: 48px;
    }

    .hero-left-button-container {
        margin-top: -27px;
    }

    .hero-left-button-container .hero-buttons {
        width: 135px;
        height: 45px;
        padding-top: 12px;
        font-size: 14px;
    }

    .services-container .service-title {
        line-height: 1;
    }

    .services-container .service-sub-text {
        margin-top: -5px;
        font-size: 14px;
    }

    .team-title {
        line-height: 1;
        margin-bottom: 20px;
    }

}

@media (max-width: 650px) {
    .hero-left-container .hero-left-content-container {
        font-size: 40px;
    }

    .hero-left-content-container .hero-title-two {
        margin-bottom: 20px;
    }

    .contact-content-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .input-two {
        min-width: 200px;
        width: 45%;
    }

    .input-one {
        width: 100%;
    }
}

@media (max-width: 555px) {

    .services-container .service-title {
        font-size: 40px;
        padding-bottom: 5px;
    }

    .services-container .service-sub-text {
        margin-top: -5px;
        font-size: 13px;
    }

    body {
        overflow-x: hidden;
    }

    .vertical-align {
        position: relative;
        top: 50%;
        transform: translateY(-45%);
    }

    .hero-left-container .hero-left-content-container {
        transform: translateY(0%);
    }

    .hero-right-container .hero-graphic {
        transform: translateY(0%);
    }

    .hero-content-container .hero-left-container {
        width: 100%;
        padding-top: 30px;
    }

    .hero-content-container .hero-right-container {
        padding-bottom: 50px;
    }

    .hero-content-container .hero-left-container, .hero-content-container .hero-right-container {
        height: 50%;
    }

    .nav-buttons-container .nav-link, .nav-buttons-container .nav-cta-container {
        font-size: 18px;
    }

    .nav-buttons-container .nav-link, .nav-buttons-container .nav-cta-container {
        width: 115px;
    }

    .nav-bar-container .services-link {
        width: 50px;
    }

    .services-container .service-sub-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .portfolio-title {
        font-size: 56px;
    }

    .portfolio-slider {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .portfolio-slider img {
        width: 100%;
    }

    .team-title {
        font-size: 48px;
    }
}

@media (max-width: 485px) {

    .services-container {
        padding-top: 50px;
    }
    .team-container {
        background-image: url(images/space.jpg);
        background-attachment: scroll;
    }

    .services-container {
        background-attachment: scroll;
    }

    .nav-bar-container .nav-buttons-container {
        display: none;
    }

    .input-two {
        min-width: 280px;
        width: 80%;
    }

    .input-one {
        min-width: 280px;
        width: 80%;
        border-radius: 25px;
    }

    #mc-embedded-subscribe {
        min-width: 280px;
        width: 80%;
    }
}