@font-face {
    font-family: 'Visuelt';
    src: url('fonts/VisueltPro-Bold.eot');
    src: url('fonts/VisueltPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/VisueltPro-Bold.woff2') format('woff2'),
        url('fonts/VisueltPro-Bold.woff') format('woff'),
        url('fonts/VisueltPro-Bold.ttf') format('truetype'),
        url('fonts/VisueltPro-Bold.svg#VisueltPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Visuelt';
    src: url('fonts/VisueltPro-Regular.eot');
    src: url('fonts/VisueltPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/VisueltPro-Regular.woff2') format('woff2'),
        url('fonts/VisueltPro-Regular.woff') format('woff'),
        url('fonts/VisueltPro-Regular.ttf') format('truetype'),
        url('fonts/VisueltPro-Regular.svg#VisueltPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Albertus';
    src: url('fonts/AlbertusMTPro.eot');
    src: url('fonts/AlbertusMTPro.eot?#iefix') format('embedded-opentype'),
        url('fonts/AlbertusMTPro.woff2') format('woff2'),
        url('fonts/AlbertusMTPro.woff') format('woff'),
        url('fonts/AlbertusMTPro.ttf') format('truetype'),
        url('fonts/AlbertusMTPro.svg#AlbertusMTPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tongari';
    src: url('fonts/Tongari-SemiLight.eot');
    src: url('fonts/Tongari-SemiLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Tongari-SemiLight.woff2') format('woff2'),
        url('fonts/Tongari-SemiLight.woff') format('woff'),
        url('fonts/Tongari-SemiLight.ttf') format('truetype'),
        url('fonts/Tongari-SemiLight.svg#Tongari-SemiLight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tongari Medium';
    src: url('fonts/Tongari-Medium.eot');
    src: url('fonts/Tongari-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Tongari-Medium.woff2') format('woff2'),
        url('fonts/Tongari-Medium.woff') format('woff'),
        url('fonts/Tongari-Medium.ttf') format('truetype'),
        url('fonts/Tongari-Medium.svg#Tongari-Medium') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Visuelt';
}

body {
  background-color: #F0E9DE;
  background-size: cover;
}

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

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

h1 {
  color: #8f391f;
  text-align: center;
  font-family: 'Albertus';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 50px;
}

h2 {
  color: #8f391f;
  text-align: center;
  font-family: 'Tongari';
  font-size: 45px;
  line-height: 40px;
  font-weight: normal;
}

a {
  color: #8f391f;
  text-decoration: none;
}

a:hover {
  color: #c57953;
}

.thick {
  height: 3px;
  width: 100vw;
  background-color: #8f391f;
  margin: 5px 0;
}
.thin {
  height: 1px;
  width: 100vw;
  background-color: #8f391f;
  margin: 5px 0;
}


/* HERO
   ========================================================================== */

.hero {
  width: 100vw;
  height: 97vh;
  background-image: url('../img/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  min-height: 850px;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.hero .logo {
  width: 450px;
  display: block;
  margin: auto;
}
.button {
  border: 1px solid #8f391f;
  color: #8f391f;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  margin: auto;
  display: inline-block;
  margin: 0px 3px 10px;
}
.button:hover, .button.on {
  background-color: #8f391f;
  border: 1px solid #8f391f;
  color: #F0E9DE;
}

.hero .button {
  width: 130px;
  margin-top: 40px;
}

/* HALF
   ========================================================================== */

.half {
  width: 50vw;
  height: 97vh;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  min-height: 850px;
  float: left;
  background-color: #6d2a16;
  color: #F0E9DE;
}
.half.left {
  background-image: url('../img/half-left.jpg');
}

.half h1  {
  color: #F0E9DE;
  text-align: center;
  mar
}

.half .icon-cocktail  {
  margin: auto;
  text-align: center;
  width: 75px;
}

.half .center  {
  width: calc(100% - 80px);
  text-align: justify;
}

form.klaviyo-form {
  max-width: 100% !important;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}



/* FAQs
   ========================================================================== */

.faqs {
  max-width: 900px;
  margin: 0px auto;
  padding: 50px;
}

.faqs .section {
  display: none;
}

.faqs .section.on{
  display: block;
}

.button-container {
  text-align: center;
  margin-bottom: 50px;
}

.item, .more {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 25px;
  max-width: 800px;
}


.icon {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: relative;
  margin-top: 4px;
}

.icon .hor {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 5px;
  background-color: #222;
  display: block;
}

.item.active .icon .vert {
  height: 100%;
  width: 4px;
  position: absolute;
  left: 5px;
  background-color: #8f391f;
  display: block;
  transform: rotate(90deg);
}

.icon .vert {
  height: 100%;
  width: 4px;
  position: absolute;
  left: 5px;
  background-color: #222;
  display: block;
  transition: all .5s ease;
}

.question {
  text-transform: uppercase;
  font-weight: bold;
  cursor: default;
}

.answer {
  overflow: hidden;
  clear: both;
  height: 0;
  transition: all 0.35s ease;
}

.item.active .answer {
  height: auto;
  transition: all .5s ease;
}

.item.active .question {
  color: #8f391f;
}

#header {
  text-align: center;
}

/* FOOTER
   ========================================================================== */

.footer {
  background-color: #212212;
  padding: 60px 40px;
  text-align: center;
  color: #F0E9DE;
}
.footer h1 {
  color: #F0E9DE;
}

.footer h1 .insta {
  color: #F0E9DE;
  height: 46px;
  margin-right: 15px;
}

.footer .logo {
  height: 75px;
  margin: 20px 40px;
}

/* MEDIA QUERIES
   ========================================================================== */


@media only screen and (max-width: 950px) {

h1 {
  font-size: 50px;
  line-height: 42px;
}

.hero {
  background-image: url('../img/hero-bg-mobile.jpg');
  height: 60vh;
  min-height: 700px;
}

.hero .logo {
  width: 60vw;
}

.hero .button {
  width: auto;
  margin-top: 30px;
}

.half {
  float: none;
  width: 100%;
}

.half.left {
  height: 100vw;
  min-height: 300px;
}

.half.right {
  height: auto;
}

.half .icon-cocktail  {
  margin: auto;
  text-align: center;
  width: 50px;
}

.faqs {
  padding: 50px 30px;
}

.faqs .button {
  display: block;
}

.footer .logo {
  display: block;
  margin: 30px auto;
}


}
