/* 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; }

@font-face {
  font-family: Cocogoose-light;
  src: url(cocogoose_pro_light-trial-webfont.woff);
  src: url(cocogoose_pro_light-trial-webfont.woff2); }
html {
  scroll-behavior: smooth; }

#container {
  width: 100%;
  height: 100%;
  background-color: white;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: hidden; }

#overlay {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%; }

.fade {
  background-color: rgba(0, 0, 0, 0.85) !important; }

#hero-vid {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: url(background-loop.mp4) no-repeat scroll 0 0 #000;
  background-size: cover;
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-perspective: 1000;
          perspective: 1000;
  position: fixed;
  right: 0;
  width: auto;
  z-index: -1; }

.overlay {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .overlay nav {
    float: left;
    /*
     * Just a quick hamburger
     */
    /*
     * And let's slide it in from the left
     */ }
    .overlay nav #menuToggle {
      display: block;
      position: fixed;
      top: 30px;
      left: 50px;
      width: 40px;
      z-index: 100;
      -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none; }
      @media screen and (max-width: 400px) {
        .overlay nav #menuToggle {
          left: 30px; } }
    .overlay nav #menuToggle input {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      cursor: pointer;
      opacity: 0;
      /* hide this */
      z-index: 2;
      /* and place it over the hamburger */
      -webkit-touch-callout: none; }
    .overlay nav #menuToggle span {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background: #044725;
      border-radius: 3px;
      z-index: 1;
      -webkit-transform-origin: 4px 0px;
              transform-origin: 4px 0px;
      -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .overlay nav #menuToggle span:first-child {
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%; }
    .overlay nav #menuToggle span:nth-last-child(2) {
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%; }
    .overlay nav #menuToggle input:checked ~ span {
      opacity: 1;
      -webkit-transform: rotate(45deg) translate(-2px, -1px);
              transform: rotate(45deg) translate(-2px, -1px);
      background: #9eb8b5; }
    .overlay nav #menuToggle input:checked ~ span:nth-last-child(3) {
      opacity: 0;
      -webkit-transform: rotate(0deg) scale(0.2, 0.2);
              transform: rotate(0deg) scale(0.2, 0.2); }
    .overlay nav #menuToggle input:checked ~ span:nth-last-child(2) {
      -webkit-transform: rotate(-45deg) translate(0, -1px);
              transform: rotate(-45deg) translate(0, -1px); }
    .overlay nav #menu {
      position: absolute;
      width: 1200px;
      height: 672px;
      opacity: 0.95;
      margin: -100px 0 0 -50px;
      padding: 50px;
      padding-top: 125px;
      background: #044725;
      list-style-type: none;
      -webkit-font-smoothing: antialiased;
      /* to stop flickering of text in safari */
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
      -webkit-transform: translate(-100%, 0);
              transform: translate(-100%, 0);
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
      @media screen and (max-width: 660px) {
        .overlay nav #menu {
          width: 800px;
          height: 672px;
          background: #044725; } }
      @media screen and (max-width: 400px) {
        .overlay nav #menu {
          width: 400px;
          height: 672px;
          background: #044725; } }
    .overlay nav a {
      text-align: center;
      text-decoration: none;
      font-family: cocogoose-light, sans-serif;
      font-size: 25px;
      letter-spacing: 2px;
      line-height: 30px;
      color: white; }
      .overlay nav a li {
        margin-top: 20px; }
      @media screen and (max-width: 660px) {
        .overlay nav a {
          text-align: left; } }
    .overlay nav a:hover {
      color: #f1e250;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
    .overlay nav #menuToggle input:checked ~ ul {
      -webkit-transform: none;
              transform: none; }
  .overlay .logo {
    width: 68.359375%;
    height: 68.359375%;
    display: block;
    margin: auto;
    padding-top: 75px;
    padding-bottom: 75px; }
    @media screen and (max-width: 660px) {
      .overlay .logo {
        height: 60.6060606061%;
        padding-top: 75px;
        padding-bottom: 100px; } }
    @media screen and (max-width: 400px) {
      .overlay .logo {
        width: 65%;
        height: 325px; } }
  .overlay a {
    text-decoration: none;
    z-index: 2;
    width: 100%;
    font-size: 20px;
    color: #044725;
    text-align: center;
    font-family: 'cocogoose-light';
    margin-top: 10vw;
    white-space: nowrap;
    text-decoration: none;
    color: #044725;
    display: block;
    margin: auto; }
  .overlay a:hover {
    color: #f1e250; }

#about {
  width: 100%;
  height: 375px;
  background-color: white;
  position: absolute;
  top: 1950px;
  bottom: 600px;
  left: 0;
  right: 0;
  display: block;
  margin: auto; }
  @media screen and (max-width: 660px) {
    #about {
      top: 1645px;
      height: 366px; } }
  @media screen and (max-width: 400px) {
    #about {
      top: 1500px;
      height: 366px; } }
  #about h2 {
    with: 100%;
    text-align: center;
    font-family: 'cocogoose';
    color: #044725;
    font-size: 30px;
    letter-spacing: 2px;
    padding-top: 70px; }
    @media screen and (max-width: 660px) {
      #about h2 {
        width: 100%;
        padding-top: 70px;
        font-size: 25px; } }
    @media screen and (max-width: 400px) {
      #about h2 {
        width: 100%;
        padding-top: 50px;
        font-size: 20px; } }
  #about p {
    width: 65%;
    font-family: "courier new", avenir;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    padding-top: 30px;
    display: block;
    margin: auto; }
    @media screen and (max-width: 660px) {
      #about p {
        width: 85%;
        text-align: center;
        padding-top: 5px;
        font-size: 11px;
        line-height: 25px;
        padding-top: 10px; } }
    @media screen and (max-width: 400px) {
      #about p {
        width: 85%;
        text-align: center;
        padding-top: 10px;
        font-size: 10px;
        line-height: 20px; } }

.parallax {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 1195px;
  background-color: white;
  background-image: url(images/food.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 660px) {
    .parallax {
      top: 1010px;
      height: 400px;
      background-attachment: scroll; } }
  @media screen and (max-width: 400px) {
    .parallax {
      top: 950px;
      height: 300px;
      background-attachment: scroll; } }

#food {
  width: 100%;
  height: 375px;
  background-color: white;
  position: absolute;
  top: 3500px;
  bottom: 600px;
  left: 0;
  right: 0;
  display: block;
  margin: auto; }
  @media screen and (max-width: 660px) {
    #food {
      top: 3100px;
      height: 366px; } }
  @media screen and (max-width: 400px) {
    #food {
      top: 2775px;
      height: 366px; } }
  #food h2 {
    with: 100%;
    text-align: center;
    font-family: 'cocogoose';
    color: #044725;
    font-size: 30px;
    letter-spacing: 2px;
    padding-top: 65px; }
    @media screen and (max-width: 660px) {
      #food h2 {
        width: 100%;
        padding-top: 60px;
        font-size: 25px; } }
    @media screen and (max-width: 400px) {
      #food h2 {
        width: 100%;
        padding-top: 40px;
        font-size: 20px; } }
  #food p {
    width: 65%;
    font-family: "courier new", avenir;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    padding-top: 30px;
    display: block;
    margin: auto; }
    @media screen and (max-width: 660px) {
      #food p {
        width: 85%;
        text-align: center;
        padding-top: 5px;
        font-size: 11px;
        line-height: 25px;
        padding-top: 10px; } }
    @media screen and (max-width: 400px) {
      #food p {
        width: 85%;
        text-align: center;
        padding-top: 10px;
        font-size: 10px;
        line-height: 20px; } }
  #food .button {
    width: 20%;
    background-color: white;
    border: none;
    color: #044725;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    display: block;
    margin: auto;
    cursor: pointer;
    font-family: 'cocogoose-light';
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 30px; }
    @media screen and (max-width: 660px) {
      #food .button {
        width: 20%; } }
    @media screen and (max-width: 400px) {
      #food .button {
        width: 25%;
        font-size: 14px; } }
  #food a:hover {
    color: #f1e250; }

.parallax-2 {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 1970px;
  background-color: white;
  background-image: url(images/drinks.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 660px) {
    .parallax-2 {
      top: 1750px;
      height: 400px;
      background-attachment: scroll; } }
  @media screen and (max-width: 400px) {
    .parallax-2 {
      top: 1575px;
      height: 300px;
      background-attachment: scroll; } }

#drinks {
  width: 100%;
  height: 375px;
  background-color: white;
  position: absolute;
  top: 5200px;
  bottom: 600px;
  left: 0;
  right: 0;
  display: block;
  margin: auto; }
  @media screen and (max-width: 660px) {
    #drinks {
      top: 4575px;
      height: 366px; } }
  @media screen and (max-width: 400px) {
    #drinks {
      top: 4025px;
      height: 366px; } }
  #drinks h2 {
    with: 100%;
    text-align: center;
    font-family: 'cocogoose';
    color: #044725;
    font-size: 30px;
    letter-spacing: 2px;
    padding-top: 65px; }
    @media screen and (max-width: 660px) {
      #drinks h2 {
        width: 100%;
        padding-top: 60px;
        font-size: 25px; } }
    @media screen and (max-width: 400px) {
      #drinks h2 {
        width: 100%;
        padding-top: 60px;
        font-size: 20px; } }
  #drinks p {
    width: 65%;
    font-family: "courier new", avenir;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    padding-top: 30px;
    display: block;
    margin: auto; }
    @media screen and (max-width: 660px) {
      #drinks p {
        width: 85%;
        text-align: center;
        padding-top: 5px;
        font-size: 11px;
        line-height: 25px;
        padding-top: 10px; } }
    @media screen and (max-width: 400px) {
      #drinks p {
        width: 85%;
        text-align: center;
        padding-top: 10px;
        font-size: 10px;
        line-height: 20px; } }
  #drinks .button {
    width: 20%;
    background-color: white;
    border: none;
    color: #044725;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    display: block;
    margin: auto;
    cursor: pointer;
    font-family: 'cocogoose-light';
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 30px; }
    @media screen and (max-width: 660px) {
      #drinks .button {
        width: 20%; } }
    @media screen and (max-width: 400px) {
      #drinks .button {
        width: 25%;
        font-size: 14px; } }
  #drinks a:hover {
    color: #f1e250; }

.parallax-3 {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 2820px;
  background-color: white;
  background-image: url(images/dessert.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 660px) {
    .parallax-3 {
      top: 2480px;
      height: 400px;
      background-attachment: scroll; } }
  @media screen and (max-width: 400px) {
    .parallax-3 {
      top: 2200px;
      height: 300px;
      background-attachment: scroll; } }

#dessert {
  width: 100%;
  height: 375px;
  background-color: white;
  position: absolute;
  top: 6930px;
  bottom: 600px;
  left: 0;
  right: 0;
  display: block;
  margin: auto; }
  @media screen and (max-width: 660px) {
    #dessert {
      top: 6000px;
      height: 366px; } }
  @media screen and (max-width: 400px) {
    #dessert {
      top: 5290px;
      height: 366px; } }
  #dessert h2 {
    with: 100%;
    text-align: center;
    font-family: 'cocogoose';
    color: #044725;
    font-size: 30px;
    letter-spacing: 2px;
    padding-top: 65px; }
    @media screen and (max-width: 660px) {
      #dessert h2 {
        width: 100%;
        padding-top: 60px;
        font-size: 25px; } }
    @media screen and (max-width: 400px) {
      #dessert h2 {
        width: 100%;
        padding-top: 60px;
        font-size: 20px; } }
  #dessert p {
    width: 65%;
    font-family: "courier new", avenir;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    padding-top: 30px;
    display: block;
    margin: auto; }
    @media screen and (max-width: 660px) {
      #dessert p {
        width: 85%;
        text-align: center;
        padding-top: 5px;
        font-size: 11px;
        line-height: 25px;
        padding-top: 10px; } }
    @media screen and (max-width: 400px) {
      #dessert p {
        width: 85%;
        text-align: center;
        padding-top: 10px;
        font-size: 10px;
        line-height: 20px; } }
  #dessert .button {
    width: 20%;
    background-color: white;
    border: none;
    color: #044725;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    display: block;
    margin: auto;
    cursor: pointer;
    font-family: 'cocogoose-light';
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 30px; }
    @media screen and (max-width: 660px) {
      #dessert .button {
        width: 20%; } }
    @media screen and (max-width: 400px) {
      #dessert .button {
        width: 25%;
        font-size: 14px; } }
  #dessert a:hover {
    color: #f1e250; }

.parallax-4 {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 3685px;
  background-color: white;
  background-image: url(images/lemon.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 660px) {
    .parallax-4 {
      top: 2480px;
      height: 400px;
      background-attachment: scroll; } }
  @media screen and (max-width: 400px) {
    .parallax-4 {
      top: 2200px;
      height: 300px;
      background-attachment: scroll; } }

#contact {
  width: 100%;
  height: 520px;
  background-color: white;
  position: absolute;
  top: 8500px;
  bottom: 600px;
  left: 0;
  right: 0;
  display: block;
  margin: auto; }
  @media screen and (max-width: 660px) {
    #contact {
      top: 6000px;
      height: 520px; } }
  @media screen and (max-width: 400px) {
    #contact {
      top: 5400px;
      height: 520px; } }
  #contact .contact-logo {
    width: 10%;
    display: block;
    margin: auto;
    margin-top: 40px; }
    @media screen and (max-width: 660px) {
      #contact .contact-logo {
        width: 25%; } }
    @media screen and (max-width: 400px) {
      #contact .contact-logo {
        width: 40%; } }
  #contact h2 {
    with: 100%;
    text-align: center;
    font-family: 'cocogoose';
    color: #044725;
    font-size: 30px;
    letter-spacing: 2px;
    padding-top: 65px; }
    @media screen and (max-width: 660px) {
      #contact h2 {
        width: 100%;
        padding-top: 60px;
        font-size: 25px; } }
    @media screen and (max-width: 400px) {
      #contact h2 {
        width: 100%;
        padding-top: 60px;
        font-size: 20px; } }
  #contact p {
    width: 65%;
    font-family: "courier new", avenir;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    padding-top: 10px;
    display: block;
    margin: auto; }
    @media screen and (max-width: 660px) {
      #contact p {
        width: 85%;
        text-align: center;
        padding-top: 5px;
        font-size: 11px;
        line-height: 25px;
        padding-top: 10px; } }
    @media screen and (max-width: 400px) {
      #contact p {
        width: 85%;
        text-align: center;
        padding-top: 10px;
        font-size: 10px;
        line-height: 20px; } }
  #contact h4 {
    width: 100%;
    text-align: center;
    font-family: 'cocogoose-light';
    letter-spacing: 2px;
    color: #044725;
    font-size: 20px;
    padding-top: 30px; }
  #contact .link {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 50px; }
    #contact .link a {
      font-family: 'cocogoose-light';
      font-size: 20px;
      color: #044725;
      text-decoration: none; }
    #contact .link a:hover {
      color: #f1e250; }

footer {
  width: 100%;
  height: 50px;
  background-color: #044725;
  position: absolute;
  top: 4570px; }
  footer p {
    width: 65%;
    font-family: "courier new", avenir;
    text-align: center;
    font-size: 10px;
    line-height: 30px;
    padding-top: 13px;
    display: block;
    margin: auto;
    letter-spacing: 2px;
    color: white; }
  @media screen and (max-width: 660px) {
    footer {
      top: 3350px; } }
  @media screen and (max-width: 400px) {
    footer {
      top: 3000px; } }

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