header{
    background-image: url(Contact\ Us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 72vh;
    width: 100%;
} 
   
.headerNav{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    z-index: 10;
    background-color: #00000083;
    width: 100%;
}
   
.headerNav > div{
    z-index: 100;
}
   
.innerLogo > a > img{
    width:200px;
    height:auto;
}
   
.innerLogo{
    padding-left: 20px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
   
.innerNav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
   
.innerNav > div{
    margin-right: 15px;
}
   
.innerNav > .non-active > a{    
    color: white;
    text-decoration: none;;
    font-weight: 800;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
   
.innerNav > .non-active >  a:hover {
    border-radius: 5px;
    background-color: red;
}
   
.innerNav > .active > a{
  color: red;
  text-decoration: none;;
  font-weight: 800;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
   
.nav-button > a{
    text-decoration: none ;
    background-color: red;
    color: white;
    font-weight: 800;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    display: flex;
    border-radius: 5px;
    padding: 6px 10px 6px 10px;
}
   
.contactus{
    text-align: center;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    font-size: 30px;
    padding-top: 200px;
    text-align: left;
    padding-left: 100px;
    width: calc(100% - 100px);
}

h1{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bolder;
}

h2{
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

h3{
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    color: #FF4500;
    text-align: center;
    margin-top: 100px;
}

input, #roomType{
    border: 1px solid black; 
    height: 30px; 
    border-radius: 5px;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    text-align: left;
    padding-inline-start: 10px;
    color: grey;
    width: 100%;
}

h4{
    font-family: "Open Sans", sans-serif;
    color: black;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

#Message{
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    text-align: left;
    padding-inline-start: 10px;
}

#submit{
    background-color: red;
    width: 25%;
    height: 30px;
    color: white;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    border-style: none;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

input[type="text"]:focus,input[type="email"]:focus,textarea:focus{
    background-color: #e6e8e9;
}

#submit:hover{
    background-color: tomato;
}

.labelColor{
    margin-top: 25px;
}
.labelColor > li{
    list-style-type: none;
    display: inline;
    font-family: "Open Sans", sans-serif;
    margin-left: 20px;
}