.navbar-custom {
  background-color: #290349;
}

header {
 background-color: #ffffff;
 background-color:#040017;
 padding: 10%;  
 
}


body {
  background-image: url('../images/darkb.jpg');
  padding-top: 110px;
  margin: 0;
  font-family: Arial, sans-serif;
  
}



p{
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
  color: white;
}

h1 {
  padding-top: 30px;
  padding-left: 30%;
  padding-bottom: 30px;
  padding-right: 50%;
  
}

h2{
  text-align: center;
  color: white;
  font-family: 'Times New Roman', Times, serif;
}
.gallery-container {
  width: 90%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 40px;
}

.gallery-cell {
  width: 100%;
  height: 600px;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.gallery-cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
}
#animatedText {
  opacity: 0;
  transition: opacity 3s;
   /* Adjust the margin to trigger the animation at the desired scroll position */
}


.flickity-page-dots {
  position: static;
  margin-top: 10px;
}

.flickity-page-dots .dot {
  background: #bbb;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.flickity-prev-next-button {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  
}

.flickity-prev-next-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.flickity-prev-next-button:disabled {
  opacity: 0.5;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #290349;
  color: white;
  cursor: pointer;
  padding-left: 30px;
  padding-right:30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


content {
  font-family: 'Urbanist', sans-serif;
  background-color:#290349;   
  text-align: center;
  color: #fff;
  width:100%;
  padding: 10%;
}