body {
  background-color: #c4c4c4;
}
.custom-navbar {
  background-color: #ff0038;
}
li {
  justify-content: center;
}
.collapse {
  justify-content: center;
}
.rock-salt-regular {
  font-family: "Rock Salt", cursive;
  font-weight: 400;
  font-style: normal;
}
/* Navbar text colors */
.custom-navbar .navbar-nav .nav-link {
  color: #000000;
  font-family: 'Rock Salt', cursive;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .navbar-nav .nav-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.custom-navbar .navbar-nav .nav-link.active {
  color: #ffffff;
}

/* Mobile menu icon color */
.custom-navbar .navbar-toggler {
  border-color: rgba(0,0,0,0.1);
}
.custom-navbar .navbar-toggler-icon {
  filter: invert(1);
}
.bi-facebook {
  color: #ff0038;
}
.bi-instagram {
  color: #ff0038;
}
.bi-spotify {
  color: #ff0038;
}
.drumstick {
  color: #ff0038;
}
.col-lg-12 {
  font-family: 'Rock Salt';
  color: #000000;
  margin-top: 40px;
}
.biggen {
  font-family: 'Rock Salt';
  color: #000000;
}
.dark {
  font-family: 'Roboto';
  color: #000000;
}
.email {
  font-family: 'Roboto';
  color: #000;
}
.btn {
  color: #000;
  background-color: #ff0038;
  border-color: #ffffff;
}.btn:hover {
  color: #ff0038;
  background-color: #ffffff;
  border-color: #000;
}
.form-control {
  font-family: 'Roboto';
}
.videos-heading {
  font-family: 'Rock Salt';
}
main .show-title {
  font-style: bold;
}
main .shows-heading {
  font-family: 'Rock Salt';
  color: #000000;
}
main .section-heading {
  font-family: 'Rock Salt';
  color: #000000;
}
/* Contact Page Styles */
.contact-page {
    background-color: #f8f9fa;
}

.contact-heading {
    font-family: 'Rock Salt', cursive;
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.contact-subheading {
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-size: 1.2rem;
}

.contact-form {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.btn-submit {
    background-color: #ff0038;
    color: white;
    padding: 0.5rem 2rem;
    border: none;
    font-family: 'Rock Salt', cursive;
}

.btn-submit:hover {
    background-color: #d90030;
}

footer .footer-content .footer-logo {
  size: 350%;
}