header{
  background-image: url(Homepage1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
} 
 
.headerNav{
  display: flex;
  align-items: center;
  background-color: #00000056;
  position: fixed;
  z-index: 10;
  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 {
  background-color: red;
  border-radius: 5px;
}
 
.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;
}
 
.collection-button > a{
  text-decoration: none ;
  background-color: red;
  color: white;
  font-weight: 800;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  padding: 6px 10px 6px 10px;
}
 
.headerTitle{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-right: 50px;
}
  
.eventspace{
  text-align: center;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: bolder;
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
  
p {
  text-align: center;
  letter-spacing: 2px;
}
  
h1{
  text-align: center;
  color: orangered;
  margin-top: 100px;
}
 
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
 
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  color: white;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  font-size: 80px;
}
  
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
  
  /* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
  
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
  
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
  
.active, .dot:hover {
  background-color: #717171;
}
  
/* Fading animation */
  .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
  
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
    
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
    
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
 
/* Position and size the container of "Our Collection*/

h5{
  text-align: center;
  color: red;
  font-size: 25px;
}

.Collection{
  max-width: 1000px;
  position: relative;
  margin: 100px auto 100px auto;
}
 
#ourCollection{
  margin-top: 150px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  color: red;
  font-size: 24px;
  font-weight: 700;
  padding-left: 10px;
}
 
.whyBookWithUs{
  font-family: "Open Sans", sans-serif;
}

.divider{
  border: solid 8px;
  display: block;
  width: 80px;
  height: 1px;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  margin: 100px auto;
  border-color: #FF4500;
}

.divider2{
  border: solid 2px;
  display: block;
  width: 25px;
  height: 1px;
  border-radius: 15px;
  border-color: black;
  background-color: black;
}

.explaination{
  font-family: "Open Sans", sans-serif;
}

.collectionDetails{
  font-family: "Open Sans", sans-serif;
}

.zoom{
  margin-top: 30px;
}
 
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;
}

#details > a{
  text-decoration: none;
  color: black;
}

#details > a:hover{
  color: #FF4500;
}

.viewAll{
  text-align: center;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  margin-top: 60px;
  margin-bottom: -20px;
}
 
.viewAll > a{
  text-decoration: none;
  color: black;
}
 
.viewAll > a:hover{
  color: red;
}
 
footer{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  height: 230px;
  color: white;
  width: 100%;
}
 
.footLogo{
  margin-left: 100px;
}
 
.footTitle{
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  min-width: 150px;
  margin-left: 120px;
}
 
.footTitleSocial{
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  min-width: 150px;
}

.footDetail{
  display: flex;
  flex-direction: column;
  min-width: 120px;
  margin-left: 120px;
}
 
.footDetail > li{
  list-style-type: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

.footDetail > li > #contactInfo{
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

.footDetail > li > a{
  color: white;
  text-decoration: none;;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
 
.footDetail >li > a:hover{
  color: red;
}

.footSocial > li{
  display: inline;
  list-style-type: none;
  margin-right: 10px;
}

.footFollow{
  margin-bottom: 90px;
}
