@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

p {
  line-height: 1.8;
}

img {
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
a {
  font-family: "Bungee", sans-serif !important;
}

.full-image-container {
  background-image: url("../images/bkg-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  position: relative;
  height: 700px;
}

@media(min-width: 1400px){
.full-image-container{
  height: 800px;
}
}

.brand-logo {
  max-width: 500px;
}

.centered-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -1rem);
  text-align: center;
  color: white;
  width: 100%;
}

.brand-tagline{
  color: #fff;
  text-shadow: 0 0 5px #000;
}

/* Custom styles for buttons */
.btn.bg-red {
  background-color: #f8391f !important;
  color: white !important;
  border: none;
  border-bottom: 2px solid #9e380e !important;
}

.btn.bg-white {
  background-color: white;
  color: #f8391f !important;
  border: none;
  border-bottom: 2px solid #f8391f !important;
}

.btn-spacing {
  padding: 0.75rem 2rem;
}

.btn > i {
  padding-right: 0.25rem;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.social-links a {
  font-size: 24px;
  margin: 0 10px;
  color: white;
}

footer .social-links {
  justify-content: end;
}

.container-nav {
  background-color: black;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-size: x-large;
}

.navbar-nav {
  width: 100%;
  justify-content: space-around;
}

.feature-container {
  background-image: url("../images/feature-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-container img {
  height: 80px;
  width: auto;
  margin-bottom: 0.5rem;
}

.feature-container h4 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.feature-container p {
  max-width: 280px;
  margin: auto;
}

.text-red {
  color: #f8391f;
}

.text-darkred {
  color: #9e380e;
}

.section-4,
.join-section {
  background-color: rgb(236, 235, 235);
}

.big-heading {
  font-size: 6vw;
}

.big-heading span {
  font-size: 8.6vw;
  display: block;
  color: #f8391f;
}

.big-heading span.scarry-heading {
  font-size: 6.6vw;
}

.section-6 p,
button,
h3 {
  color: white;
}

.btn-dark {
  background-color: black;
}

.section-6 {
  background-image: url(../images/summer_and_winter.png);
  background-size: 40vw auto;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: right;
}
.bg-dark {
  background-color: black;
}

.footer-logo {
  width: 100px;
}


/* Add some CSS styles to make the controls sticky/fixed */
#music-controls {
  position: fixed;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
  color: red;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#music-controls button{
  color: red;
  border: 2px solid red;
}

#volume-slider {
  width: 100%;
  cursor: grab;
}


#music-controls > div{
  display: flex;
  gap: 5px;
  color: #fff;
}



@media (max-width: 767px) {
  #music-controls{
    display: none !important;
  }
}



@media (max-width: 992px) {
  .big-heading {
    font-size: 5.5vw;
}
}

@media (max-width: 767px) {
  .navbar-dark .navbar-nav .nav-link {
    text-align: center;
  }

  .section-6 {
    background-image: none;
  }

  .full-image-container {
    height: auto;
  }

  .centered-content {
    position: static;
    transform: none;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .social-links {
    margin-top: 20px;
  }

  footer .social-links {
    justify-content: center;
  }

  .feature-container {
    background-size: cover;
  }

  .big-heading {
    font-size: 11vw;
    white-space: nowrap;
  }

  .big-heading span {
    font-size: 16vw;
  }

  .join-section .big-heading {
    font-size: 13vw;
  }

  .big-heading span.scarry-heading {
    font-size: 15vw;
  }
}

@media (max-width: 567px) {
  .brand-logo {
    max-width: 100%;
  }

  .brand-tagline {
    max-width: 260px;
    margin: auto;
    margin-bottom: 2rem;
    text-shadow: -2px 2px #535353;
  }

  .full-image-container {
    background-image: url(../images/hero-mobile.png);
    background-size: 100%;
    background-position: top;
  }

  .centered-content {
    padding-top: 1rem;
  }
  .feature-container {
    background-image: url(../images/feature-bg-mobile.png);
  }

  .hide-on-mobile {
    display: none;
  }
  a.btn {
    width: 100%;
  }

  .big-heading {
    font-size: 15vw;
  }

  .big-heading span {
    font-size: 22vw;
  }

  .join-section .big-heading {
    font-size: 17vw;
  }

  .big-heading span.scarry-heading {
    font-size: 19vw;
  }

  .mt-5px-mobile{
    margin-top: 5px;
  }
}



/* bigger screen text issue */

@media (min-width: 1200px){
  .big-heading {
    font-size: 5rem;
  }
  
  .big-heading span {
    font-size: 7.6rem;
  }
  
  .big-heading span.scarry-heading {
    font-size: 5.6rem;
  }
}