header{
  background-image: url(About\ 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;
}
   
.ourcollection{
  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);
}
   
body{
  background-color: #f1f1f1;
  margin: 0;
  top: 0;
}
   
.aboutus{
  position: relative;
  text-align: center;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: bolder;
  font-size: 60px;
  padding-top: 250px;
  padding-left: 800px;
}
   
h1{
  text-align: left;
  color: orangered;
  padding-top: 80px;
  padding-bottom: 20px;
}
   
p {
  text-align: left;
  letter-spacing: 2px;
}
   
.Explaination{
  font-family: "Open Sans", sans-serif;
  max-width: 1000px;
}
   
.floor-plan {
  max-width: 700px;
  height: auto;
  position: relative;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
  
body{
  background-color: white;
}

