/* font imports */

@font-face {
  font-family: 'Agenda';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Agenda-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Agenda';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/Agenda-Light-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Agenda';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Agenda-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Johann Sparkling ITC';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/JohannSparklingITC-Regular.ttf') format('truetype');
}

/* global resets and column styles */

html, body, div, span {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
body {line-height: 1; font-family: 'Agenda', sans-serif; font-weight: 400; font-size: 21px; color: #030303; letter-spacing: normal; display: flex; flex-direction: column; justify-content: center; position: relative; min-height: 100vh; background-color: #FFF;}
a img {border: 0}
a:hover, a:active, button:hover, button:active {outline: 0}
a:focus, input:focus, select:focus, textarea:focus, .btn:focus, button:focus {outline: none;text-decoration: none;}
input::-ms-clear {display: none}
.menu-btn {
  position: fixed;
  width: 5vw;
  height: 5vw;
  top: 5.555556vw;
  right: 5.555556vw;
  z-index: 998;
}
@media (max-width: 768px) {
  .menu-btn {
    top: 40px;
    width: 10vw;
    height: 10vw;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 80px;
  transition: 0.5s;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .sidenav {
    padding-top: 40px;
  }
}
.sidenav .closebtn {
  position: absolute;
  width: 5vw;
  height: 5vw;
  top: 5.555556vw;
  right: 5.555556vw;
  z-index: 999;
}
@media (max-width: 768px) {
  .sidenav .closebtn {
    top: 40px;
    width: 10vw;
    height: 10vw;
  }
}
.jo-menu-logo {
  width: 70px;
  height: 70px;
  margin-bottom: 40px;
}
.menu-heading {
  margin-top: 0;
  font-size: 75px;
  margin-bottom: 50px;
}
.wrapper {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: auto;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}
img {
  width: 100%;
  height: auto;
  margin: 0 auto 3em auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Johann Sparkling ITC';
  font-weight: 400;
}
ul {
  list-style-type: none;
  padding: 0;
  color: #f78e1e;
}
ul a, ul a:hover, ul a:visited {
  color: #f78e1e;
}
p, ul {
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 1.5em;
}
a, a:hover, a:visited {
  color: #030303;
}
a.hover-gif {
  position: relative;
}
a.hover-gif img {
  display: none;
  position: absolute;
  width: 300px;
  border: 2px solid black;
  box-shadow: rgb(0 0 0 / 30%) 0 0 10px;
  top: -100%;
  left: 0;
}
/*a.hover-gif:hover img {
  display: block;
}*/
#playLink {
  
}
a:hover {
  color: #030303;
  text-decoration: none;
}
.btns {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.btn {
  display: inline-block;
  border: 1px solid #030303;
  padding: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  width: 210px;
  margin: 0 10px 20px;
}
.btn:hover, .btn.active {
  background-color: #f78e1e;
  color: #FFF;
  border: 1px solid transparent;
}
.index main {
  padding: 40px 0;
}
.index main img {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.hero {
  display: block;
  width: 100%;
  height: 58.7vw;
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  position: relative;
}
.page-title {
  position: absolute;
  top: 5.555556vw;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 9vw;
}
.page-title.white {
  color: #FFF;
}
.drink .page-title {
  color: #FFF;
}
.text *:last-child {
  margin-bottom: 0;
}
.text {
  margin-bottom: 60px;
}
.center {
  text-align: center;
}
.clear {
  display: block;
  clear: both;
  margin-bottom: 1em;
  overflow: auto;
}
footer {
  display: block;
  color: #cccccc;
  font-size: 0.8em;
  text-align: center;
  padding-bottom: 40px;
}
footer a, footer a:hover, footer a:visited {
  color: #cccccc;
  text-decoration: none;
}
footer img {
  display: block;
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: 0 auto 2em auto;
}
footer img.jo-jab-logo {
  max-width: 250px;
}
footer img.jo-doucette-logo {
  max-width: 300px;
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
  .wrapper {
    padding: 0 20px;
  }
  img {
    margin-bottom: 1.5em;
  }
  .btn {
    display: block;
    margin: 0 auto 20px auto;
  }
  .hero {
    margin-bottom: 40px;
  }
  .page-title {
    font-size: 14vw;
    top: 40px;
  }
  .text {
    margin-bottom: 40px;
  }
  footer img.jo-doucette-logo {
    max-width: 170px;
  }
}
