* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: serif, georgia; }

@font-face {
  font-family: bebas;
  src: url("font/bebas.ttf"); }
@font-face {
  font-family: roboto;
  src: url("font/RobotoSlab-Regular.ttf"); }
@font-face {
  font-family: SourceSans;
  src: url("font/SourceSansPro-Regular.otf"); }
@font-face {
  font-family: dancing;
  src: url("font/DancingScript-Regular.otf"); }
h2 {
  font-size: 3em;
  color: white;
  font-family: dancing;
  display: block;
  text-align: center;
  width: 100%;
  padding-bottom: 25px; }

h3 {
  font-family: bebas;
  font-size: 1.5;
  letter-spacing: 3px; }

h4 {
  color: white;
  display: inline;
  font-family: bebas; }

p {
  font-size: 1.2em;
  font-family: SourceSans; }

span {
  font-family: SourceSans; }

.bind {
  width: 65%;
  margin: 0px auto; }

body .spacer {
  width: 100%;
  height: auto;
  min-height: 30em; }
body .parallax-mirror {
  background-color: black; }
  body .parallax-mirror img {
    opacity: 0.8; }
body #homeBanner {
  width: 100%;
  height: 800px;
  overflow: hidden;
  background-color: #363636;
  position: relative; }
  body #homeBanner #logoBox {
    height: 350px;
    position: relative;
    background-color: white;
    z-index: 2;
    width: 275px;
    display: block;
    margin: auto;
    box-shadow: 2px 2px 10px black;
    opacity: 0; }
  body #homeBanner #logoCircle #logo {
    width: 250px;
    z-index: 3;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50px;
    left: 50px; }
  body #homeBanner #logoCircle:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0; }
  body #homeBanner h1 {
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
    z-index: 2;
    width: 900px;
    text-shadow: 2px 2px 10px black;
    color: white;
    font-family: bebas;
    font-size: 2em;
    padding-bottom: 15px;
    letter-spacing: 3px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 100; }
  body #homeBanner #facebookLink {
    width: 200px;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: 20px;
    bottom: 0px;
    right: 46px;
    color: white; }
  body #homeBanner #shownBG {
    opacity: 1;
    display: block;
    width: 100%; }
  body #homeBanner .headerBG {
    opacity: 0;
    height: 900px;
    transition: 0.5s all;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden; }
    body #homeBanner .headerBG img {
      width: 100%; }
  body #homeBanner #sizingBox {
    height: 100%;
    position: absolute; }
  body #homeBanner #hours {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    padding-bottom: 50px; }
    body #homeBanner #hours span {
      color: white;
      display: block;
      text-shadow: 2px 2px 10px black; }
  body #homeBanner .social {
    position: absolute;
    right: 20px;
    top: 20px; }
    body #homeBanner .social img {
      height: 70px;
      padding: 10px; }
    body #homeBanner .social a {
      color: white;
      text-decoration: none; }
    body #homeBanner .social a:visited {
      color: white; }
    body #homeBanner .social span {
      bottom: 25px;
      position: relative; }
  body #homeBanner #nav {
    position: absolute;
    display: block;
    margin: auto;
    text-align: center;
    text-shadow: 2px 2px 10px black;
    left: 0px;
    right: 0px;
    bottom: 0px; }
    body #homeBanner #nav .bind {
      width: 80%;
      margin: 0px auto; }
      body #homeBanner #nav .bind button {
        font-family: bebas;
        display: inline;
        width: 150px;
        height: 40px;
        border: 1px;
        background-color: white;
        color: #7eccd8;
        font-size: 1.2em;
        transition: 0.8s;
        margin: 0px auto;
        -webkit-animation-duration: 1s;
        /* Chrome, Safari, Opera */
        animation-duration: 1s;
        position: absolute;
        bottom: 0px;
        animation-fill-mode: forwards; }
        body #homeBanner #nav .bind button:hover {
          animation-name: navPop;
          -webkit-animation-name: navPop; }
      body #homeBanner #nav .bind #aboutBtn {
        left: -315px;
        right: 0px; }
      body #homeBanner #nav .bind #menuBtn {
        right: 0px;
        left: 0px; }
      body #homeBanner #nav .bind #contactBtn {
        right: -315px;
        left: 0px; }
body #about {
  width: 100%;
  min-height: 300px;
  background-color: white;
  text-align: center; }
  body #about .bind {
    width: 50%;
    margin: 0px auto; }
    body #about .bind h2 {
      padding-top: 50px;
      padding-bottom: 25px;
      font-family: dancing;
      font-size: 3em;
      color: #7eccd8; }
    body #about .bind p {
      text-align: justify;
      padding-bottom: 20px;
      color: #7eccd8; }
body #services {
  width: 100%;
  min-height: 500px;
  background-color: white;
  text-align: center; }
  body #services .bind {
    width: 50%;
    margin: 0px auto; }
    body #services .bind h2 {
      font-size: 3em;
      padding-bottom: 25px;
      padding-top: 25px;
      color: #7eccd8; }
    body #services .bind p {
      color: #7eccd8;
      text-align: justify; }
    body #services .bind #takeaway {
      padding-bottom: 40px; }
      body #services .bind #takeaway h3 {
        padding-bottom: 5px;
        color: #7eccd8;
        letter-spacing: 3px; }
      body #services .bind #takeaway span {
        color: #7eccd8;
        padding-bottom: 20px; }
      body #services .bind #takeaway p {
        color: #7eccd8;
        padding-top: 15px; }
    body #services .bind #eatRun {
      padding-bottom: 40px; }
      body #services .bind #eatRun h3 {
        padding-bottom: 25px;
        color: #7eccd8;
        letter-spacing: 3px; }
      body #services .bind #eatRun p {
        color: #7eccd8; }
    body #services .bind #catering {
      color: #7eccd8;
      padding-bottom: 40px; }
      body #services .bind #catering h3 {
        letter-spacing: 3px;
        padding-bottom: 25px; }
      body #services .bind #catering p {
        padding-bottom: 10px; }
    body #services .bind #gold h3 {
      letter-spacing: 3px;
      padding-bottom: 25px;
      color: #7eccd8; }
    body #services .bind #gold p {
      padding-bottom: 25px; }
body #menu {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  body #menu h1 {
    color: #7eccd8; }
  body #menu h2 {
    padding-top: 50px;
    padding-bottom: 25px;
    color: #7eccd8; }
  body #menu .menuBox {
    width: 33%;
    display: inline;
    float: left;
    min-width: 200px; }
    body #menu .menuBox ul {
      text-decoration: none; }
    body #menu .menuBox li {
      list-style-type: none;
      padding-bottom: 15px;
      padding-left: 15px; }
    body #menu .menuBox h2 {
      color: #7eccd8;
      text-align: center; }
    body #menu .menuBox h3 {
      color: #7eccd8;
      display: inline; }
    body #menu .menuBox span {
      color: #7eccd8;
      display: inline; }
    body #menu .menuBox p {
      color: #7eccd8;
      display: block;
      font-size: 0.8em; }
body #menu2 {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  body #menu2 h1 {
    color: white; }
  body #menu2 h2 {
    padding-top: 50px;
    padding-bottom: 25px; }
  body #menu2 .menuBox {
    width: 33%;
    display: inline;
    float: left;
    min-width: 200px; }
    body #menu2 .menuBox ul {
      text-decoration: none; }
    body #menu2 .menuBox li {
      list-style-type: none;
      padding-bottom: 15px;
      padding-left: 15px; }
    body #menu2 .menuBox h2 {
      color: #7eccd8;
      text-align: center; }
    body #menu2 .menuBox h3 {
      color: #7eccd8;
      display: inline; }
    body #menu2 .menuBox span {
      color: #7eccd8;
      display: inline; }
    body #menu2 .menuBox p {
      color: #7eccd8;
      display: block;
      font-size: 0.8em; }
    body #menu2 .menuBox #kidMenu {
      text-align: center;
      padding-bottom: 10px; }
  body #menu2 #earlyBird h2 {
    padding-bottom: 0px; }
  body #menu2 #earlyBird .bind h3 {
    padding-bottom: 10px;
    display: block;
    text-align: left;
    color: #7eccd8; }
  body #menu2 #earlyBird .bind #birdTime {
    text-align: center;
    font-size: 0.8em;
    color: #7eccd8; }
  body #menu2 #earlyBird .bind #birdTime2 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 0.8em;
    color: #7eccd8; }
  body #menu2 #earlyBird .bind p {
    padding-bottom: 5px;
    text-align: center;
    font-size: 1em; }
  body #menu2 #earlyBird .bind #bottomItem {
    padding-bottom: 25px; }
body #menu3 {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  body #menu3 h1 {
    color: white; }
  body #menu3 h2 {
    padding-top: 50px;
    padding-bottom: 25px;
    color: #7eccd8; }
  body #menu3 #drinkMenu .bind ul {
    text-decoration: none; }
    body #menu3 #drinkMenu .bind ul li {
      list-style-type: none;
      padding-bottom: 15px;
      padding-left: 15px; }
      body #menu3 #drinkMenu .bind ul li #icedCoffee {
        width: 73%; }
      body #menu3 #drinkMenu .bind ul li h3 {
        color: #7eccd8;
        display: inline; }
  body #menu3 span {
    color: #7eccd8;
    display: inline; }
  body #menu3 p {
    color: #7eccd8;
    display: block;
    font-size: 0.8em; }
  body #menu3 .menuBox {
    width: 33%;
    display: inline;
    float: left;
    min-width: 200px; }
    body #menu3 .menuBox ul {
      text-decoration: none; }
    body #menu3 .menuBox li {
      list-style-type: none;
      padding-bottom: 15px;
      padding-left: 15px; }
    body #menu3 .menuBox h2 {
      color: #7eccd8;
      text-align: center; }
    body #menu3 .menuBox h3 {
      color: #7eccd8;
      display: inline; }
    body #menu3 .menuBox span {
      color: #7eccd8;
      display: inline; }
    body #menu3 .menuBox p {
      color: #7eccd8;
      display: block;
      font-size: 0.8em; }
  body #menu3 #drinkMenu .bind {
    width: 80%;
    margin: 0px auto; }
    body #menu3 #drinkMenu .bind #reg {
      text-align: right;
      display: inline-block;
      width: 72%;
      color: #7eccd8; }
    body #menu3 #drinkMenu .bind #lge {
      text-align: right;
      display: inline-block;
      width: 15%;
      color: #7eccd8; }
    body #menu3 #drinkMenu .bind ul li h3 {
      display: inline-block;
      width: 60%; }
    body #menu3 #drinkMenu .bind ul li p {
      display: inline-block; }
    body #menu3 #drinkMenu .bind ul li div {
      width: 25%;
      display: inline; }
      body #menu3 #drinkMenu .bind ul li div span {
        display: inline;
        padding-left: 25px; }
  body #menu3 #drinkMenu2 .bind {
    width: 70%;
    margin: 0px auto; }
    body #menu3 #drinkMenu2 .bind #reg {
      text-align: right;
      display: inline-block;
      width: 84%; }
    body #menu3 #drinkMenu2 .bind #lge {
      text-align: right;
      display: inline-block;
      width: 15%; }
    body #menu3 #drinkMenu2 .bind ul li h3 {
      display: inline-block;
      width: 60%; }
    body #menu3 #drinkMenu2 .bind ul li p {
      display: inline-block; }
    body #menu3 #drinkMenu2 .bind ul li div {
      width: 25%;
      display: inline; }
      body #menu3 #drinkMenu2 .bind ul li div span {
        display: inline;
        padding-left: 25px;
        padding-right: 30px; }
  body #menu3 #drinkMenu3 .bind {
    width: 70%;
    margin: 0px auto; }
    body #menu3 #drinkMenu3 .bind ul li h3 {
      display: inline-block;
      width: 60%; }
    body #menu3 #drinkMenu3 .bind ul li p {
      display: inline-block;
      width: 60%; }
    body #menu3 #drinkMenu3 .bind ul li div {
      width: 25%;
      display: inline; }
      body #menu3 #drinkMenu3 .bind ul li div span {
        display: inline;
        padding-left: 25px; }
body #menu4 {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  body #menu4 .menuBox {
    width: 33%;
    display: inline;
    float: left;
    min-width: 200px; }
    body #menu4 .menuBox .bind {
      width: 70%;
      margin: 0px auto; }
      body #menu4 .menuBox .bind ul {
        text-decoration: none; }
      body #menu4 .menuBox .bind li {
        list-style-type: none;
        padding-bottom: 15px;
        padding-left: 15px; }
      body #menu4 .menuBox .bind h2 {
        color: #7eccd8;
        text-align: center; }
      body #menu4 .menuBox .bind h3 {
        color: #7eccd8;
        display: inline-block;
        width: 60%; }
      body #menu4 .menuBox .bind div {
        width: 25%;
        display: inline; }
        body #menu4 .menuBox .bind div span {
          display: inline;
          padding-left: 25px;
          color: #7eccd8; }
      body #menu4 .menuBox .bind p {
        display: inline-block;
        width: 60%; }
  body #menu4 .bind {
    width: 80%;
    margin: 0px auto; }
body footer {
  width: 100%;
  background-color: #363636;
  clear: both;
  padding-top: 100px; }
  body footer #contact, body footer #location {
    display: inline;
    width: 50%;
    float: left; }
    body footer #contact h1, body footer #location h1 {
      color: white;
      display: block; }
  body footer #location h1 {
    padding-bottom: 20px; }
  body footer #location #localDeets {
    display: block;
    text-align: center;
    width: 45%;
    margin: 0px auto;
    height: 130px; }
    body footer #location #localDeets #icons {
      float: left; }
      body footer #location #localDeets #icons img {
        width: 30px;
        display: block;
        padding-bottom: 10px; }
    body footer #location #localDeets #details {
      float: left;
      width: 90%; }
      body footer #location #localDeets #details #address, body footer #location #localDeets #details #phone, body footer #location #localDeets #details #email {
        display: inline-block;
        margin: 0px auto;
        width: 100%;
        text-align: left;
        padding-bottom: 12px;
        padding-left: 5px; }
        body footer #location #localDeets #details #address span, body footer #location #localDeets #details #phone span, body footer #location #localDeets #details #email span {
          display: block;
          color: white; }
  body footer #location #googleMap {
    display: block;
    margin: 0px auto;
    width: 500px;
    height: 380px;
    margin-bottom: 10px;
    margin-top: 25px; }
  body footer #omniBox {
    width: 50px;
    min-width: 50px;
    max-width: 80px;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 10px; }
    body footer #omniBox a {
      text-decoration: none; }
      body footer #omniBox a span {
        text-align: center;
        font-size: 0.7em;
        color: white; }
  body footer #contact {
    width: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    order: 2; }
    body footer #contact button {
      display: block;
      width: 150px;
      height: 40px;
      border: 1px;
      background-color: #7eccd8;
      color: white;
      font-family: SourceSans;
      font-size: 1.2em;
      transition: 0.8s;
      margin-top: 0px;
      margin: 0px auto; }
  body footer #contact > p {
    color: white;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
    padding-top: 100px; }
  body footer #contactMore {
    border-radius: 4px; }
  body footer #contact #contactMore {
    display: block;
    width: 65%;
    margin: 0px auto;
    margin-top: 30px;
    height: 400px; }
    body footer #contact #contactMore textarea {
      height: 150px;
      padding-top: 8px;
      font-family: RobotoSlab-Regular;
      font-size: 16px;
      margin-top: 15px;
      padding-left: 8px;
      display: block;
      resize: none;
      width: 100%; }
    body footer #contact #contactMore input {
      height: 50px;
      width: 100%;
      padding-left: 8px;
      font-family: RobotoSlab-Regular;
      color: #A7A7A7;
      font-size: 16px;
      margin-top: 15px;
      display: block; }
  body footer #nameError, body footer #emailError, body footer #phoneError, body footer #detailError, body footer #serverError {
    display: none;
    position: absolute;
    bottom: 42px;
    left: 0px;
    right: 0px;
    margin: auto;
    -webkit-transition: 0.4s all;
    color: white;
    margin-bottom: 0px;
    padding: 5px 0px;
    background-color: #363636; }
  body footer #contact #contactMore input, body footer #contact #contactMore textarea {
    display: block;
    margin: 0px auto;
    background-color: #f2f2f2;
    border: 0px;
    outline: none;
    transition: 0.6s all;
    color: #363636; }
  body footer #contact #contactMore input:focus, body footer #contact #contactMore textarea:focus, body footer #contact #contactMore #contactDetail:focus {
    background-color: #7eccd8;
    color: white; }
  body footer #contact #contactMore input {
    float: left;
    margin-right: 8px;
    margin-bottom: 15px; }
  body footer #contact #contactMore textarea {
    display: block;
    margin: 0px auto;
    float: left; }

/* Chrome, Safari, Opera */
@-webkit-keyframes navPop {
  0% {
    height: 40px; }
  100% {
    height: 60px; } }
/* Standard syntax */
@keyframes navPop {
  0% {
    height: 40px; }
  100% {
    height: 60px; } }
/* PC AND UP */
/* TABLET + SMALL SCREEN */
@media screen and (max-width: 70em) and (min-width: 40em) {
  body {
    overflow-x: hidden; }
    body #homeBanner {
      height: 440px; }
      body #homeBanner h1 {
        width: 65%;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px; }
      body #homeBanner .headerBG img {
        height: 450px; }
      body #homeBanner #logoBox {
        height: 185px; }
      body #homeBanner #logoCircle #logo {
        width: 150px;
        z-index: 3;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 25px;
        left: 25px; }
      body #homeBanner #hours span {
        font-size: 0.8em; }
      body #homeBanner #nav {
        bottom: -1px; }
    body #about .bind {
      width: 90%; }
      body #about .bind h2 {
        padding-top: 40px; }
    body #services .bind {
      width: 90%; }
      body #services .bind h2 {
        padding-top: 25px; }
    body #menu .menuBox {
      width: 90%; }
    body #menu2 .menuBox {
      width: 90%; }
    body #menu3 #drinkMenu .bind, body #menu3 #drinkMenu2 .bind, body #menu3 #drinkMenu3 .bind {
      width: 70%; }
      body #menu3 #drinkMenu .bind #reg, body #menu3 #drinkMenu2 .bind #reg, body #menu3 #drinkMenu3 .bind #reg {
        width: 85%; }
      body #menu3 #drinkMenu .bind #lge, body #menu3 #drinkMenu2 .bind #lge, body #menu3 #drinkMenu3 .bind #lge {
        width: 10%; }
      body #menu3 #drinkMenu .bind ul li h3, body #menu3 #drinkMenu2 .bind ul li h3, body #menu3 #drinkMenu3 .bind ul li h3 {
        width: 70%; }
      body #menu3 #drinkMenu .bind ul li p, body #menu3 #drinkMenu2 .bind ul li p, body #menu3 #drinkMenu3 .bind ul li p {
        width: 60%; }
    body #menu3 .menuBox {
      width: 90%; }
    body footer {
      padding-top: 25px; }
      body footer #contact {
        width: 100%; }
      body footer #location {
        width: 100%; }
        body footer #location h2 {
          padding-top: 25px; }
        body footer #location #localDeets #details {
          width: 85%; }
        body footer #location #googlemap {
          margin-bottom: 25px; } }
/* MOBILE STYLES */
@media screen and (max-width: 40em) {
  body #homeBanner {
    height: 645px; }
    body #homeBanner h1 {
      width: 90%;
      font-size: 1em;
      padding-top: 25px;
      padding-bottom: 25px; }
    body #homeBanner a {
      display: none; }
    body #homeBanner #logoBox {
      display: none; }
    body #homeBanner #logoCircle #logo {
      width: 176px;
      text-align: center;
      margin: 0px auto;
      display: block;
      padding-top: 75px;
      position: relative;
      top: 0px;
      left: 0px; }
    body #homeBanner #shownBG {
      opacity: 0; }
    body #homeBanner .headerBG {
      opacity: 0; }
    body #homeBanner #nav .bind button {
      width: 100px; }
    body #homeBanner #nav .bind #aboutBtn {
      left: -240px; }
    body #homeBanner #nav .bind #contactBtn {
      right: -240px; }
  body #about .bind {
    width: 90%; }
    body #about .bind h2 {
      padding-top: 60px; }
  body #services {
    padding-top: 25px; }
    body #services .bind {
      width: 90%; }
  body #menu .menuBox {
    width: 90%; }
    body #menu .menuBox .bind {
      width: 90%; }
  body #menu2 .menuBox {
    width: 90%; }
    body #menu2 .menuBox ul li {
      padding-left: 0px; }
    body #menu2 .menuBox #kidMenu {
      padding-bottom: 10px; }
    body #menu2 .menuBox .bind {
      width: 90%; }
  body #menu3 #drinkMenu .bind, body #menu3 #drinkMenu2 .bind, body #menu3 #drinkMenu3 .bind {
    width: 90%; }
    body #menu3 #drinkMenu .bind #reg, body #menu3 #drinkMenu2 .bind #reg, body #menu3 #drinkMenu3 .bind #reg {
      width: 70%; }
    body #menu3 #drinkMenu .bind ul li h3, body #menu3 #drinkMenu2 .bind ul li h3, body #menu3 #drinkMenu3 .bind ul li h3 {
      width: 55%; }
    body #menu3 #drinkMenu .bind ul li p, body #menu3 #drinkMenu2 .bind ul li p, body #menu3 #drinkMenu3 .bind ul li p {
      width: 60%; }
    body #menu3 #drinkMenu .bind ul li div span, body #menu3 #drinkMenu2 .bind ul li div span, body #menu3 #drinkMenu3 .bind ul li div span {
      padding-left: 10px; }
  body #menu3 .menuBox {
    width: 90%; }
  body #menu4 .menuBox .bind {
    width: 100%; }
  body footer {
    height: auto;
    padding-top: 0px; }
    body footer #contact {
      width: 100%; }
      body footer #contact #contactMore {
        width: 85%; }
      body footer #contact h2 {
        padding-top: 50px; }
    body footer #location {
      width: 100%;
      padding-bottom: 5px; }
      body footer #location h2 {
        padding-top: 50px; }
      body footer #location #localDeets {
        width: 90%; }
        body footer #location #localDeets #icons {
          padding-left: 10px;
          display: inline-block; }
        body footer #location #localDeets #details {
          display: inline-block;
          width: 85%; }
      body footer #location #googleMap {
        width: 100%;
        margin-bottom: 25px; } }

/*# sourceMappingURL=css.css.map */
