@charset "UTF-8";
/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Creepster&family=Roboto+Condensed&display=swap");
.cta-link {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  .cta-link {
    font-size: 1.3rem;
  }
}

@media (min-width: 64em) {
  .cta-link {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25em) {
  .cta-link {
    font-size: 1.9rem;
  }
}

@media (min-width: 100em) {
  .cta-link {
    font-size: 2.3rem;
  }
}

@media (min-width: 112.5em) {
  .cta-link {
    font-size: 2.6rem;
  }
}

/** font-family: 'Creepster', cursive; **/
html {
  background: linear-gradient(180deg, #320d3a 0%, black 100%);
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}

body {
  background: url(/halloween/right-tree.png) no-repeat bottom right, url(/halloween/left-tree.png) no-repeat bottom left;
  background-size: 20vw 100%;
}

.main {
  background: url(/halloween/moon.png) no-repeat left top;
  max-width: 64em;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 64em) {
  .main {
    padding: 2rem;
  }
}

.header {
  font-family: "Creepster", cursive;
  color: #d08a04;
  line-height: .85;
}

.header-line1 {
  display: block;
  font-size: 2rem;
}

@media (min-width: 64em) {
  .header-line1 {
    font-size: 3.5vw;
  }
}

.header-line2 {
  display: block;
  font-size: 4rem;
  letter-spacing: 12px;
}

@media (min-width: 64em) {
  .header-line2 {
    font-size: 6vw;
  }
}

.teaser {
  color: #fff;
  max-width: 48em;
  margin: 0 auto;
}

.video-player {
  position: relative;
  padding-top: 56.25%;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}

.video-player-wrapper {
  padding: .5rem;
  margin-top: 2rem;
  background: #000;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.video-player-wrapper:hover {
  background: #d08a04;
}

.video-player-link, .video-player-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  object-fit: cover;
}

.video-player-embed {
  z-index: 50;
}

.cta-link {
  font-family: "Creepster", cursive;
  color: #d08a04;
  line-height: .85;
  text-decoration: none;
  margin-top: 2rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: block;
}

.cta-link:hover {
  color: #fff;
}

.simple-footer {
  font-size: .85rem;
  color: #fff;
  padding: 2rem;
  text-align: center;
  line-height: 1.1;
}

@media (min-width: 64em) {
  .simple-footer {
    padding: 2rem;
    line-height: 1.4;
  }
}

.simple-footer-paidfor {
  border: 1px solid #fff;
  max-width: 50rem;
  margin-bottom: 1rem;
  padding: .8rem .8rem .7rem;
  margin: 0 auto 1rem;
}

.simple-footer-copyright a {
  display: table;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 1rem auto 0;
}

.simple-footer-copyright a:hover {
  color: #d08a04;
}
