body {
  background-color: #000;
  color: #fff;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-size: 2rem;
}

h1, h2, h3 {
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
}

h2 {
  font-size: 4rem;
  font-weight: normal;
}

p {
  font-size: 2rem;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

header .logo {
  text-align: center;
  margin-bottom: 10px;
}
header .logo img {
  width: 300px;
  margin: 30px 0 0;
}
header .logo h1 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: normal;
}
header .logo h1 span {
  font-size: 3.5rem;
}
header .navbar .navbar-collapse {
  justify-content: center;
  border-bottom: 1px solid #808080;
}
header .navbar .navbar-collapse .navbar-nav {
  padding-bottom: 10px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 15px;
  letter-spacing: 1px;
  font-size: 1.6rem;
  text-align: center;
  font-family: "Century Gothic";
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
header .navbar-toggler {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  margin: 0 auto;
}

.alert {
  font-size: 1.2rem;
}

.navbar {
  background-color: transparent !important;
  padding: 20px 0;
}

.navbar-nav .nav-link {
  color: #fff !important;
  margin: 0 15px;
  font-weight: normal;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.hero-section {
  padding: 30px 0;
  text-align: center;
}
.hero-section h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.hero-section h2 span {
  font-size: 3rem;
}

.hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: #fff;
}

.hero-about {
  color: #fff;
  text-align: left;
}
.hero-about h3 {
  margin-bottom: 20px;
}
.hero-about p {
  font-size: 1.6rem;
}
.hero-about img {
  float: left;
  margin-bottom: 20px;
}

.mission-section {
  padding: 50px 0 0;
  background-color: #000;
}

.mission-title {
  font-size: 3.5rem;
  margin-bottom: 30px;
}

.mission-text {
  margin-bottom: 30px;
}

.lion-section {
  position: relative;
  overflow: hidden;
}

.lion-image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.music-section {
  padding: 40px 0;
}

.section-title {
  font-size: 3rem;
  font-weight: normal;
  text-align: left;
  margin-bottom: 50px;
  color: #fff;
}

.upcoming-title {
  font-size: 2rem;
  margin-bottom: 40px;
}

.music-grid {
  display: grid;
  margin-bottom: 50px;
}

.music-card h3 {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-align: center;
}

.grid-upcoming {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.grid-upcoming .music-card h3 {
  font-size: 1.5rem;
}

.grid-current {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.music-image {
  overflow: hidden;
  height: auto;
  border: 1px solid #fff;
  position: relative;
}
.music-image .music-countdown {
  margin: 0;
  padding: 0;
  background: #8b0305;
  color: white;
  padding: 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  font-size: 1.4rem;
}
.music-image .music-countdown:before,
.music-image .music-countdown:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #8b0305;
}
.music-image .music-countdown:before {
  right: 100%;
}

.music-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.btn-preview, .btn-spotify {
  padding: 8px 15px;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.btn-preview {
  background-color: #000;
  border-color: #666;
  color: #fff;
}

.btn-spotify {
  background-color: #000;
  border-color: #666;
  color: #fff;
}

.movement-section {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  padding: 80px 0 25px;
  text-align: center;
}

.movement-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.movement-lead {
  width: 600px;
  max-width: 100%;
  margin: auto;
  text-align: left;
}
.movement-lead p {
  font-size: 1.4rem;
}

.video-container {
  width: 800px;
  max-width: 100%;
  margin: 40px auto;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: inline;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-container .play-icon {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
}
.video-container .play-icon img {
  width: 60px;
}

.warm-fuzzies {
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.kids-first-logo {
  max-width: 300px;
  margin: 30px auto;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #333;
  transition: transform 0.3s ease;
}

.kids-first-logo:hover {
  transform: scale(1.1);
}

.newsletter-section {
  background: #8b0305;
  padding: 60px 0;
}
.newsletter-section .newsletter-title {
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: #fff;
}
.newsletter-section .newsletter-form {
  max-width: 500px;
  margin: 0;
}
.newsletter-section .newsletter-form .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 12px;
  margin-bottom: 15px;
}
.newsletter-section .newsletter-form .btn-subscribe {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-weight: normal;
  font-size: 1.4rem;
}

.social-footer {
  background-color: #000;
  padding: 40px 0;
  text-align: center;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 100px;
}

.social-icon {
  width: 80px;
  height: 80px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 2.6rem;
  margin: 0 10px;
}

.social-icon:hover {
  background-color: #333;
  color: #fff;
}

.footer-text {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}
.footer-text p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  color: #ccc;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}

.lesson-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.lesson-text {
  font-size: 1.6rem;
}

.signature {
  position: relative;
  top: -40px;
  left: 0;
  z-index: -1;
}

.music-section .section-title {
  text-align: center;
}

.about-page .video-container {
  margin: 0 auto 40px auto;
}

.kids-first-section, .powerful-merch-section {
  margin: 80px 0 120px;
  text-align: center;
}
.kids-first-section h2, .powerful-merch-section h2 {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  p {
    font-size: 1.6rem;
  }
  .hero-image {
    font-size: 2.6rem;
  }
  .mission-title, .section-title {
    font-size: 2.6rem;
  }
  .video-container {
    width: 100%;
  }
  .newsletter-form {
    max-width: 100%;
  }
  .lesson-title {
    font-size: 1.4rem;
  }
  .lesson-text {
    font-size: 1.2rem;
  }
  .lesson-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .signature {
    width: 200px;
    position: static;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 1.2rem;
  }
  .mission-title, .section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .mission-section {
    padding-top: 20px;
  }
  .navbar-collapse {
    margin-top: 15px;
  }
  .gg-logo {
    text-align: center;
  }
  .gg-logo img {
    width: 300px;
  }
  .newsletter-section {
    padding: 40px 0;
    background-image: url(images/gg-logo.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .newsletter-section .newsletter-title {
    text-align: center;
  }
  .newsletter-section .newsletter-form {
    margin: 0 auto;
  }
  .newsletter-section .gg-logo {
    display: none;
  }
  .social-icon {
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    font-size: 2rem;
    margin-bottom: 70px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1.4rem;
    padding: 7px 15px;
  }
  .about-page .hero-section h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .music-page .music-section h2.section-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .grid-upcoming, .grid-current {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .hero-image {
    font-size: 2.5rem;
  }
  .mission-title, .section-title {
    font-size: 2.5rem;
  }
  .music-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  .video-container {
    width: 100%;
  }
  .newsletter-form {
    max-width: 100%;
  }
  .social-icons {
    gap: auto;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .social-icon {
    margin-bottom: 10px;
  }
  .newsletter-section .newsletter-title {
    font-size: 1.3rem;
  }
  .movement-lead p {
    font-size: 1.2rem;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .hero-mobile {
    text-align: left;
  }
  .hero-mobile img {
    margin: 30px 0;
  }
  .hero-mobile h3 {
    margin-bottom: 15px;
  }
  .kids-first-section {
    font-size: 3rem;
    margin-top: 40px;
  }
  .powerful-merch-section {
    font-size: 3rem;
    margin-top: 40px;
  }
}
@media (max-width: 585px) {
  h2 {
    font-size: 2.1rem;
  }
  .movement-title {
    font-size: 2.2rem;
  }
  .movement-section {
    padding: 50px 0 25px;
    font-size: 2.2rem;
  }
  .mission-title, .section-title {
    font-size: 2.2rem;
  }
}
@font-face {
  font-family: "Century Gothic";
  src: url("fonts/CenturyGothic-Bold.woff2") format("woff2"), url("fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}/*# sourceMappingURL=style.css.map */