/*==================
RESET
==================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*==================
GENERAL
==================*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Merriweather", serif;
  color: #333333;
  background: #ffffff;
  font-size: 16px; }
  @media (min-width: 1600px) {
    body {
      font-size: 18px; } }
  @media (min-width: 1920px) {
    body {
      font-size: 20px; } }
  @media (min-width: 2048px) {
    body {
      font-size: 24px; } }
  @media (min-width: 2560px) {
    body {
      font-size: 32px; } }
  @media (min-width: 3840px) {
    body {
      font-size: 48px; } }
  @media (min-width: 5120px) {
    body {
      font-size: 60px; } }

a {
  text-decoration: none;
  color: #ffffff; }
  a:hover {
    text-decoration: underline;
    color: #ffffff; }
  a:visited {
    text-decoration: none;
    color: #ffffff; }

img {
  width: 100%; }

h1 {
  font-family: "Merriweather", serif;
  font-weight: 700; }

/*******************
ELEMENTS
*******************/
.button {
  min-width: 300px;
  max-width: 30vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  font-size: clamp(13px, 1vw, 60px);
  padding: 1.4375em 0.625em;
  letter-spacing: 1;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Merriweather", serif;
  transition: all 0.3s ease;
  background: #ffd644;
  border-radius: 0.625em; }
  @media (min-width: 992px) {
    .button {
      max-width: 22vw; } }

.show, .hide, .show2, .hide2 {
  font-size: clamp(14px, 1vw, 50px);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  cursor: pointer;
  margin: 1.25rem 0 0; }
  .show img, .hide img, .show2 img, .hide2 img {
    width: clamp(14px, 1vw, 50px);
    margin: 0 0 0 0.2vw;
    vertical-align: middle; }

.move {
  animation: MoveUpDown 1s ease-in-out infinite;
  position: relative;
  color: #0a99a8; }

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: 8px; } }

.h0, .hide {
  display: none; }

.h02, .hide2 {
  display: none; }

/*==================
HERO
==================*/
.hero {
  width: 100%;
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
  background-position: left; }
  @media (min-width: 768px) {
    .hero {
      background-position: center; } }
  .hero .hero-container {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6.25em 1em; }
    @media (min-width: 768px) {
      .hero .hero-container {
        width: 80%; } }
    @media (min-width: 992px) {
      .hero .hero-container {
        height: 100vh;
        width: 80%;
        padding: 0; } }
    .hero .hero-container .logo-container {
      width: 100%;
      margin: 0 auto;
      padding: 0 16px; }
      .hero .hero-container .logo-container .logo {
        width: clamp(340px, 36vw, 2000px);
        text-align: center;
        margin: 0 auto 1.875em; }
      .hero .hero-container .logo-container h1, .hero .hero-container .logo-container h2 {
        font-size: clamp(25px, 3vw, 160px);
        line-height: 1.3;
        margin: 0 auto;
        font-weight: 800;
        text-align: center;
        color: #ffd644; }
      .hero .hero-container .logo-container h2 {
        color: #ffd644;
        font-size: clamp(24px, 2vw, 110px);
        font-weight: 500; }

/*==================
DATES
==================*/
.sec-dates {
  color: #ffffff;
  background: #0a99a8;
  text-align: center;
  margin: 0 auto;
  padding: 3.75em 1em 3.75em; }
  @media (min-width: 1280px) {
    .sec-dates {
      padding: 5em 1em; } }
  .sec-dates h1 {
    color: #ffd644;
    font-size: clamp(24px, 2vw, 110px);
    line-height: 1.3; }
  .sec-dates .sub {
    margin: 0 0 1.875em;
    font-size: clamp(20px, 1.7vw, 90px);
    font-weight: 700;
    line-height: 1.5;
    font-weight: 300; }
  .sec-dates .date {
    margin: 0 auto 1.25em;
    font-size: clamp(20px, 1.6vw, 80px);
    line-height: 1.5; }
    .sec-dates .date a {
      color: #ffffff; }
  .sec-dates .tba {
    margin: 0 auto 1.25em;
    font-size: clamp(20px, 1.7vw, 90px);
    font-weight: 700;
    line-height: 1.5; }
  .sec-dates .when {
    font-size: clamp(20px, 1.8vw, 90px);
    color: #ffd644;
    line-height: 1.5;
    font-weight: 700; }
  .sec-dates a {
    text-decoration: none; }
  .sec-dates .button {
    margin: 0 auto 5em; }
    @media (min-width: 1280px) {
      .sec-dates .button {
        margin: 0 auto; } }

/*==================
ACTIVITIES
==================*/
.sec-activities {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  background: #dceff1;
  padding: 2.5em 1em 5em; }
  @media (min-width: 992px) {
    .sec-activities {
      padding: 5em 1em; } }
  .sec-activities .activities-text {
    font-size: clamp(16px, 1.2vw, 100px);
    line-height: 1.5;
    margin: 0 auto;
    padding: 0 2vw; }
  .sec-activities .giveaway-text {
    font-size: clamp(18px, 1.4vw, 80px);
    line-height: 1.5;
    margin: 0 auto 3.75em;
    font-weight: 300;
    width: 100%; }
    @media (min-width: 1280px) {
      .sec-activities .giveaway-text {
        width: 60%; } }
  .sec-activities h1 {
    color: #007d92;
    font-family: "Merriweather", serif;
    text-transform: none;
    line-height: 1.5;
    font-size: clamp(20px, 1.7vw, 90px);
    margin: 0 auto 0.625em; }
  .sec-activities .list {
    margin: 0 0 1.25em;
    font-size: clamp(20px, 1.6vw, 100px);
    line-height: 1.2; }
    .sec-activities .list:last-child {
      margin: 0; }
  .sec-activities .spcr {
    margin: 0 auto 2.5em; }
    @media (min-width: 992px) {
      .sec-activities .spcr {
        margin: 0; } }
  .sec-activities .list-hcolor {
    color: #007d92; }

/*==================
EVENTS - DESC
==================*/
.sec-events-desc {
  background: #007d92;
  color: #ffffff;
  font-family: "Merriweather", serif;
  text-align: center;
  padding: 5em 1em 0.625em; }
  @media (min-width: 992px) {
    .sec-events-desc {
      padding: 5em 1em 1.25em; } }
  .sec-events-desc p {
    margin: 1.25em auto 2.5em;
    font-size: clamp(16px, 1.2vw, 100px);
    line-height: 1.5; }
    @media (min-width: 992px) {
      .sec-events-desc p {
        margin: 1.25em auto; } }
  .sec-events-desc a {
    color: #ffffff;
    font-size: clamp(16px, 1.2vw, 100px);
    line-height: 1.3;
    text-decoration: underline; }
  .sec-events-desc h1 {
    font-family: "Merriweather", serif;
    text-transform: none;
    margin: 0 auto 1.875em;
    color: #ffd644;
    font-size: clamp(24px, 2vw, 110px);
    text-align: center; }
  .sec-events-desc h2 {
    font-size: clamp(20px, 1.7vw, 90px);
    font-weight: 700;
    line-height: 1.5;
    color: #ffd644;
    margin: 0.9375em auto 0; }
  .sec-events-desc .whattheydo {
    font-size: clamp(16px, 1.4vw, 100px);
    font-weight: 800;
    line-height: 1.5; }
  .sec-events-desc img {
    margin: 0.625rem auto 0; }
  .sec-events-desc .time {
    margin: 1.25em auto;
    font-size: clamp(16px, 1.2vw, 100px);
    line-height: 1.5; }
    .sec-events-desc .time .performance-text {
      font-weight: 400; }
    .sec-events-desc .time h3 {
      font-weight: 700;
      margin: 0; }
  .sec-events-desc .spcr-all {
    margin: 2.5em auto; }
  .sec-events-desc .spcr-r {
    padding: 0; }
    @media (min-width: 1600px) {
      .sec-events-desc .spcr-r {
        padding: 0 0 0 1.25em; } }

/*==================
GUESTS
==================*/
.sec-guests {
  background: #ffffff;
  color: #333333;
  font-family: "Merriweather", serif;
  text-align: center;
  padding: 5em 1em 0.9375em; }
  .sec-guests p {
    margin: 0 auto 2.5em;
    font-size: clamp(16px, 1.2vw, 100px);
    line-height: 1.5; }
  .sec-guests a {
    color: #333333;
    font-size: clamp(16px, 1.2vw, 100px);
    line-height: 1.3;
    text-decoration: underline; }
  .sec-guests h1 {
    text-transform: none;
    margin: 0 auto 0.625em;
    color: #dceff1;
    font-size: clamp(24px, 2vw, 110px); }
  .sec-guests h2 {
    font-size: clamp(20px, 1.7vw, 90px);
    font-weight: 700;
    color: #dceff1;
    line-height: 1.5;
    margin: 0.9375em auto 0; }
  .sec-guests img {
    margin: 0.625em auto 0; }
    @media (min-width: 992px) {
      .sec-guests img {
        margin: 0; } }
  .sec-guests .time {
    margin: 0.9375em auto 3.75em;
    font-size: clamp(16px, 1.2vw, 100px);
    line-height: 1.5;
    font-weight: 700; }
    .sec-guests .time .performance-text {
      font-weight: 400;
      line-height: 1.8; }

/*==================
VIDEO AND PICS
==================*/
.sec-video-pics {
  background: #f2f2f2;
  text-align: center;
  padding: 5em 1em 1.25em; }
  @media (min-width: 992px) {
    .sec-video-pics {
      padding: 5em 1em 3.75em; } }
  .sec-video-pics h1 {
    color: #0a99a8;
    font-family: "Merriweather", serif;
    font-weight: 700;
    line-height: 1.5;
    font-size: clamp(24px, 2vw, 110px); }
  .sec-video-pics h2 {
    color: #0a99a8;
    font-weight: 700;
    font-size: clamp(24px, 2vw, 110px);
    margin: 0 auto 0.625em; }
  .sec-video-pics p {
    color: #333333;
    font-size: clamp(18px, 1.4vw, 80px);
    line-height: 1.5;
    margin: 0 auto 2.5em; }
  .sec-video-pics .video {
    margin: 0 auto 5em; }
    .sec-video-pics .video iframe {
      width: 100%;
      height: 50vw; }
      @media (min-width: 992px) {
        .sec-video-pics .video iframe {
          width: 72vw;
          height: 40.5vw; } }
  .sec-video-pics .epics {
    margin: 0 auto 1.875em; }
    .sec-video-pics .epics p {
      color: #333333;
      font-size: clamp(15px, 1vw, 100px);
      margin: 0.625em auto 1.25em;
      line-height: 1.5; }

/*==================
RECIPES
===================*/
.sec-recipes {
  color: #333333;
  background: #ffffff;
  text-align: center;
  padding: 3.75em 1em 0; }
  @media (min-width: 992px) {
    .sec-recipes {
      padding: 6.25em 1em 2.5em; } }
  .sec-recipes h1 {
    font-weight: 700;
    margin: 0 auto 0.3125em;
    color: #dceff1;
    font-size: clamp(24px, 2vw, 110px); }
  .sec-recipes .desc {
    color: #333333;
    font-size: clamp(18px, 1.4vw, 80px);
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 1.875em; }
  .sec-recipes .recipe-menu-container {
    position: relative;
    cursor: pointer; }
    .sec-recipes .recipe-menu-container .recipe-menu {
      width: 90%;
      background: #dceff1;
      margin: 1.25em auto 3.75em;
      padding: 1.25em 2vw;
      border: 0.0625em solid #f2f2f2;
      position: relative; }
      @media (min-width: 992px) {
        .sec-recipes .recipe-menu-container .recipe-menu {
          width: 40%; } }
      .sec-recipes .recipe-menu-container .recipe-menu img {
        width: clamp(14px, 1vw, 50px);
        margin: 0 0 0 0.3125em;
        vertical-align: middle; }
      .sec-recipes .recipe-menu-container .recipe-menu p {
        font-size: clamp(13px, 1vw, 100px);
        font-weight: 700;
        letter-spacing: 1;
        color: #ffffff; }
      .sec-recipes .recipe-menu-container .recipe-menu ul.nav-recipe {
        position: absolute;
        z-index: 3;
        text-align: center;
        width: 100%;
        display: none;
        color: #0a99a8;
        top: 3.4375em;
        left: 0;
        outline: 0.0625em solid #0a99a8; }
        .sec-recipes .recipe-menu-container .recipe-menu ul.nav-recipe li {
          background: #ffffff;
          padding: 1.25em 0;
          font-size: clamp(13px, 1vw, 100px);
          font-weight: 700;
          border-top: 0.0625em solid #0a99a8; }
          .sec-recipes .recipe-menu-container .recipe-menu ul.nav-recipe li:hover {
            background: #f2f2f2; }
  .sec-recipes .recipe-container {
    color: #333333;
    padding: 1.25em 0;
    position: relative;
    z-index: 2;
    text-align: left;
    margin: 0 auto 0; }
    .sec-recipes .recipe-container .ingr-container {
      margin: 0 0 0 1vw; }
    .sec-recipes .recipe-container h1 {
      color: #dceff1;
      font-size: clamp(20px, 1.7vw, 90px);
      line-height: 1.2;
      font-weight: 700;
      margin: 0.625em 0 0;
      text-align: left; }
      @media (min-width: 768px) {
        .sec-recipes .recipe-container h1 {
          margin: 0; } }
    .sec-recipes .recipe-container img {
      width: 100%;
      margin: 0 0 1.25em; }
      @media (min-width: 1280px) {
        .sec-recipes .recipe-container img {
          margin: 0; } }
    .sec-recipes .recipe-container .head {
      font-size: clamp(16px, 1.2vw, 100px);
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.0625em;
      margin: 1.875em 0 0.625em; }
    .sec-recipes .recipe-container .recipe li {
      margin: 0 0 1.25em;
      display: table;
      line-height: 1;
      font-size: clamp(16px, 1.2vw, 100px); }
    .sec-recipes .recipe-container .direct li {
      margin: 0 0 1.25em;
      line-height: 1.5;
      font-size: clamp(16px, 1.2vw, 100px); }
    .sec-recipes .recipe-container .ctof {
      margin: 3.75em 0 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: clamp(16px, 1.2vw, 100px); }
  .sec-recipes .rlogo {
    width: 100%;
    margin: 1.25em 0;
    text-align: left; }
    .sec-recipes .rlogo img {
      display: inline-block;
      width: clamp(110px, 8vw, 500px);
      padding: 0.625em; }

/*==================
MISC
==================*/
.sec-misc {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  background: #007d92;
  color: #ffffff;
  padding: 2.5em 1em 5em; }
  @media (min-width: 992px) {
    .sec-misc {
      padding: 5em 1em;
      text-align: left; } }
  .sec-misc h1 {
    color: #ffd644;
    font-family: "Merriweather", serif;
    text-transform: none;
    line-height: 1.3;
    font-size: clamp(20px, 1.7vw, 90px);
    margin: 1.25em auto 0.625em; }
  .sec-misc p {
    margin: 0 0 1.25em;
    font-size: clamp(18px, 1.3vw, 80px);
    line-height: 1.5; }

/*==================
BRANDS
==================*/
.sec-brands {
  background: #ffffff;
  padding: 3.75em 1em 5em; }
  @media (min-width: 992px) {
    .sec-brands {
      padding: 5em 1em; } }
  .sec-brands h1 {
    color: #0a99a8;
    font-family: "Merriweather", serif;
    line-height: 1.3;
    font-size: clamp(20px, 1.7vw, 90px);
    margin: 0 auto 0.625em;
    text-align: center; }
  .sec-brands .logos {
    margin: 0 auto;
    text-align: center; }
    .sec-brands .logos img {
      width: clamp(60px, 4.5vw, 300px);
      vertical-align: middle;
      margin: 0.9375em; }
    .sec-brands .logos .w50 {
      width: clamp(50px, 3vw, 300px); }
    .sec-brands .logos .w80 {
      width: clamp(80px, 6vw, 300px); }
  .sec-brands .social {
    margin: 3.75em auto 0;
    text-align: center; }
    .sec-brands .social h2 {
      font-size: clamp(18px, 1.4vw, 80px);
      line-height: 1;
      margin: 0 auto 0.625em;
      font-weight: 700;
      text-align: center;
      color: #0a99a8; }
    .sec-brands .social img {
      width: clamp(40px, 3vw, 160px);
      margin: 0 0.1vw; }

/*==================
FOOTER
==================*/
.footer {
  padding: 0.9375em 1em;
  text-align: center;
  color: #ffffff;
  background: #333333; }
  .footer p {
    font-size: clamp(14px, 1vw, 50px); }
  .footer a {
    font-weight: 700;
    color: #ffffff; }
