    *{
    font-family: math;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    html {
    scroll-behavior: smooth;
    }

    body {
    font-family: Arial, sans-serif;
    background: url('back.png') no-repeat ; 
    width: 100%;
    background-size: cover;
    }

    header{
        display: flex;
    }
    header h1{
        margin: auto;
    color: white;
    font-size: 3.5vw;
    }

    #bb{
        margin: 1% 0% 0% 2%;
    font-size: 1vw;
    padding: 0.2% 2%;
    background: white;
    }

    #all{
        display: flex;
        justify-content: center;
    }

    #text{
        color: white;
        margin: 5% 2%;

    }

    #text ul p{
        margin: auto;
        display: flex;
        justify-content: center;
        font-size: 3vw;
    }
    #text ul li{
        font-size: 2vw;
        list-style-type: none;
        background: #08000063;
        margin: 1%;
    }

    #forms{
        background: url('form.png') no-repeat;
        background-size: cover;
        width: 50%;
        margin: 2% 2%;
    }
    #forms img{
       width:6vw;
       display: flex;
       margin: 1% auto;
    }
    #forms form{
        display: flex;
        flex-direction: column;
    }
    #forms form input{
        max-width: 80%;
        margin: 2% auto;
        padding: 1% 10%;
        font-size: 1.2vw;
        text-align: center;
    }

/* CONTACT FORM*/
#ContactForm{
    background-color: #44696612;
    display: flex;
    padding: 2%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3% auto;
    width: 80%;
}

#formsubmit{
    background: linear-gradient(#0c0f68, #404074);

    box-shadow: 2px 3px 4px 3px #0000006e; 
    color: white;
}
#formsubmit:hover{
    background: linear-gradient(#3a718f,black);
    font-size: 2vw;
}

#ContactForm h1{
    text-shadow: 2px 1px #00000040;
    font-size: 4vw;
    color: white;
}

#ContactForm form{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    margin: 2% auto;
}
#ContactForm form div{
    display: flex;
    left: -1px;
}

#ContactForm form div input{
    width: 20vw;
    height: 0;
}

#ContactForm form input{
    font-size: 2vw;
    padding: 8%;
    margin: 2%;
    border: 0px;
    border-radius: 12px;
    width: 40vw;
}
#ContactForm form input:hover{
    font-size: 2vw;
}
#ContactForm label{
    font-size: 3vw;
    color: #00a7ff;
    margin: 2%;
    margin-bottom: -2%;
}
#ContactForm select{
    border: 5px solid #00a7ff;
    border-radius: 12px;
    padding: 2%;
    width: 100%;
    font-size: 2vw;
}


#back button{
    padding: 1%;
    border-radius: 40vw;
    position: absolute;
    top: 4%;
    left: 2%;
    background: #0e3541;
    font-size: 2vw;
    border: 0px;
}

#back a{
    text-decoration: none;
    color: white;
}


/*Contact*/
#contact{
    background: linear-gradient(black,#227f9b);
    display: flex;
    padding: 1%;
    
}
#contact-text{
    text-align: left;
    width: 1000%;
    margin-top: 2%;
    
}

#locas{
    padding: 3% 2% 4% 3%;
    font-size: 1.5vw;  
}

#locas p{
    color: #d4d4d4;
    padding: 1%;
}
#contactp{
    max-width: 50%;
    width: 50%;
}
#contact-text h1{
    font-size: 3vw;
    color: white;
    border-bottom: 3px solid white;
}

#contactp a{
   text-decoration: none;
   color: white;
}

#whyus{
 max-width: 50%;
}
#whyus p{
    font-size: 1.5vw;
}

#locas{
    display: flex;
}

















    
@media only screen and (max-width: 1024px) {


    #forms form input {
        font-size: 3.2vw;}

    #all {
            flex-direction: column-reverse;
            align-items: center;
        }
    
    #text ul li {
            font-size: 4vw;
    }





}