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


#ADnav  {
    justify-content: space-between;
    align-items: center;
    display: flex;
    background-color: #ebebeb;
    color: rgb(201, 199, 199);
    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);
 }


option {
    
    color: rgb(248, 251, 255);
    background-color: rgb(67, 109, 126);
}

h3 {
    font-family: Arial Black;
}
h2 {
    font-family: Arial Black;
}

.FreeButton {
    font-size: 17px;
    background-color: rgb(235, 235, 235);
    border-radius: 5px;
    font-style: italic;
    width: 150px;
    color: rgb(49, 136, 136);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 10px;
    border-radius: 10px;
    text-size-adjust: 1;
    border: 1px;
    display: block;
    margin: auto;
    width:150px;
    
    
   
}
.FreeButton:hover {
    cursor: pointer;
    background-color: rgb(255, 116, 65);
    background: linear-gradient(90deg);
    
}

.Gradient {
    height: 500px;
    width: 50%;
    background-color: rgb(49, 136, 136);
    background-image: linear-gradient(lightseagreen); 
    background-size: cover;
    background-position: center;
    
}

.Gradient > h2 {
    font-size: 30px;
    color: white;
    font-weight: bold;
    padding: 3em;
    text-align: center;
}



#ADnav .Home {
    
   background-color:rgb(61, 61, 61);
   margin-inline-end: 10px;
   color: rgb(235, 235, 235);
   border-radius: 25px;
 
    
    
    
 
}

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


section {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.LogIn {
   margin:30px;
    text-align: center;
    
}

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

.LoginButton {
    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;
    display: inline-block;

}

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

}

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

p {
    margin-top: -10px;
    color: #da4c4b;
    font-size: 0.9rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
 .MessageColor {
    margin-top: 10px;
    color: rgb(49, 136, 136);
    font-size: 1.5rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }

 .hidden {
    display: none;
}

#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);

}




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

    .Logo {
        width: 120px;
    }

  .Gradient {
    display: none;
  }
  section {
    justify-content: center;
  }
}

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

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