
@font-face{
    font-family: Lato;
    src: url('/fonts/Lato-Regular.ttf');
}

@font-face{
    font-family: Lato-Black;
    src: url('/fonts/Lato-Black.ttf');
}

@font-face{
    font-family: Gill-Sans-Medium;
    src: url('/fonts/Gillsans.otf');
}

@font-face {
    font-family: Segoe;
    src:url('fonts/Segoe.eot?#') format('eot'),
        url('fonts/Segoe.ttf') format('truetype');  
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Lato;
}

html{
    scroll-behavior: smooth;
}

.ms{
    scroll-margin-top: 120px;
}

/* Mobile Nav */

.mobileNav{
    display: none;
}

/* Navbar */

nav{
    width: 100%;
    height: 100px;
    background-color: #1992E7;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 30px 0px 30px;
    box-shadow: 0px 0px 8px 0px #000;
    position: fixed;
    top: 0px;
    z-index: 2;
}

a{
    text-decoration: none;
    color: #fff;
}

.navBox1 ul{
    list-style-type: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 0px 0px;

}

.navBox1 ul li{
    margin: 40px;
    font-size: 1.5vw;
    cursor: pointer;
}

.navBox1 ul li a{
    transition: color 300ms ease-out;
}

.navBox1 ul li a:hover{
    color: #000;
    font-weight: bold;
    transition: 300ms;
}

.logo{
    width: 125px;
}

.flag{
    width: 60px;
    margin: 30px 0px 0px 0px;
}

/* Header */

header{
    margin: 110px 0px 0px 0px;
    display: flex;
    justify-content: center;
}

.headerBox1{
    display: flex;
    flex-direction: column;
    margin: 0px 0px 50px 50px;
    padding-left: 10%;

}

.headerBox1 p{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: Lato-Black;
}

.title{
    font-size: 3vw;
    font-family: Segoe;
    font-weight: 200; 
    text-shadow: 1px 1px 2px rgb(95, 95, 95);
}

.headerBox2{
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerBox2 p{
    margin: 0px 0px 0px 2px;
    font-family: Segoe;
    font-weight: 200;
    align-self: baseline;
}

.logoSmall{
    height: 50px;
}

.headerImg{
    height: 400px;
    position: relative;
    right: 100px;
}

/* Main content */

main{
    width: 100%;
    background-image: url('/images/main-bg.png');
    background-position: right;
    background-repeat: no-repeat;
}

/* Section 1 */

.section1{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 0px 0px;
}

.img2{
    height: 400px;
    align-self: flex-start;
}

.img3{
    height: 300px;
}

.section1Box1{
    display: flex;
    flex-direction: column;
    width: 25%;
}

.section1Box1 h2{
    width: 90%;
    text-align: right;
    font-family: Lato-Black;
    text-shadow: 1px 1px 2px rgb(95, 95, 95);
}

.bigTitle{
    font-size: 5vw;
}

.smallTitle{
    font-size: 4vw;
}

@font-face{
    font-family: Lato-;
    src: url('/fonts/Lato-Bold.ttf');
}

.section1Box1 h3{
    width: 80%;
    text-align: end;
    align-self: flex-end;
    font-family: Lato-;
}

.section1Box1 p{
    width: 80%;
    font-size: 1.1vw;
    font-family: Lato-;
    text-align: end;
    align-self: center;
    margin: 10px 0px 0px 0px;
}

/* Section 2 */

#whatwedo{
    scroll-margin-top: -65px;
}

.section2{
    width: 100%;
    height: auto;
    padding: 100px 0px 100px 0px;
    background-image: url('/images/section2-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    scroll-margin-top: -50px;
}

.section2Box1{
    margin: 50px 0px 0px 0px;
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.section2 h2{
    font-family: Lato-Black;
    text-shadow: 1px 1px 2px rgb(95, 95, 95);
}

.section2TitleBox{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 50px;
}

.section2TitleBox h3{
    margin: 20px 0px 0px 0px;
}

.section2TextBox{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 50px;
}

.section2TextBox p{
    text-align: -webkit-right;
    font-size: 1.2vw;
    margin: 5px;
}

.img4{
    width: 60%;
    position: relative;
    right: 100px;
    bottom: 0px;
    z-index: 1;
}

/* Section 3 */

.section3{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 200px 100px 200px;
    
}

.section3Box1{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0px 60px 0px 0px;
}

.logoContact{
    width: 300px;
    align-self: center;
    margin: 0px 0px 50px 0px;
}

.img5{
    width: auto;
    height: 250px;
    align-self: flex-end;
}

.section3Box2{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.formBox{
    width: 90%;
}

.formBox h2{
    font-size: 4vw;
    text-align: right;
    font-family: Lato-Black;
    margin: 0px 0px 10px 0px;
    text-shadow: 1px 1px 2px rgb(95, 95, 95);
}

.formBox h3{
    font-size: 1.3vw;
    text-align: right;
}

.contactForm{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 20px 0px 0px 0px;
}

.contactForm input{
    height: 60px;
    background-color: #1992E7;
    margin: 10px 0px 10px 0px;
    padding: 0px 10px 0px 20px;
    font-size: 1.5vw;
    color: #fff;
    border: none;
    border-radius: 15px 0px 15px 0px;
    -webkit-box-shadow: 0px 17px 37px -25px rgba(112,112,112,1);
    -moz-box-shadow: 0px 17px 37px -25px rgba(112,112,112,1);
    box-shadow: 0px 17px 37px -25px rgba(112,112,112,1)
}

.contactForm input::placeholder{
    color: #fff;
}

.contactForm textarea{
    height: 200px;
    min-height: 200px;
    max-height: 350px;
    background-color: #1992E7;
    margin: 10px 0px 10px 0px;;
    padding: 20px 10px 0px 20px;
    font-size: 1.5vw;
    color: #fff;
    border: none;
    border-radius: 15px 0px 15px 0px;
    -webkit-box-shadow: 0px 17px 37px -25px rgba(112,112,112,1);
    -moz-box-shadow: 0px 17px 37px -25px rgba(112,112,112,1);
    box-shadow: 0px 17px 37px -25px rgba(112,112,112,1);
    resize: vertical;
}

.contactForm textarea::placeholder{
    color: #fff;
}

.contactForm button{
    width: 40%;
    height: 60px;
    transition: background 500ms ease-in-out;
    background-color: #1992E7;
    margin: 20px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 1.5vw;
    color: #fff;
    border: none;
    border-radius: 15px 0px 15px 0px;
    align-self: flex-end;
    -webkit-box-shadow: 0px 17px 37px -25px rgba(112,112,112,1);
    -moz-box-shadow: 0px 17px 37px -25px rgba(112,112,112,1);
    box-shadow: 0px 17px 37px -25px rgba(112,112,112,1);
    cursor: pointer;
    
}

.sendButton:hover{
    background-color: #000;
    color: #fff;
    transition: all 500ms;
}

/* Footer */

footer{
    width: 100%;
    height: 250px;
    background-image: url('/images/footer-bg.png');
    background-position: top;
    background-attachment: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerLogo{
    width: 15%;
}


/* Media querys */

@media screen and (min-width: 1400px){
    
    /* Section 2 */

    .section2Box1{
        margin: 300px 0px 0px 0px;
    }

}

@media screen and (min-width: 1000px){
    
    .section1Box1 h3{
        width: 90%;
        align-self: stretch;
        font-size: 2vw;
    }
    
}

@media screen and (max-width: 998px){

    /* Header */

    .title{
        font-size: 5vw;
    }

    .headerImg{
        height: 350px;
    }

    /* Section 1 */

    .img2{
        height: 360px;
    }

    .img3{
        height: 250px;
    }

    .section1Box1 h2{
        width: 100%;
    }

    .smallTitle{
        font-size: 5vw;
    }

    .bigTitle{
        font-size: 5.5vw;
    }

    .section1Box1 p{
        width: 100%;
        font-size: 1.5vw;
    }

    /* Section 2 */

    .section2{
        background-position: bottom;
    }

    .section2TitleBox{
        margin: 0px;
    }

    .section2TextBox{
        margin: 0px;
    }
    
    .section2TitleBox h3{
        text-align: start;
        font-size: 3vw;
    }

    .section2Box1 p{
        font-size: 1.5vw;
    }

    /* Section 3 */

    .section3{
        padding: 0px 150px 100px 100px;
    }

    .formBox h2{
        font-size: 5vw;
    }

    .formBox h3{
        font-size: 2vw;
    }

    .section3Box2{
        width: 55%;
    }

    .contactForm input{
        font-size: 2vw;
        
    }

    .contactForm textarea{
        font-size: 2vw;
    }

}

@media screen and (max-width: 870px){

    /* Navbar */

    .navBox1 ul li{
        font-size: 2vw;
    }

    /* Header */

    .headerBox1{
        margin: 0px 30px 50px 50px;
    }

    .headerImg{
        height: 285px;
    }

    /* Section 2 */

    .section2{
        padding: 30px 0px 100px 0px;
    }

    .section2Box1{
        width: 70%;
    }

    .section2Box1 p{
        font-size: 1.8vw;
    }

    .img4{
        width: 65%;
    }

    /* Section 3 */

    .formBox{
        width: 100%;
    }

}

@media screen and (max-width: 768px){
    
    .ms{
        scroll-margin-top: 130px;
    }
    
    /* Navbar */

    nav{
        display: none;
    }

    .mobileNav{
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px;
        width: 100%;
        height: 90px;
        background-color: #1992E7;
        z-index: 5;
        box-shadow: 0px 0px 8px 0px #000;
    }
    
    .logo{
        width: 120px;
    }

    .fa-bars{
        font-size: 6vw;
        color: #fff;
    }

    .fa-times{
        display: none;
        font-size: 6vw;
        color: #fff;
    }

    .hiddenNav{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #1992E7;
        flex-direction: column;
        align-items: center;
        z-index: 5;
        margin: 90px 0px 0px 0px;
    }

    .hiddenNavBox{
        margin: 20px 0px 40px 0px;
    }

    .hiddenNavBox ul li{
        text-decoration: none;
        list-style-type: none;
        text-align: center;
        font-size: 6vw;
        margin: 50px;
    }

    .flag{
        width: 50px;
    }

    /* Header */

    header{
        margin: 0px;
        padding: 150px 0px 0px 0px;
    }

    .headerImg{
        height: 225px;
    }

    /* Section 1 */

    .img2{
        height: 280px;
        margin: 70px 0px 0px 0px;
    }

    .img3{
        height: 200px;
    }

    .section1Box1{
        width: 30%;
    }

    .smallTitle{
        font-size: 6vw;
    }

    .bigTitle{
        font-size: 6.5vw;
    }

    .section1Box1 p{
        font-size: 1.8vw;
    }
    
    /* Section 2 */
    
    #whatwedo{
        scroll-margin-top: 30px;
    }
    
    .section2TitleBox h3{
        text-align: center;
        font-size: 2.2vw;
    }

    /* Section 3 */

    .logoContact{
        width: 215px;
    }

    .section3{
        padding: 0px 110px 100px 50px;
    }

    .formBox h2{
        font-size: 6vw;
    }

    .formBox h3{
        font-size: 2.3vw;
    }

    .contactForm button{
        font-size: 1.8vw;
    }
    
    /* Footer */

    .footerLogo{
        width: 25%;
    }

}

@media screen and (max-width: 650px){
    
    main{
        background-image: none;
    }

    /* Header */

    header{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .headerBox1{
        margin: 0px;
        padding: 0px;
    }

    .title{
        font-size: 10vw;
    }

    .headerImg{
        height: 200px;
        position: inherit;
        margin: 30px 0px 0px 0px;
    }

    /* Section 1 */

    .section1{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        height: auto;
        margin: 100px 0px 100px 0px;
    }

    .section1Box1{
        width: 100%;
    }

    .smallTitle{
        font-size: 8vw;
    }

    .bigTitle{
        font-size: 10vw;
    }

    .section1Box1 h2{
        text-align: center;
    }
    
    .section1Box1 h3{
        width: 100%;
        font-size: 5vw;
        margin: 20px 0px 0px 0px;
        text-align: center;
    }

    .section1Box1 p{
        width: 50%;
        font-size: 3vw;
        margin: 50px;
        text-align: center;
    }

    .img2{
        align-self: center;
    }

    /* Section 2 */

    .section2TitleBox h3{
        width: 55%;
        font-size: 4vw;
        
    }

    .section2Box1 p{
        font-size: 2.5vw;
    }

    .img4{
        right: 50px;
        width: 75%;
    }

    /* Section 3 */

    .section3{
        padding: 0px 60px 100px 0px;
    }

    .section3Box1{
        margin: 0px 30px 0px 0px;
    }

    .logoContact{
        width: 150px;
    }

    .img5{
        height: 200px;
        align-self: center;
    }

    .section3Box2{
        width: 100%;
    }

    .formBox h2{
        font-size: 8vw;
    }

    .contactForm input{
        font-size: 4vw;
    }

    .contactForm textarea{
        font-size: 4vw;
    }

    .contactForm button{
        font-size: 3vw;
    }

}

@media screen and (max-width: 468px){

    /* Navbar */
    
    .logo{
        width: 100px;
    }

    .fa-bars{
        font-size: 10vw;
    }

    .fa-times{
        font-size: 10vw;
    }

    .hiddenNavBox ul li{
        font-size: 8vw;
    }

    /* Header */

    .title{
        font-size: 12vw;
    }

    .headerImg{
        height: 180px;
    }

    /* Section 1 */

    .smallTitle{
        font-size: 10vw;
    }

    .bigTitle{
        font-size: 12vw;
    }

    .section1Box1 p{
        font-size: 4.5vw;
    }

    /* Section 2 */

    .section2Box1{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .section2TitleBox{
        align-items: center;
    }
    
    .section2TitleBox h3{
        font-size: 7vw;
    }

    .section2TextBox{
        width: 80%;
        align-items: center;
    }

    .section2TextBox p{
        text-align: center;
        font-size: 4vw;
        margin: 50px 0px 0px 0px;
    }

    .img4{
        right: 0px;
        width: 90%;
    }

    /* Section 3 */

    .section3{
        padding: 20px;
    }

    .section3Box1{
        display: none;
    }

    .section3Box2{
        width: 100%;
    }

    .formBox h2{
        font-size: 12vw;
        text-align: center;
    }

    .formBox h3{
        font-size: 5vw;
        text-align: center;
        margin: 10px 0px 40px 0px;
    }

    .contactForm input{
        font-size: 5vw;
        height: 70px;
    }

    .contactForm textarea{
        font-size: 5vw;
        height: 230px;
        max-height: 230px;
    }

    .contactForm button{
        font-size: 4vw;
    }

    /* Footer */

    .footerLogo{
        width: 35%;
    }


}

@media screen and (max-width:390px){
    
}