body {
  font-family: 'Roboto Mono', monospace;
  background: linear-gradient(#3e085c, #3a0303);
  color: #eee;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 2rem 0;
}

.header-title a {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit color from heading */
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

@media (min-width: 700px) {
  .wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}


.byb-logo {
  max-width: 100px;
  display: block;
  margin: 0 auto 1rem;
  padding: 1rem 0 0;
}

.header-title {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url('img/BYB-NEON-ART.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
}


h1, h2 {
  font-family: Arial, sans-serif;
}

h1 {
  font-size: 1.8rem;
  padding: 1rem;
}

.chevron-icon {
  margin-right: 0.5rem;
}

h2 {
  font-size: 1.5rem;
  margin: 0;
  padding: 1rem 20% 1rem 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

h2.active {
  border-radius: 5px 5px 0 0;
}

.custom-link {
  color: white;
}

section {
  text-align: center;
  margin: 0rem 2rem 1rem 2rem;
  border: 2px solid #fcb900;
  border-radius: 20px 5px;
  position: relative; 
  background: 
    linear-gradient(90deg, rgb(55 2 75 / 77%), rgb(128 8 113 / 41%)),
    url(img/green-cup.png);
  }

.content {
    flex: 1;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
}


.google-maps-logo {
    height: 35px;
    width: auto;
    vertical-align: middle;
    margin-left: 10px;
    background-color: #111;
    border-radius: 10px;
    padding: 5px 10px;
}







/* quote */
.block-quote {
  text-align: left;
  position: relative;
  padding: 1rem 2rem;
  margin: 1rem 0;
  background-color: #0000007a;
  border-radius: 5px;
}

.block-quote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #fcb900;
}

.block-quote p {
  font-style: italic;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5rem;
  font-size: larger;
  margin: 0 0 1rem;
}

.block-quote cite {
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-top: 0.5rem;
}


section#events li strong {
  text-decoration: underline;
}

ul {
  text-align: left;
  display: inline-block;
}


.symbol {
  margin-right: 1rem;
}

a {
  color: #fcb900;
  text-decoration: none;
  text-decoration:underline;
}

a:hover {
  text-decoration: underline;
}



.dj-item {
  text-align: center;
  padding: 1rem;
}

/* Position navigation arrows on the sides of the image */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  font-size: 60px!important;
  color: #fcb900!important;
}

.owl-carousel .owl-nav .owl-prev {
  left: -20px;
}

.owl-carousel .owl-nav .owl-next {
  right: -20px;
}

/* Remove owl-dots */
.owl-carousel .owl-dots {
  display: none;
}


form label {
  display: block;
  margin-top: 1rem;
}

form input,
form textarea {
  width: 90%;
  padding: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

form .submit-button {
  background-color: #0071c5;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  width: auto;
}

form button:hover {
  background-color: #e8a800;
}




.footer {
  background-color: #222;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}