/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
input,
optgroup,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/* Tables
   ========================================================================== */
li {
  list-style-type: none;
  padding: none;
  margin: none; }

ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

body {
  font-size: 16px;
  font-family: 'Cabin', sans-serif; }

h1 {
  color: white;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 6.9em;
  line-height: 1.2em;
  letter-spacing: 0.6em;
  padding: 0 0 0 0.6em;
  margin: 3px 0; }
  @media (max-width: 1370px) {
    h1 {
      font-size: 6em;
      letter-spacing: 0.4em;
      padding: 0px 0 0 0.4em; } }
  @media (max-width: 1024px) {
    h1 {
      font-size: 3.7em; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 3.7em; } }
  @media (max-width: 600px) {
    h1 {
      font-size: 2.7em; } }
  @media (max-width: 360px) {
    h1 {
      font-size: 2.7em; } }

h2 {
  font-size: 4.5em;
  line-height: 1em;
  letter-spacing: 0.4em;
  padding: 0 0 0 .4em;
  margin: 5px 0;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 1370px) {
    h2 {
      font-size: 4.5em; } }
  @media (max-width: 1024px) {
    h2 {
      font-size: 2.8em; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 2.5em; } }
  @media (max-width: 600px) {
    h2 {
      font-size: 2.4em; } }
  @media (max-width: 360px) {
    h2 {
      font-size: 2.4em; } }

h3 {
  color: #7ADBD4;
  font-size: 2.8em;
  line-height: 1em;
  letter-spacing: 0.4em;
  padding: 0 0 0 .4em;
  margin: 5px 0;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 768px) {
    h3 {
      font-size: 2em;
      letter-spacing: 0.3em;
      padding: 0 0 0 .3em; } }

h4 {
  font-size: 1.5em;
  line-height: 1.3em;
  letter-spacing: 0.4em;
  padding: 0 0 0 .4em;
  margin: 5px 0;
  font-weight: normal;
  text-align: center; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 1.2em; } }

p,
address,
abbr,
li,
input,
label {
  color: white;
  font-size: 1.3em;
  line-height: 1.2em;
  letter-spacing: .2em;
  padding: 0 0 0 .2em;
  margin: 5px 0 0 0;
  list-style: none; }
  @media (max-width: 1920px) {
    p,
    address,
    abbr,
    li,
    input,
    label {
      font-size: 1.1em; } }
  @media (max-width: 1370px) {
    p,
    address,
    abbr,
    li,
    input,
    label {
      font-size: 1.1em; } }
  @media (max-width: 600px) {
    p,
    address,
    abbr,
    li,
    input,
    label {
      font-size: .8em; } }

a {
  color: white;
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1.2em;
  letter-spacing: .2em;
  padding: 0 0 0 .2em;
  list-style: none;
  margin: 5px 0 0 0; }
  @media (max-width: 1370px) {
    a {
      font-size: 1.1em; } }
  @media (max-width: 768px) {
    a {
      font-size: .8em; } }

nav {
  position: fixed;
  bottom: 0;
  height: 7vh;
  min-height: 42px;
  width: 100%;
  background-color: #7ADBD4;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  z-index: 950; }

.menu_slide {
  background-color: rgba(122, 219, 212, 0.85);
  height: 93vh;
  width: 100vw;
  display: grid;
  grid-template-rows: auto;
  grid-row-gap: 1%;
  align-items: center;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 899; }
  .menu_slide .menu_slide_btn {
    background-color: #FF9191;
    padding: 15px 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out;
    transition: box-shadow 0.1s ease-in-out; }
    .menu_slide .menu_slide_btn:hover {
      background-color: #CD5E68; }
    .menu_slide .menu_slide_btn:active {
      box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.5); }
    .menu_slide .menu_slide_btn:focus {
      outline-color: white; }
    .menu_slide .menu_slide_btn h2 {
      color: white; }

.grid {
  display: grid; }

.print {
  display: none; }

header {
  background-image: url("../images/bg.jpg");
  height: 100vh;
  background-size: cover;
  display: grid;
  align-items: center;
  text-align: center; }

.pinkbar {
  display: none; }

.mob-menu-btn {
  margin-top: 0;
  height: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 999; }
  .mob-menu-btn span,
  .mob-menu-btn span:after,
  .mob-menu-btn span:before {
    content: "";
    display: block;
    margin: 0 auto;
    height: 4px;
    background: white;
    width: 47px;
    position: relative;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
  .mob-menu-btn span:before {
    top: 13px; }
  .mob-menu-btn span:after {
    bottom: 17px; }

#updates {
  background-image: url("../images/wallpaper.svg");
  background-size: 48%;
  background-attachment: fixed;
  background-color: #CD5E68;
  text-align: center; }
  #updates .up-card {
    width: 95%;
    margin: 0 auto 20px;
    position: relative; }
    #updates .up-card h2 {
      background-color: #7ADBD4;
      color: white;
      margin: 0;
      padding: 0;
      letter-spacing: 0.3em;
      cursor: pointer; }
    #updates .up-card .up-content {
      background-color: white; }
      #updates .up-card .up-content .up-item {
        text-align: center;
        padding: 20px;
        margin: 0; }
        #updates .up-card .up-content .up-item h3 {
          text-transform: uppercase;
          letter-spacing: 0.2em;
          color: #FF9191; }
        #updates .up-card .up-content .up-item h4 {
          letter-spacing: 0.2em; }
        #updates .up-card .up-content .up-item p {
          color: #808080;
          line-height: 1.7em; }
      #updates .up-card .up-content hr {
        width: 80%;
        margin: 30px auto;
        border: none;
        background-color: #7ADBD4;
        height: 3px; }

.email,
.icon,
.tell {
  display: none; }

nav a img {
  width: 34px;
  height: 24px; }

#intro {
  background-image: url("../images/intro_bg.jpg");
  height: 100vh;
  background-size: cover;
  display: grid;
  align-items: center; }
  #intro .box {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-top: 9px solid #FF9191;
    border-bottom: 9px solid #FF9191; }
    #intro .box p {
      padding: 50px 10px; }
      #intro .box p img {
        width: 185px;
        margin-top: 20px; }

.buffet_header {
  background-image: url(../images/wallpaper.svg);
  background-size: 18%;
  background-attachment: fixed;
  background-color: #CD5E68;
  text-align: center;
  max-height: 70vh;
  padding: 2% 0; }
  .buffet_header img {
    max-width: 50vw; }
  .buffet_header p {
    line-height: 2.3em;
    max-width: 898px;
    margin: 0 auto; }
    .buffet_header p span {
      font-weight: normal;
      font-size: 80%; }

.guidlines {
  width: 100%;
  background-color: white;
  text-align: center;
  justify-self: center;
  margin-bottom: 20px; }
  .guidlines h3 {
    color: white;
    background-color: #7ADBD4;
    padding: 10px 0;
    margin: 0;
    line-height: 1em; }
  .guidlines p {
    color: #545554;
    margin: 0 2%;
    padding: 10px 0; }
  .guidlines .item_header {
    color: #7ADBD4 !important; }

.menu_header {
  background-color: #7ADBD4;
  text-align: center; }

#menu {
  background-color: #808080; }

.menu_grid {
  display: flex;
  flex-direction: column; }
  .menu_grid #side_dish {
    grid-area: side_dish; }
  .menu_grid #soup {
    grid-area: soup; }
  .menu_grid #main_dish {
    grid-area: main_dish; }
  .menu_grid #dessert {
    grid-area: dessert; }
  .menu_grid .menu_group_grid {
    display: flex;
    flex-direction: column;
    row-gap: 2vh;
    justify-content: center; }
    .menu_grid .menu_group_grid .menu_group_item_grid {
      display: grid;
      padding: 10px 5px;
      grid-template-columns: 2fr 94px;
      background-color: rgba(255, 255, 255, 0.11); }
      .menu_grid .menu_group_grid .menu_group_item_grid .item_header {
        grid-row-end: span 2;
        padding-right: 5px;
        color: #d9edec; }
        .menu_grid .menu_group_grid .menu_group_item_grid .item_header span {
          display: block;
          font-size: .7em;
          line-height: 1.2em;
          margin-left: 10px;
          margin-top: 5px;
          color: white;
          text-transform: lowercase; }
      .menu_grid .menu_group_grid .menu_group_item_grid p span {
        font-size: 0.5em; }
  .menu_grid .menu_group_item_grid_no_price {
    display: block;
    padding: 10px 5px;
    background-color: rgba(255, 255, 255, 0.11); }
    .menu_grid .menu_group_item_grid_no_price .item_header {
      padding-right: 5px;
      color: #d9edec; }
      .menu_grid .menu_group_item_grid_no_price .item_header span {
        display: block;
        font-size: .7em;
        line-height: 1.2em;
        margin-left: 10px;
        margin-top: 5px;
        color: white;
        text-transform: lowercase; }
    .menu_grid .menu_group_item_grid_no_price p span {
      font-size: .5em; }

.cookies_header {
  background-image: url("../images/cookie_bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-bottom: 20px;
  text-align: center; }
  .cookies_header p span {
    font-size: 0.7em; }

#price_1,
#price_2,
#price_3 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 250px;
  margin: 0 auto;
  padding: 5px; }

#cookies {
  background-color: #808080;
  padding-top: 10px; }
  #cookies hr {
    display: none; }

#cookies_1,
#cookies_2 {
  text-align: center; }
  #cookies_1 p,
  #cookies_2 p {
    color: #7ADBD4;
    margin: 18px 0; }

#cake {
  background-image: url("../images/cake_white.jpg");
  background-size: 160%;
  background-position: center;
  height: 100vh;
  display: grid;
  text-align: center;
  align-items: center; }
  #cake .cake_img {
    display: none; }
  #cake h1 {
    color: #FF9191;
    margin: 0 0 18px; }
  #cake h2 {
    color: #FF9191;
    margin: 0; }
  #cake h4 {
    color: #7ADBD4;
    margin: 15px 0; }
  #cake .address {
    color: black;
    margin: 0; }
  #cake a {
    color: black;
    margin: 0; }

#contact {
  background-color: #545554; }
  #contact .box {
    max-width: 920px;
    margin: 0 auto 70px;
    height: 520px;
    padding: 0 40px; }
    #contact .box div {
      text-align: center; }
      #contact .box div a,
      #contact .box div p {
        margin: 0 0 40px; }
      #contact .box div a {
        color: white;
        display: block; }
  #contact .box_grid {
    display: grid;
    align-items: center; }
  #contact .cont-form {
    text-align: center; }
    #contact .cont-form input[type="text"],
    #contact .cont-form input[type="email"],
    #contact .cont-form textarea {
      display: block;
      width: 230px;
      margin: 13px auto;
      padding: 9px 8px;
      border: 3px solid #FF9191;
      background-color: rgba(0, 0, 0, 0); }
      #contact .cont-form input[type="text"]:focus,
      #contact .cont-form input[type="email"]:focus,
      #contact .cont-form textarea:focus {
        outline-color: white;
        background-color: rgba(0, 0, 0, 0.3); }
    #contact .cont-form label {
      margin-left: 15px; }
      #contact .cont-form label span {
        text-transform: uppercase; }

#map {
  background-image: url("../images/map.jpg");
  background-position: center;
  background-size: cover;
  height: 298px; }
  #map h4 {
    color: white;
    font-size: 130%;
    margin-top: 50px; }
  #map input[type="submit"] {
    margin: 50px auto 0; }

input[type="submit"] {
  display: block;
  background-color: #FF9191;
  border: none;
  padding: 10px;
  box-shadow: 0 6px 5px -3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  color: white;
  transition: background-color 0.3s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  margin: 1px auto; }
  input[type="submit"]:hover {
    background-color: #CD5E68; }
  input[type="submit"]:active {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.5); }
  input[type="submit"]:focus {
    outline-color: white; }

#info {
  background-image: url("../images/wallpaper.svg");
  background-size: 48%;
  background-attachment: fixed;
  background-color: #CD5E68;
  text-align: center;
  padding-bottom: 88px; }
  #info p {
    line-height: 2.3em;
    max-width: 898px;
    margin: 0 auto; }
    #info p span {
      font-weight: normal;
      font-size: 80%; }
  #info hr {
    width: 80%;
    margin: 30px auto;
    border: none;
    background-color: white;
    height: 3px; }
  #info a {
    color: #545554;
    transition: color 0.3s ease-in-out; }
    #info a:hover {
      color: white; }

#return-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top img {
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top:hover img {
  top: -5px; }

/*# sourceMappingURL=mobile.css.map */
