@font-face {
  font-family: Genesis pro;
  src: url('../fonts/Genesis-Pro.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Milligram Trial;
  src: url('../fonts/Milligram-Medium-trial.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Misopen;
  src: url('../fonts/Misopen.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D dincondensed;
  src: url('../fonts/D-DINCondensed-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --cabin-feva-glow: #ffffed;
  --firebrick: #f40200;
  --wheat: #f5e5c1;
  --floral-white: #fff9ec;
  --darker-red: #d20909;
  --yellow: #ffa20f;
  --selfridges_yellow: var(--firebrick);
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.home {
  color: #d20909;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.socials {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 1% 1% auto auto;
}

.social-link {
  margin: 4px;
  transition: all .2s;
  display: block;
}

.social-link:hover {
  transform: scale(1.1);
}

.html-embed-2 {
  color: var(--cabin-feva-glow);
  width: 100%;
  max-width: 600px;
  margin-top: 40px;
  font-weight: 700;
}

.mailingmodal {
  z-index: 99;
  opacity: 0;
  background-color: #000000e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 12px;
  font-family: Milligram Trial, Arial, sans-serif;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.closemailingmodal {
  border: 1px solid var(--cabin-feva-glow);
  background-color: var(--cabin-feva-glow);
  color: #000;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 24px;
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
}

.closemailingmodal:hover {
  background-color: var(--cabin-feva-glow);
  color: var(--firebrick);
  border-radius: 4px;
}

.closemailingmodal:active {
  background-color: var(--firebrick);
}

.menu {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: fixed;
  inset: 1% auto auto 1%;
}

.subscribebutton {
  color: var(--cabin-feva-glow);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  font-family: Milligram Trial, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  transition: text-shadow .2s ease-in-out;
  display: block;
}

.subscribebutton:hover {
  color: var(--firebrick);
  text-shadow: 0 1px 8px var(--wheat);
  text-decoration: none;
}

.enny-logo {
  color: var(--wheat);
  cursor: pointer;
  margin-top: auto;
  display: block;
}

.videos {
  z-index: 9999;
  opacity: 1;
  background-color: #000000e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.background-video {
  z-index: -100;
  background-color: #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.body {
  color: var(--wheat);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 48px 0;
}

.youtube {
  width: 100%;
}

.mask {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.heading {
  color: var(--cabin-feva-glow);
  text-shadow: 0 0 8px #f5e5c173;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Milligram Trial, Arial, sans-serif;
}

.nav-link {
  color: var(--cabin-feva-glow);
  font-family: Milligram Trial, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: text-shadow .2s ease-in-out;
  display: block;
}

.nav-link:hover {
  color: var(--firebrick);
  text-shadow: 0 1px 8px var(--wheat);
}

.nav-link.w--current {
  text-shadow: 0 0 6px var(--wheat);
}

.social-icon {
  filter: none;
  width: 16px;
}

.playlist {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.html-embed-5 {
  width: 55vw;
}

.button {
  color: #000;
  cursor: pointer;
  background-color: #ffd900;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 20px;
  font-family: Milligram Trial, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  transition: box-shadow .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  box-shadow: 0 0 8px 0 var(--wheat);
  color: #ffd900;
  background-color: #000;
}

.tour {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.html-embed-6 {
  width: 55vw;
}

.cta {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.image-5 {
  max-height: 40px;
}

@media screen and (max-width: 767px) {
  .subscribebutton {
    margin-left: 0;
  }

  .slider {
    width: 97vw;
  }

  .html-embed-5 {
    width: 80vw;
  }

  .button {
    margin-top: 8px;
    margin-left: 0;
  }

  .html-embed-6 {
    width: 80vw;
  }

  .cta {
    flex-direction: column;
    align-items: center;
  }

  .image-5 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subscribebutton {
    font-weight: 700;
  }

  .enny-logo {
    max-width: 100%;
  }

  .button {
    margin-top: 8px;
    font-size: 1rem;
  }

  .image-5 {
    width: 90%;
  }
}


@font-face {
  font-family: 'Genesis pro';
  src: url('../fonts/Genesis-Pro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Milligram Trial';
  src: url('../fonts/Milligram-Medium-trial.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Misopen';
  src: url('../fonts/Misopen.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}