body {
  font-family: courier new, serif;
  background: #fbcadd;
  background: url('pure-anthem-master.jpg');
  font-family: 'Special Elite', courier new, system-ui;
  text-transform: uppercase;
}


.title {
  /*font-family: 'Passion One', sans-serif;*/
  font-size: 16rem;
  font-weight: 900;
  text-align: center;
  font-family: sans-serif;
}


.title-mirror {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  margin-top: -2.5rem;
}


.social-links {
  font-size: 1.25rem;
}


.social-links li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
}


.subheader {
  font-size: 2rem;
  font-weight: bold;
  
}


.video-container {
  padding-bottom: 56.25%;
}


.button-base {
  /* font-family: 'Passion One', sans-serif; */
  font-weight: 400;
}


.button-download {
  /* font-family: 'Passion One', sans-serif; */
  font-weight: bold;
  filter: grayscale(100%);
}


.button-download:hover {
  filter: grayscale(0);
}


.sidebar {
  max-width: 480px;
  background: url('/20220811_162526_2.jpg');
  background-size: cover;
}


.top-bar {
  background: url('/20220811_162526_2.jpg');
  background-size: cover;
  background-position: 0 -32px;
}


.parallax {
}

.links {
  color: #fcc7d9;
  font-weight: bold;
  font-size: 1.2em;
}

footer {}


@media (min-width: 640px) {}


@media (min-width: 768px) {}


@media (min-width: 1280px) {}


@media (min-width: 1536px) {}
