/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
    Imports
    ========================================================================== */
@font-face {
  font-family: Darklands;
  src: url("../fonts/Darklands.otf") format("opentype"); }
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  background-color: #191919;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow: hidden; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #191919;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* SPLIT COLOR #E5E3DA */
h1 {
  font-family: gopher, sans-serif;
  font-weight: 700;
  font-size: 80px;
  font-style: normal;
  color: #e6a82a; }

h2 {
  font-family: tablet-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #e6a82a;
  white-space: nowrap; }

body {
  font-family: tablet-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #e6a82a;
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  overflow: hidden; }

a {
  color: #e6a82a; }

a:hover {
  color: #9fefe1; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 30px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch input:hover, .switch input:visited, .switch input:active, .switch input:focus {
    outline: none; }

input:focus {
  outline: none !important; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #191919;
  border: 2px solid #e6a80b;
  transition: 0.4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: #e6a80b;
  transition: 0.4s; }

input:checked + .slider {
  background-color: #e5e3da;
  outline: none; }

input:focus + .slider {
  outline: none; }

input:checked + .slider:before {
  transform: translateX(24px);
  outline: none; }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.grid-daddy.darkmode button:hover {
  background-color: #e5e3da; }

main {
  display: grid;
  grid-template-columns: 50vw 50vw; }

.mobile {
  display: none; }

.desktop {
  display: block; }

.grid-container {
  display: grid;
  grid-template-columns: 12.5vw 12.5vw 12.5vw 12.5vw;
  grid-template-rows: 5vh 15vh 20vh 20vh 20vh 20vh; }

.grid-container:first-child {
  background-color: #e5e3da; }

.grid-daddy.darkmode .grid-container {
  background-color: #e5e3da; }

.grid-daddy.darkmode .grid-container:first-child {
  background-color: #191919; }

.logo-container {
  min-width: 50px;
  grid-column: 1 / span 2;
  grid-row: 2 / span 1; }
  .logo-container svg {
    padding-left: 30px; }

.shop-container {
  min-width: 33px;
  grid-column: 1 / span 1;
  grid-row: 2 / span 1; }
  .shop-container h2 {
    margin: 0;
    padding: 0 30px; }

.information-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column: 1 / span 3;
  grid-row: 3 / span 3;
  min-width: 100px; }

.information-container p {
  margin: 0;
  word-wrap: normal;
  word-break: keep-all;
  overflow: auto; }

.information-container .hour-row {
  padding: 0 10px 0 60px;
  width: 100%; }

.information-container .hours {
  font-family: "Darklands", sans-serif;
  font-size: 5rem; }

.location-container {
  grid-column: 1 / span 1;
  grid-row: 4 / span 2;
  min-width: 100px;
  writing-mode: vertical-lr;
  text-orientation: mixed; }

.social-container {
  grid-column: 4 / span 1;
  grid-row: 4 / span 1;
  min-width: 100px;
  writing-mode: vertical-rl;
  text-orientation: mixed; }

.gif-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  grid-column: 2 / span 2;
  grid-row: 6 / span 1;
  min-width: 100px;
  padding-bottom: 30px; }
  .gif-container img {
    height: 100%;
    width: auto;
    z-index: 4; }
  .gif-container.mobile {
    display: none; }

.newsletter-container {
  grid-column: 2 / span 1;
  grid-row: 6 / span 1;
  min-width: 100px; }

.image-container {
  grid-column: 2 / span 2;
  grid-row: 3 / span 2;
  min-width: 100px;
  position: relative; }
  .image-container img {
    height: 100%;
    position: absolute;
    width: auto; }
    .image-container img:nth-child(2) {
      top: 60px;
      left: -60px;
      z-index: 1; }
    .image-container img:nth-child(1) {
      top: 0px;
      left: auto;
      right: -90px;
      z-index: 0; }
    .image-container img:nth-child(3) {
      bottom: -180px;
      left: auto;
      right: -90px;
      z-index: 2; }

.toggle-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  grid-column: 4 / span 1;
  grid-row: 2 / span 1;
  min-width: 100px; }
  .toggle-container.mobile {
    display: none; }

@media screen and (max-width: 640px) {
  html,
  body {
    overflow-y: scroll; }

  .mobile {
    display: block; }

  .desktop {
    display: none; }

  main {
    grid-template-columns: 100vw;
    grid-template-rows: min-content(50vh) min-content(50vh); }

  .grid-container {
    grid-template-columns: 25vw 25vw 25vw 25vw;
    grid-template-rows: minmax(12.5vh, 15vh) minmax(12.5vh, 15vh) minmax(12.5vh, 15vh) minmax(12.5vh, 15vh); }

  .grid-container:first-child {
    grid-row: 1 / span 1; }

  .grid-container:last-child {
    grid-row: 2 / span 1; }

  .gif-container {
    grid-column: 2 / span 2;
    grid-row: 4 / span 1; }

  .information-container {
    grid-column: 1 / span 3;
    grid-row: 2 / span 1; }
    .information-container .hours {
      font-size: 2rem; }

  .newsletter-container {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    width: 0vw;
    min-width: 100px;
    writing-mode: vertical-rl;
    text-orientation: mixed; }

  .location-container {
    grid-column: 1 / span 1;
    grid-row: 2 / span 2;
    min-width: 100px; }

  .shop-container {
    min-width: 33px;
    grid-column: 4 / span 1;
    grid-row: 2 / span 1;
    writing-mode: vertical-rl;
    text-orientation: mixed; }
    .shop-container h2 {
      padding: 0 15px; }

  .social-container {
    grid-column: 4 / span 1;
    grid-row: 2 / span 1;
    min-width: 100px; }

  .logo-container {
    min-width: 50px;
    grid-column: 1 / span 2;
    grid-row: 1 / span 1; }
    .logo-container svg {
      padding: 15px 0 0 15px; }

  .image-container {
    grid-column: 2 / span 2;
    grid-row: 2 / span 2;
    min-width: 100px; }
    .image-container img {
      position: absolute;
      width: auto;
      width: 100%;
      height: auto; }
      .image-container img:nth-child(2) {
        top: 0px;
        left: 0px;
        z-index: 1; }
      .image-container img:nth-child(1) {
        top: 0px;
        left: 0;
        right: auto;
        z-index: 0; }
      .image-container img:nth-child(3) {
        bottom: auto;
        left: 0;
        right: auto;
        top: 0;
        z-index: 2; }

  .toggle-container {
    grid-column: 4 / span 2;
    grid-row: 1 / span 1;
    width: 10vw;
    min-width: 100px; }
    .toggle-container.mobile {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end; }
      .toggle-container.mobile .slider {
        background-color: #e5e3da; }
      .toggle-container.mobile input:checked + .slider {
        background-color: #191919;
        outline: none; }
      .toggle-container.mobile .switch {
        margin-top: 15px;
        margin-right: 15px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p {
    font-size: 300px; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
