.navigation-bar{
  background-color: purple;
  position: fixed;
  width: 100%;
  z-index: 1;
}


.nav-item{
  margin-left: 20px;
  margin-right: 20px;
}

.nav-link{
  color: black;
}


.drop-list {
  color: #fff;
  background-color: purple;
  outline: none;
}

.dropdown-menu {
  padding: 0px;
  border: 0px;
  position: relative;
  right: 0%;
  left: auto;
}

.drop-list:focus {
  background-color: #fff;
  color: #000;
}

.images{
  height: 600px;
  width: 100%;
  position: absolute;
  z-index: 0;
  margin-right: 20px
}

#photos-carousel{
  background-color: #E8D3DE;
  height: 850px;
  position: relative;
  top: 50px;
}

#photos-carousel h1{
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: purple;
  font-size: 60px;
}

.image_overlay{
  height: 600px;
  width: 100%;
  position: relative;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s;
}


.image_overlay p{
  font-family: "Baloo 2", cursive;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  color: white;
  margin: 0px;
  padding-top: 20px;
}

.image_overlay h2{
  font-family: 'Merriweather', serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: white;
  margin: 0px;
  width: 80%;
}

.image_overlay > *{
  transform: translateY(50px);
  transition: transform 0.5s;
}

.image_overlay:hover >*{
  transform: translateY(10px);
  trasnition: transform 0.5s;
}


.image_overlay:hover{
  opacity: 0.6;
  /* backdrop-filter: blur(); */
}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

.social-icon {
  margin: 30px 40px;
  color: purple;
  border-radius: 100%;
  font-size: 25px;
}

.fa-facebook-f:hover, .fa-twitter :hover, .fa-instagram:hover, .fa-envelope:hover {
  color: white;
}

.footer-div {
  margin: 0px;
  background-color: #E8D3DE;
  height: 100px;
  width: 100%;
  padding-bottom: 150px;
  text-align: center;
  border: 0px;
  position: relative;
  top: 50px;
}

.table{
  position: relative;
  top: 50px;
  width: 80%;
  margin: 50px auto;
  border: none;
  border-collapse: collapse;
}


tr{
  padding: 0px;;
  margin:0px;
}

.color1{
  background-color: pink;
}

.color2{
  background-color: purple;
}

.top-row{
  background-color: #E8D3DE;
  font-family: "Merriweather", sans-serif;
}

.detail-row1, .detail-row2, .detail-row3{
  background-color: white;
}

.detail-row1:hover, .detail-row2:hover, .detail-row3:hover{
  background-color: #C682AE;
  color: white;
}
