#ADnav {
    justify-content: space-between;
    align-items: center;
    display: flex;
    background-color: #ebebeb; 
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    font-family: Arial;
    width: 100%;
}

#ADnav a {

    color: rgb(61, 61, 61);
    background-color: transparent;
    padding: 15px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 7px;
    font-family: Arial black, Helvetica, sans-serif;
    width: 100%;  
 }

#ADnav a:hover {
    color: rgb(255, 116, 65);
    
}
.Align {
    text-align: center;
}




button {
    margin-top: 10px;
    font-size: 16px;
    background-color: rgb(49, 136, 136);
    border-radius: 10px;
    font-style: italic;
    width: 150px;
    color: white;
    font-family: Arial Black, Helvetica, sans-serif;
    padding: 10px;
    text-size-adjust: 1;
    border: 1px;
}

textarea {
    outline: none;
    padding: 5px;
    width: 450px;
    height: 120px;
    border-radius: 5px;
    border: 1px solid rgb(49, 136, 136);
    margin-bottom: 7px;
    

}



input[type=text],
input[type=Email] {
    
    outline: none;
    padding: 10px;
    width: 250px;
    border: 1px solid rgb(49, 136, 136);
    border-radius: 6px;
    margin: 0.8rem;


}

* {
    margin: 0;
    box-sizing: border-box;
}



p {
    margin-top: -10px;
    color: #da4c4b;
    font-size: 0.9rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.Error {
    border-color: #da4c4b !important;
    background-color: #fef5f7;
    
    
}

button:hover {
    background-color: rgb(255, 116, 65);
    cursor: pointer;
}



.Question {
    text-align: center;
    font-size: 1rem;
    color: rgb(61, 61, 61);
    margin-top: 1.5rem;
    font-family: Arial black, Helvetica, sans-seri;
}




h1 {

    color: rgb(49, 136, 136);
    font-family: Arial black, Helvetica, sans-serif;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 10px;
    font-style: oblique;


}




.TextareaAlign {
    text-align: center;
    margin: 0.8rem;
}

.Button {
    text-align: center;
    margin-top: -6px;
}

.MessageUs {
    text-align: center;
    margin-top: 15px;
    color: rgb(49, 136, 136);
    font-size: 1.5rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


#ADnavresp {
    background-color: #ebebeb; 
    color: rgb(201, 199, 199);
    padding: 10px;
    position: sticky;
    top: 0;
}

.Burger {
    height: 30px;
    float: right;
    cursor: pointer;
}

.Nav {
width: 100%;
position: fixed;
background-color: #ebebeb;
padding-left: 10px;

}

.Nav a {
    display: block;
    text-decoration: none;
    font-family: Arial black, Helvetica, sans-serif;
    color: rgb(61, 61, 61);
   line-height: 35px;
}

.Nav a:hover {
   color: rgb(255, 116, 65);

}

.hidden {
    display: none;
}




@media only screen and (max-width: 1023px) {
    #ADnav {
       display: none;
    }

    .Logo {
        width: 120px;
    }

 textarea {
    width: 350px;
 }
}

@media only screen and (min-width: 1024px) {
    .Nav {
        display: none;
    }

    #ADnavresp {
        display: none;
        
    }
    
.Logo {
    width: 180px;
    
}
}

