.skids-hero-content-wrap {
  position: relative;
  z-index: 2;
  min-height: clamp(380px, 58vh, 680px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: clamp(1.5rem, 3.5vw, 2.75rem);
}

.skids-hero-center {
  min-height: clamp(380px, 58vh, 680px);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-bottom: clamp(1.5rem, 3.5vw, 2.75rem) !important;
}

.skids-hero-subheading {
  font-size: 1.1rem;
  font-family: Nove, sans-serif;
  color: #fff;
  margin-bottom: 1.2rem;
  margin-top: -1rem;
  letter-spacing: 0.03em;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .skids-hero-content-wrap,
  .skids-hero-center {
    min-height: 320px;
    padding-bottom: 1.5rem !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .skids-hero-title {
    font-size: 2.2rem;
  }
  .skids-hero-subheading {
    font-size: 0.95rem;
  }
}
/* ===================HEADER=================== */
.mobile-logo {
  width: 100%;
  height: auto;
  max-width: 100px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.header-logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
  width: min(18vw, 240px);
}

.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-header-logo-wrap {
  display: none;
}

.mobile-header-logo {
  display: inline-block;
  width: min(62vw, 250px);
  margin: 0 auto 1.5rem;
}

.mobile-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
header {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: url("../images/Rare Americans Band Image.jpg") no-repeat #1f1f1f;
  background-size: cover;
  background-position: center center;
}
.videoWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#bgvid {
  position: absolute;
  background: url("../images/bg-loading-img.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-height: 100vh;
  height: 100%;
}

.linkWrapper {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translate(-50%, 0%);
}

.vertical-center {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* video {
    position: absolute;
    background: url('../images/bg-loading-img.JPG'); 
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
} */
/* @media (max-width: 768px) {
    video{
        min-height: 70vh;
        height: 70vh;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url('../images/video.png');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
} */
/* @media (max-width: 480px){
    video{
        min-height: 40vh;
        height: 40vh;
        z-index: 0;
    }
} */
header .menu img {
  max-width: 100%;
  width: 9.583vw;
}
.nav-desktop {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  padding-right: 20px;
  font-weight: 500;
  z-index: 1;
}
.nav-desktop-2 {
  background: rgba(250, 250, 250, 1);
  background: -moz-linear-gradient(
    right,
    rgba(250, 250, 250, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    right top,
    left top,
    color-stop(0%, rgba(250, 250, 250, 1)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    right,
    rgba(250, 250, 250, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    right,
    rgba(250, 250, 250, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    right,
    rgba(250, 250, 250, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(250, 250, 250, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=1 );
}
.nav-desktop .menu {
  position: relative;
  list-style: none;
  text-align: right;
  text-transform: uppercase;
  transform: translateY(-50%);
  top: 50%;
}
.nav-desktop ul li {
  padding: 10px;
}
.nav-desktop .socials-desktop li {
  display: inline-block;
}

.navbar-nav .nav-item .nav-link {
  font-size: 2rem;
  color: white;
  padding: 0 0.5em;
}

.logo {
  width: 100%;
  height: auto;
  max-width: 100px;
}

.sticky-logo-link {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.mobile-only {
  display: none;
}
.hamburger-menu {
  color: white;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.nav-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: -20px;
  right: -351px;
  bottom: 0;
  z-index: 1001;
  padding: 20px 30px;
  transition: all 0.3s;
  width: 350px;
  height: 105vh;
  margin-top: 0;
  background: #ef4748;
  text-align: center;
}
.nav-bar_open {
  right: 0;
  width: 100%;
}
.close {
  color: white;
  position: absolute;
  top: 33px;
  right: 15px;
  font-size: 1.8rem;
  opacity: 1;
}
.nav-mobile li a {
  margin-bottom: 1.8rem;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 7px;
  font-size: 1.5rem;
}

li.list-inline-item a {
  font-size: 2.25vw;
}

.list-unstyled li {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ==================HEADER END================ */

@font-face {
  font-family: Futura;
  src: url("../fonts/futura-condensedlight.otf") format("opentype");
}

@font-face {
  font-family: Hogfish;
  src: url("../fonts/Hogfish DEMO.otf") format("opentype");
}

@font-face {
  font-family: Futura-bold;
  src: url("../fonts/futura-condensedbold.otf") format("opentype");
}

@font-face {
  font-family: JongoMyBongos;
  src: url("../fonts/JongoMyBongos_v02.ttf") format("truetype");
}

@font-face {
  font-family: Nove;
  src: url("../fonts/Nove.ttf") format("truetype");
}

@font-face {
  font-family: funkrocker;
  src: url("../fonts/FUNKROCKER.OTF") format("opentype");
}

@font-face {
  font-family: skids;
  src: url("../fonts/S_kids_v09-Regular.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: Nove, sans-serif;
  color: #333;
  font-size: 1vw;
  overflow-x: hidden;
}
.bg {
  background-image: url("../images/new/Blue\ Textured\ Header_1.png");
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-red {
  background: #ef4748;
}

.bg-blue-texture {
  background-image: url("../images/new/Sticky\ Header\ Texture.png");
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Nove, sans-serif;
}
h1 {
  font-size: 4.34vw;
}
.futura-extra {
  font-family: Nove, sans-serif;
}
li a {
  font-size: 2vw;
  color: #fff;
}
a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  color: #fff;
  text-decoration: none;
}
#fixed-nav li a {
  color: #fff;
}
#fixed-nav li a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
}

main {
  background-attachment: fixed;
}

#fixed-nav {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.fixed-menu {
  list-style: none;
  text-align: right;
  text-transform: uppercase;
  transform: translateY(-50%);
  top: 50%;
  padding-right: 20px;
}

ul.fixed-menu li {
  padding: 10px;
}

#footer li.list-inline-item a {
  font-size: 3vw;
  margin: 0.75vw;
}

#news {
  position: relative;
  background: url(../images/new/Blue\ Textured\ Header_1.png) no-repeat #005b9c;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  min-height: clamp(420px, 68vh, 760px);
  padding-top: 0;
  padding-bottom: 0;
}

.skids-hero-section {
  isolation: isolate;
}

.skids-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0a0a0a;
}

.skids-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skids-hero-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  min-height: 100%;
  height: 56.25vw;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.skids-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.55));
  pointer-events: none;
}

.skids-hero-content-wrap {
  position: relative;
  z-index: 2;
  min-height: clamp(380px, 58vh, 680px);
  align-items: flex-end;
  padding-bottom: clamp(1.5rem, 3.5vw, 2.75rem);
  margin-top: 3.5rem;
}

.skids-hero-center {
  margin-top: 3.5rem;
}
@media (max-width: 992px) {
  .skids-hero-content-wrap,
  .skids-hero-center {
    margin-top: 0 !important;
  }
}


.skids-hero-title {
  font-size: clamp(2.2rem, 7.2vw, 5rem);
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.55);
}

#merch {
  position: relative;
  background: url("../images/new/Blue\ Textured\ Header_1.png") no-repeat
    #ef4748;
  background-size: cover;
}

#tour {
  position: relative;
  background: url("../images/Tour Background.jpg") no-repeat #1c1c1c;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

#tour::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 0;
}

#tour > * {
  position: relative;
  z-index: 1;
}

.tour-message {
  font-size: clamp(1rem, 1.6vw, 1.45rem);
  line-height: 1.6;
}

.tour-signup-shell {
  background: #efe6d8;
  border-radius: 14px;
  padding: 1rem;
}

.tour-signup-embed {
  display: block;
  background: #efe6d8;
  border-radius: 10px;
  margin: 0 auto;
}

#music {
  position: relative;
  background: #ef4748;
  overflow: visible;
}

#music::before {
  content: none;
}

#music > * {
  position: relative;
  z-index: 1;
}

#music > .music-horse-cutout {
  position: absolute;
  z-index: 2;
}

#videos {
  position: relative;
  background: url(../images/new/Blue\ Textured\ Header_1.png) no-repeat #005b9c;
  background-size: cover;
  background-position: left top, right 184%;
}

#about {
  position: relative;
  background: #ef4748;
  min-height: 45vh;
}

#newsletter {
  position: relative;
  background: url(../images/new/Blue\ Textured\ Header_1.png) no-repeat #005b9c;
  background-size: cover;
  background-position: center 72%;
}

#footer {
  position: relative;
  background: #ef4748;
}

.merch-img-1 {
  position: absolute;
  bottom: 2rem;
  left: 10vw;
  max-width: 8vw;
}

.music-img-1 {
  position: absolute;
  bottom: 0;
  right: 3.5%;
  max-width: 26vw;
}

.music-horse-cutout {
  position: absolute;
  right: 1vw;
  bottom: -9vw;
  max-width: 20vw;
  z-index: 2;
  pointer-events: none;
}

.music-albums-slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2.25rem;
}

.music-albums-slider .album-item {
  text-align: center;
}

.music-albums-slider .album-item img {
  width: auto;
  max-width: 100%;
  max-height: 280px;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.music-albums-slider .slick-prev:before,
.music-albums-slider .slick-next:before {
  color: #ffffff;
}

.album-title {
  min-height: 3.2em;
  line-height: 1.2;
  margin-bottom: 0.85rem;
}

.album-stream-btn {
  margin-top: 0;
  background: #005b9c;
  border-color: #005b9c;
}

.album-stream-btn:hover,
.album-stream-btn:focus,
.album-stream-btn:active {
  background: #01406e;
  border-color: #01406e;
}

.music-albums-slider .album-title {
  min-height: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: initial;
}

.music-links-last {
  margin-left: auto;
  margin-right: auto;
}

.music-links-grid {
  padding-bottom: 2.5rem;
}

.music-links-grid .btn-listen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 767.98px) {
  .music-albums-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .music-albums-slider .album-item img {
    max-height: 260px;
  }

  .album-title {
    min-height: 0;
    margin-bottom: 0;
  }

  .music-albums-slider .album-title {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.tour-img-1 {
  position: relative;
  margin: auto;
  bottom: 0;
  max-width: 28vw;
}

.tour-text {
  font-size: 1.1vw;
}

.videos-img-1 {
  max-width: 14vw;
}

.about-img-1 {
  position: absolute;
  bottom: 14%;
  right: 2%;
  max-width: 22.44vw;
}

.footer-img-1 {
  position: absolute;
  bottom: 0;
  right: 2%;
  max-width: 23vw;
}

.newsletter-img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 35vw;
}

.newsletter-img-2 {
  position: absolute;
  bottom: 0;
  right: 3.5%;
  max-width: 30vw;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    right: -10%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    right: -10%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.cursor:hover {
  cursor: pointer;
}
.red {
  color: #ef4748;
}
.blue {
  color: #005b9c;
}

.countdown {
  margin-top: 0.5rem;
  font-size: 3rem;
  font-family: Hogfish, sans-serif;
  color: #ffffff;
}

.special-font {
  font-family: Hogfish, sans-serif;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 1rem;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: #4590B2; */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1rem;
}
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
  opacity: 1;
}
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Shutter Out Horizontal End */

.btn-danger {
  font-size: 1.25vw;
  background: #ef4748;
  border-color: #ef4748;
  border-radius: 1rem;
  padding: 0.45rem 3.5rem;
}
.btn-danger:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #b53535;
  border: 1px solid #b53535;
}

.btn-primary {
  font-size: 1.25vw;
  background: #005b9c;
  border-color: #005b9c;
  border-radius: 1rem;
  padding: 0.45rem 3.5rem;
}

.btn-primary-tour {
  font-size: 1vw;
  background: #005b9c;
  border-color: #005b9c;
  border-radius: 1rem;
  padding: 0.3rem 1rem;
  margin: 0.5vh;
  color: #fff;
}

.btn-primary:before,
.btn-primary:hover {
  border: 1px solid #01406e;
  background: #01406e;
}

.btn-primary-tour:before,
.btn-primary-tour:hover {
  border: 1px solid #01406e;
  background: #01406e;
}

.about-caption {
  font-size: 2vw;
  line-height: 3vw;
  text-align: justify !important;
  max-width: 55vw;
  margin: 0 auto;
  text-justify: inter-word;
}

.contact-details {
  font-size: clamp(0.9rem, 1.15vw, 1.1rem);
  line-height: 1.6;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contact-item {
  display: block;
  margin-bottom: 0.75rem;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.skids {
  font-family: skids, sans-serif;
}

.funkrocker {
  font-family: funkrocker, sans-serif;
  font-size: 1.5rem;
}

.skids-button,
.skids-button:hover,
.skids-button:active {
  font-family: skids, sans-serif;
  font-size: calc(1rem + .5vw);
  color: #282828;
  background: #f2f7e2;
  border-color: #f2f7e2;
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 16px;
}

/* ==================EMBEDDED VIDEO=================== */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 2rem;
  color: #ef4748;
  content: "\f053";
  display: block;
}

.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 2rem;
  color: #ef4748;
  content: "\f054";
  display: block;
}

.slick-prev {
  left: -10px;
  z-index: 1;
}

.slick-next {
  right: -10px;
}

.header-slide .slick-prev:before,
.header-slide .slick-next:before {
  color: #ef4748;
}

.header-slide .slick-prev {
  left: -30px;
}

.header-slide .slick-next {
  right: -30px;
}

.border-top {
  border-top: 1px solid #ef4748 !important;
}

/* ==================Mailchimp================ */
#mc_embed_signup input.email {
  border: 1px solid #ef4748 !important;
  font-family: Futura, sans-serif !important;
  font-size: 1.25rem !important;
  border-radius: 0.5rem !important;
}

#mc_embed_signup .button {
  font-size: 1.25rem !important;
  background-color: #ef4748 !important;
  border-radius: 0.5rem !important;
}

.py-6 {
  padding-top: 6%;
  padding-bottom: 6%;
}

.pt-6 {
  padding-top: 6%;
}

.pb-6 {
  padding-bottom: 6%;
}

.counter-dev {
  margin-top: -8%;
  position: relative;
}

@media (min-width: 1600px) {
  .counter-dev {
    margin-top: -5%;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden img {
  transition: transform 0.5s ease;
}

.overflow-hidden img:hover {
  transform: scale(1.25);
}

.bottom-neg-margin {
  margin-top: -18%;
}

.header-iframe {
  width: 100%;
  height: 325px;
  border: 0;
}
.hidden {
  display: none;
}
#temp-header {
  padding-left: 0;
  padding-right: 0;
}

.dark-overlay {
  position: absolute;
  background-color: black;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}

.fan-club-banner {
  margin-top: -8rem;
  margin-bottom: 3rem;
}

@media (min-width: 1600px) {
  .header-iframe {
    height: 500px;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fan-club-banner {
    margin-top: -15rem;
    margin-bottom: 8rem;
  }
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@media (max-width: 1024px) {
  #music .album-grid.mb-110-mobile {
    margin-bottom: 40px !important;
  }

  #tour {
    background-attachment: scroll;
    background-position: center top;
  }

  #music {
    background-position: center center;
  }

  .music-horse-cutout {
    right: 0.8vw;
    bottom: -13vw;
    max-width: 32vw;
  }

  .album-grid > [class*="col-"] {
    margin-bottom: 0.9rem !important;
  }

  .album-grid > [class*="col-"]:last-child {
    margin-bottom: 0.25rem !important;
  }

  .header-logo {
    display: none;
  }

  #temp-header {
    padding-bottom: 0;
    min-height: clamp(520px, 78vh, 760px);
  }
  body {
    background-size: contain;
    font-size: 1rem;
  }
  header {
    color: #000;
    overflow: visible;
    height: auto;
    min-height: clamp(520px, 78vh, 760px);
    overflow: hidden;
    background-position: center 28%;
  }
  #nav-desktop {
    display: none;
  }
  #fixed-nav {
    display: none;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .mobile-header-logo-wrap {
    display: block;
  }
  .mobile-logo {
    z-index: 1;
  }
  li a,
  li.list-inline-item a {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  #footer li.list-inline-item a {
    font-size: 1.5rem;
  }
  .btn-danger,
  .btn-primary {
    font-size: 1rem;
  }
  .about-caption {
    font-size: 1.275rem;
    line-height: 1.5rem;
    max-width: 90vw;
    margin: 0 auto;
  }
  #bgvid {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    min-height: auto;
    height: auto;
    width: 100%;
  }
  .merch-img-1 {
    max-width: 110px;
  }
  .music-img-1 {
    max-width: 183px;
  }
  .tour-img-1 {
    max-width: 200px;
  }
  .mb-110-mobile {
    margin-bottom: 110px;
  }
  .mb-150-mobile {
    margin-bottom: 150px;
  }
  .videos-img-1 {
    max-width: 176px;
  }
  .about-img-1 {
    bottom: 2%;
    right: 2%;
    max-width: 130px;
  }
  .newsletter-img-1 {
    max-width: 300px;
  }
  .newsletter-img-2 {
    max-width: 250px;
  }
  .mb-0-mobile {
    margin-bottom: 0 !important;
  }
  .mt-2-mobile {
    margin-top: 0.5rem !important;
  }

  .tour-text {
    font-size: 0.75rem;
  }
  .btn-primary-tour {
    font-size: 0.8rem;
  }
}

@media (max-width: 992px) {
  #news {
    min-height: clamp(330px, 44vh, 520px);
  }

  .skids-hero-content-wrap {
    min-height: clamp(330px, 44vh, 520px);
    padding-bottom: 1.5rem;
  }

  .skids-hero-title {
    margin-bottom: 1.1rem;
  }

  #music {
    padding-bottom: 6rem;
  }

  .music-albums-slider.mb-110-mobile {
    margin-bottom: 1rem;
  }

  #merch h1 {
    padding-top: 3.5rem;
  }

  .music-horse-cutout {
    left: 50%;
    right: auto;
    bottom: -22vw;
    max-width: 52vw;
    transform: translateX(-50%);
  }

  #videos {
    padding-bottom: 3.5rem;
  }

  .more-merch {
    margin-top: 1.5rem;
  }

  .linkWrapper {
    position: relative;
    transform: none;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .vertical-center {
    position: relative;
    -ms-transform: none;
    transform: none;
  }
  #temp-header {
    padding-bottom: 0;
    min-height: clamp(500px, 76vh, 720px);
  }
  .vertical-center {
    width: auto;
    padding-top: 1.5rem;
  }
  .mobile-header-logo {
    width: min(56vw, 220px);
    margin-bottom: 0;
  }
  .header-iframe {
    height: 300px;
  }
  .fan-club-banner {
    margin-top: -7rem;
    margin-bottom: 2rem;
  }

  .tour-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 600px) {
  .header-iframe {
    height: 200px;
  }
  .fan-club-banner {
    margin-top: -5rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 450px) {
  .py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-6 {
    padding-top: 3rem;
  }
  .pb-6 {
    padding-bottom: 3rem;
  }
  .btn-listen {
    padding-left: 0;
    padding-right: 0;
  }

  .music-links-grid .btn-listen {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .mobile-sm {
    font-size: 0.75rem;
  }
  .bottom-neg-margin {
    margin-top: -22%;
  }
  .header-iframe {
    height: 150px;
  }
  .fan-club-banner {
    margin-top: -4rem;
    margin-bottom: 0.5rem;
  }
  .tour-text {
    font-size: 0.8rem;
  }
  .btn-primary-tour {
    font-size: 0.75rem;
  }

  .merch-img-1 {
    margin-bottom: 0;
    padding-top: 0;
    left: auto;
    bottom: 0;
    position: relative;
  }

  .more-merch {
    top: 0;
  }
}
