@font-face {
  font-family: 'BebasNeuePro-Bold';
  src:  url('/assets/fonts/BebasNeuePro-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'BebasNeuePro-Book';
  src:  url('/assets/fonts/BebasNeuePro-Book.woff2') format('woff2');
}

@font-face {
  font-family: 'BebasNeuePro-Middle';
  src:  url('/assets/fonts/BebasNeuePro-Middle.woff2') format('woff2');
}

@font-face {
  font-family: 'BebasNeuePro-Regular';
  src:  url('/assets/fonts/BebasNeuePro-Regular.woff2') format('woff2');
}

:root {
  --vp-font-family-base: Georgia, "Times New Roman", Times, serif;
  --vp-layout-max-width: 1010px;
  --vp-nav-height: 90px;
  --vp-nav-bg-color: hsl(0, 0%, 100%);
  --vp-nav-screen-bg-color: hsl(41, 16%, 13%);
  --vp-nav-logo-height: 24px;
  --vp-c-brand-1: hsl(35, 100%, 42%);
  --vp-c-brand-2:  hsl(35, 100%, 50%);
  --vp-c-bg: hsl(41, 16%, 6%);
  --vp-c-text-1: hsl(0, 0%, 75%);
  --vp-c-text-2: hsl(0, 0%, 82%);
  --vp-c-divider: hsl(0, 0%, 45%);
  --vp-c-gutter: hsl(0, 0%, 0%);
  --mr-c-heading: hsl(41, 61%, 17%);
}

html {
  background-color: hsl(41, 16%, 3%);
}

body {
  font-size: 18px;
  text-rendering: auto; /* browser default */
  -webkit-font-smoothing: subpixel-antialiased; /* heavier rendering */
  min-width: inherit;
}

.VPNavBar .VPNavBarHamburger {
  .container {
    width: 32px;
    height: 28px;
  }
  .top, .middle, .bottom {
    background-color: var(--mr-c-heading);
    height: 4px;
    width: 32px;
  }
  .top {
  }
  .middle {
    top: 12px;
    transform: translateX(16px);
  }
  .bottom {
    top: 24px;
    transform: translateX(8px);
  }
}

.VPNavBar .VPNavBarHamburger:hover {
  .container {
    width: 32px;
    height: 28px;
  }
  .top, .middle, .bottom {
    background-color: var(--mr-c-heading);
    height: 4px;
    width: 32px;
  }
  .top {
    transform: translateX(8px);
  }
  .middle {
    top: 12px;
    transform: translateX(0);
  }
  .bottom {
    top: 24px;
    transform: translateX(4px);
  }
}

.VPNavBar .VPNavBarHamburger.active {
  .container {
    width: 32px;
    height: 28px;
  }
  .top, .middle, .bottom {
    background-color: var(--mr-c-heading);
    height: 4px;
    width: 32px;
  }
  .top {
    top: 12px;
    transform: translateX(0) rotate(225deg);
  }
  .middle {
    top: 12px;
    transform: translateX(32px);
  }
  .bottom {
    top: 12px;
    transform: translateX(0px) rotate(135deg);
  }
}

.VPNavBar .VPNavBarHamburger.active:hover {
  .top, .middle, .bottom {
    background-color: var(--mr-c-heading);
    height: 4px;
    width: 32px;
  }
}

.VPNavBar .VPNavBarMenuLink {
  font-size: 20px;
  color: var(  --mr-c-heading);
}

.VPNav .title {
  font-family: BebasNeuePro-Bold;
  font-size: 57px;
  line-height: 50px;
  text-transform: uppercase;
  color: var(--mr-c-heading);
}

.VPNavScreenMenu {
  .VPNavScreenMenuLink {
    font-size: 30px;
    padding: 15px 0;
  }
}

.VPDoc .content {
  padding: 0 !important;
  /* background-color: #222; */
}

.VPDoc .container {
  /* background-color: #222; */
}

.Layout .VPFooter {

  background-color: hsl(41, 16%, 3%);
  opacity: 0.65;
  font-family: BebasNeuePro-Regular;

  .message {
    font-size: 25px;
    text-transform: uppercase;
  }
}

h1.home {
  font-size: 42px;
  color: hsl(0, 0%, 100%);
  margin-top: 25px;
  margin-bottom: 25px;
}

.review-list {
}

h3.review-list-headline {
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.review-meta {
  display: none;
}

.review-item {
  margin-bottom: 2.5rem;
}

.review-item:last-child {
}

.review-list-excerpt,
.review-list-excerpt p {
  font-size: 17px;
  line-height: 1.4;
  max-width: 500px;
  margin-bottom: 15px;
}

.review-content p {
  font-size: 18px;
  line-height: 27px;
  max-width: 550px;
}

._shows {

  h2 {
    font-family: BebasNeuePro-Bold;
    font-size: 38px;
    border: none;
    margin-top: 24px;
  }

  p {
    max-width: 600px;
  }

}

._about {

  .top-quote {
    color: #c5c5c5;
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    max-width: 25em;
  }

  .top-quote .credit {
    font-size: 80%;
  }

  .quotes-credit {
    font-size: 90%;
  }

  .review-quotes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .quotes-left, .quotes-right {
    font-size: 16px;
    font-style: italic;
    max-width: 340px;
  }

  .quotes-left {
    padding-right: 30px;
  }

}

._videos {

  .video-list {
    margin-top: 50px;
  }

  .video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 0;
    padding-bottom: 75%;
    margin: 0 auto 60px auto;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
  }

}

.review-page {

  max-width: 800px;
  margin: 0 auto 45px auto;

  h1 {
    font-family: BebasNeuePro-Bold;
    font-size: 52px;
    line-height: 1.05;
    margin-top: 45px;
    margin-bottom: 15px;
    color: var(--vp-c-text-2);
  }

  p {
    max-width: 550px;
    margin: 1em 0;
  }

  blockquote {
    max-width: 550px;
    margin: 1em 0;
  }

  .byline {
    font-size: 16px;
  }

  .date {
    font-size: 16px;
  }

}
