header{
  background-image: url(Our_Collection.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;
  padding-bottom: 50px;
}

/* Position and size the container of "Our Collection*/
.Collection-row1, .Collection-row2{
  position: relative;
  max-width: 1000px;
  margin: 100px auto;
}

p {
text-align: center;
letter-spacing: 2px;
}

h1{
text-align: center;
color: orangered;
padding-top: 100px;
padding-bottom: 50px;
}

.nameOfRoom{
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: center;
}

.features{
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.zoom{
  margin-top: 30px;
  transition: transform .1.5s;
}

.zoom:hover{
  transform: scale(1.5);
}

h2{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding-left: 10px;
}
 
h3{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 500;
}

.whyBookWithUs{
  font-family: "Open Sans", sans-serif;
}

.divider2{
  border: solid 2px;
  display: block;
  width: 25px;
  height: 1px;
  border-radius: 15px;
  border-color: black;
  background-color: black;
}

.Magnify > div > a{
  color: black;
  text-decoration: none;
}

.Magnify > div > a:hover{
  color: #FF4500;
}
.Magnify:hover{
  width: 150%;
  height: auto;
}

body{
  background-color: white;
}
