html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  color: #424661;
  font-family: "futura-pt", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100%; }

h1 {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 4em; } }
  h1 a {
    position: relative;
    color: #424661;
    text-decoration: none;
    padding-bottom: 4px; }
    h1 a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: #424661;
      transition: 0.3s width ease-in; }
  h1:hover a:after {
    width: 100%;
    transition: 0.3s width ease-in; }

h2 {
  font-size: 2;
  font-weight: 400;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 3em; } }

.button {
  display: inline-block;
  font-weight: bold;
  padding: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background: #FFFFFF;
  color: #424661;
  transition: 0.2s all ease-in;
  border: 2px solid transparent; }
  .button:hover {
    border: 2px solid #FFFFFF;
    background: rgba(0, 0, 0, 0.97);
    color: #FFFFFF;
    transition: 0.2s all ease-in; }

.link {
  color: #424661;
  text-decoration: none;
  font-weight: 400; }

.intro {
  width: 100%;
  background: rgba(0, 0, 0, 0.97);
  color: #FFFFFF;
  padding: 60px 16px 120px 16px; }

.brand {
  text-align: center;
  display: block; }

.video {
  width: 100%;
  max-width: 1200px;
  margin: -60px auto 0 auto;
  z-index: 100;
  position: relative;
  margin-bottom: 60px; }
  .video video {
    width: 100%;
    box-shadow: 0 10px 64px rgba(0, 0, 0, 0.5); }

.volume-management {
  position: relative; }
  .volume-management .volume {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    cursor: pointer; }

.volume-up {
  display: none; }

.video-2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto -60px auto;
  z-index: 100;
  position: relative; }
  .video-2 video {
    width: 100%;
    box-shadow: 0 10px 64px rgba(0, 0, 0, 0.5); }

.image {
  width: 100%;
  max-width: 1200px;
  margin: -60px auto 0 auto;
  z-index: 100;
  position: relative; }
  .image img {
    width: 100%;
    box-shadow: 0 10px 64px rgba(0, 0, 0, 0.5); }

.nav-left,
.nav-center,
.nav-right {
  width: 100%;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .nav-left,
    .nav-center,
    .nav-right {
      width: auto;
      margin-bottom: 0; } }

nav {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  @media (min-width: 768px) {
    nav {
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none; } }
  nav ul {
    margin: 0;
    padding: 0; }
    nav ul li {
      font-size: 1em;
      text-align: left;
      list-style: none;
      display: block;
      width: 100%;
      color: #FFFFFF; }
      @media (min-width: 768px) {
        nav ul li {
          display: inline-block;
          width: auto; } }
      nav ul li.margin {
        width: 16px; }
      nav ul li a {
        position: relative;
        color: #FFFFFF;
        text-decoration: none;
        padding-bottom: 4px; }
        nav ul li a::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 2px;
          background: #FFFFFF;
          transition: 0.3s width ease-in; }
      nav ul li:hover a:after {
        width: 100%;
        transition: 0.3s width ease-in; }

.inverse li a {
  color: #424661; }
  .inverse li a:after {
    background: #424661; }

.default-container {
  margin: 0 auto;
  width: 100%;
  max-width: 968px;
  position: relative; }

p {
  max-width: 425px;
  font-size: 1.1em;
  line-height: 1.2em; }

.flex-container {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  @media (min-width: 768px) {
    .flex-container {
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none; } }

.content-10 {
  overflow: hidden;
  position: relative;
  width: 100%; }

.content-75 {
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .content-75 {
      width: 75%; } }

.content-50 {
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .content-50 {
      width: 50%; } }

.content-33 {
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .content-33 {
      width: 33%; } }

.artist-container {
  background: rgba(0, 0, 0, 0.97);
  color: #FFFFFF;
  padding: 120px 16px 120px 16px;
  position: relative; }

.artist-master {
  box-shadow: 0 2px 23px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.8);
  padding: 64px;
  margin-bottom: 64px; }
  @media (min-width: 768px) {
    .artist-master {
      padding: 64px; } }

.artist-item {
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }

.artist {
  width: 300px;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  margin-bottom: 16px; }
  .artist img {
    width: 100%; }

.shop-container {
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 0 16px 120px 16px; }

.hours-table {
  margin: 0;
  padding: 0; }
  .hours-table li {
    font-size: 1em;
    text-align: left;
    list-style: none;
    display: block; }
    .hours-table li.divider {
      width: 160px;
      height: 1px;
      background: #3A3636;
      margin: 8px 0; }

.contact-container {
  padding: 60px 15px 120px 15px; }

.works-container {
  padding-top: 60px; }

.juicer-feed h1.referral {
  display: none !important;
  opacity: 0; }

.is-hidden {
  display: none !important; }

.is-overflow-hidden {
  overflow: hidden !important; }

.is-background-white {
  background-color: #FFFFFF; }

.is-text-centered {
  text-align: center; }

/*# sourceMappingURL=app.css.map */
