/*! 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 {
  display: grid;
  grid-template-columns: 60px 1fr 1fr 60px 60px 60px;
  grid-column-gap: 1%;
  padding: 0 1%;
  align-items: center;
  text-align: center;
  background-color: #7ADBD4;
  height: 5vh;
  min-height: 57px;
  position: sticky;
  top: 0px;
  z-index: 999; }
  @media (max-width: 600px) {
    nav {
      grid-template-columns: 60px 1fr 60px 60px 60px; }
      nav .tell,
      nav .email {
        display: none; } }
  nav .mob-menu-btn {
    margin-top: 0;
    width: 60px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 999; }
    nav .mob-menu-btn span,
    nav .mob-menu-btn span:before,
    nav .mob-menu-btn span:after {
      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); }
    nav .mob-menu-btn span:before {
      top: 13px; }
    nav .mob-menu-btn span:after {
      bottom: 17px; }
  nav a {
    color: white; }
    nav a img {
      width: 27px;
      border-radius: 6.7px;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.1s ease-in-out; }
      nav a img:active {
        box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.5); }
      nav a img:focus {
        outline-color: white; }

.menu_slide {
  background-color: rgba(122, 219, 212, 0.85);
  height: 100vh;
  width: 100vw;
  display: grid;
  grid-template-rows: auto;
  grid-row-gap: 20px;
  align-items: center;
  text-align: center;
  position: fixed;
  bottom: 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; }

.address {
  margin-bottom: 57px; }

header {
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-size: cover;
  height: 93vh;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  header img {
    max-width: 70vw;
    margin-top: 20vh; }
    @media (max-width: 1370px) {
      header img {
        margin: 20vh 5%; } }

.pinkbar {
  height: 2vh;
  background-color: #FF9191; }

.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%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  nav {
    width: 100%;
    position: fixed;
    display: flex; }
    nav .tell {
      flex: 3; }
    nav .email {
      flex: 5; }
    nav .soc {
      flex: 1; }
    nav a img {
      height: 27px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 600px), (-ms-high-contrast: active) and (max-width: 600px) {
    nav {
      bottom: 0; }
      nav .mob-menu-btn {
        flex: 13; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu_slide .menu_slide_btn {
    display: block;
    height: 7vh;
    margin: 6vh 0; }

  header img {
    margin-top: 13vh; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1370px), (-ms-high-contrast: active) and (max-width: 1370px) {
    header img {
      margin: 5vh 0; } }

#intro {
  background-image: url(../images/intro_bg.jpg);
  background-size: cover;
  background-position: left center;
  height: 100vh;
  display: grid;
  grid-template-areas: ". box .";
  grid-template-columns: minmax(5px, 3fr) minmax(574px, 4fr) minmax(5px, 1fr);
  align-items: center; }
  #intro .box {
    display: grid;
    grid-area: box;
    height: 90vh;
    background-image: url(../images/box.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 60px 58px;
    align-items: center; }
    #intro .box p img {
      width: 350px;
      margin-top: 44px; }
      @media (max-width: 1920px) {
        #intro .box p img {
          width: 250px;
          margin-top: 13px; } }
      @media (max-width: 1370px) {
        #intro .box p img {
          width: 150px; } }

.guidlines {
  width: 50vw;
  min-width: 755px;
  background-color: white;
  text-align: center;
  justify-self: center;
  position: relative;
  top: -50px;
  margin-bottom: 20px;
  box-shadow: 3px 7px 15px 3px rgba(0, 0, 0, 0.16); }
  .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; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #intro .box {
    display: block;
    position: relative;
    top: 10%;
    height: 410px;
    margin: 0 auto;
    padding: 40px 0; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1920px), (-ms-high-contrast: active) and (max-width: 1920px) {
    #intro .box {
      height: 280px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1370px), (-ms-high-contrast: active) and (max-width: 1370px) {
    #intro .box {
      height: 230px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 600px), (-ms-high-contrast: active) and (max-width: 600px) {
    #intro .box {
      padding: 80px 58px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #intro .box p {
      width: 670px;
      margin: 0 auto; } }
    @media all and (-ms-high-contrast: none) and (max-width: 1920px), (-ms-high-contrast: active) and (max-width: 1920px) {
      #intro .box p {
        width: 620px; } }
    @media all and (-ms-high-contrast: none) and (max-width: 1370px), (-ms-high-contrast: active) and (max-width: 1370px) {
      #intro .box p {
        width: 500px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #intro .box p img {
        width: 350px;
        margin-top: 44px; } }
      @media all and (-ms-high-contrast: none) and (max-width: 1920px), (-ms-high-contrast: active) and (max-width: 1920px) {
        #intro .box p img {
          width: 250px;
          margin-top: 13px; } }
      @media all and (-ms-high-contrast: none) and (max-width: 1370px), (-ms-high-contrast: active) and (max-width: 1370px) {
        #intro .box p img {
          width: 150px; } }

.menu_header {
  background-color: #7ADBD4;
  text-align: center;
  margin-bottom: 30px; }

#menu {
  background-color: #808080; }

.menu_grid {
  display: flex;
  flex-direction: column;
  grid-row: 30px; }
  .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 #trays {
    grid-area: trays; }

.menu_group_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(370px, 700px));
  column-gap: 2vw;
  row-gap: 2vh;
  justify-content: center; }
  .menu_group_grid .menu_group_header {
    grid-column: span 2;
    padding-top: 15px; }

.menu_group_item_grid {
  display: grid;
  grid-template-columns: 2fr 163px;
  padding: 10px 5px;
  background-color: rgba(255, 255, 255, 0.11); }
  .menu_group_item_grid .item_header {
    grid-row-end: span 2;
    padding-right: 5px;
    color: #d9edec; }
    .menu_group_item_grid .item_header span {
      display: block;
      font-size: .7em;
      line-height: 1.2em;
      margin-left: 5px;
      color: white;
      text-transform: lowercase; }
  .menu_group_item_grid p span {
    font-size: .5em; }

.menu_group_item_grid_no_price {
  display: block;
  padding: 10px 5px;
  background-color: rgba(255, 255, 255, 0.11); }
  .menu_group_item_grid_no_price .item_header {
    padding-right: 5px;
    color: #d9edec; }
    .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_group_item_grid_no_price p span {
    font-size: .5em; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu_header {
    background-color: #7ADBD4;
    text-align: center;
    margin-bottom: 30px; }

  #menu {
    background-color: #808080;
    height: 2230px; }

  .menu_grid {
    width: 1920px;
    margin: 0 auto; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1920px), (-ms-high-contrast: active) and (max-width: 1920px) {
    .menu_grid {
      width: 1370px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1370px), (-ms-high-contrast: active) and (max-width: 1370px) {
    .menu_grid {
      width: 1024px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
    .menu_grid {
      width: 768px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 768px), (-ms-high-contrast: active) and (max-width: 768px) {
    .menu_grid {
      width: 600px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 600px), (-ms-high-contrast: active) and (max-width: 600px) {
    .menu_grid {
      width: 360px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .menu_grid .menu_group_grid {
      width: 46%;
      margin: 0 2%;
      float: left; }
      .menu_grid .menu_group_grid .menu_group_item_grid {
        height: 60px;
        margin: 40px 0; }
        .menu_grid .menu_group_grid .menu_group_item_grid .item_header {
          width: 70%;
          float: left;
          margin: 0;
          padding: 0; }
        .menu_grid .menu_group_grid .menu_group_item_grid .price_T {
          float: left;
          width: 30%;
          text-align: right;
          margin: 0;
          padding: 0; }
        .menu_grid .menu_group_grid .menu_group_item_grid .price_B {
          float: left;
          width: 100%;
          text-align: right;
          margin: 0;
          padding: 0; }
        .menu_grid .menu_group_grid .menu_group_item_grid p span {
          font-size: .5em; } }
#cake {
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  height: 100vh;
  margin-top: 30px; }
  @media (max-width: 768px) {
    #cake {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 2fr; } }
  #cake .cake_img {
    background-image: url(../images/cake.jpg);
    background-size: cover;
    background-position: bottom; }
    @media (max-width: 768px) {
      #cake .cake_img {
        background-size: cover;
        background-position: center right; } }
  #cake .cake_txt_grid {
    display: grid;
    align-items: center; }
  #cake h1 {
    color: #FF9191;
    margin: 0 0 70px 0; }
    @media (max-width: 1024px) {
      #cake h1 {
        margin: 0 0 18px 0; } }
  #cake h2 {
    color: #FF9191;
    margin: 30px 0; }
    @media (max-width: 1024px) {
      #cake h2 {
        margin: 0; } }
  #cake h4 {
    color: #7ADBD4;
    margin: 15px 0; }
  #cake .address {
    color: black;
    margin: 30px 0; }
    @media (max-width: 1024px) {
      #cake .address {
        margin: 0; } }
  #cake a {
    color: black;
    margin: 30px 0; }
    @media (max-width: 1024px) {
      #cake a {
        margin: 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #cake {
    text-align: center;
    height: 830px;
    background-color: white; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
    #cake {
      height: 570px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #cake .cake_img {
      background-image: url(../images/cake.jpg);
      background-size: cover;
      background-position: bottom;
      width: 40%;
      display: block;
      height: 830px;
      float: left; } }
    @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
      #cake .cake_img {
        height: 570px; } }
    @media all and (-ms-high-contrast: none) and (max-width: 768px), (-ms-high-contrast: active) and (max-width: 768px) {
      #cake .cake_img {
        background-size: cover;
        background-position: center right; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #cake .cake_txt_grid {
      width: 60%;
      float: left;
      margin-top: 90px; }
    #cake h1 {
      color: #FF9191;
      margin: 0 0 70px 0; } }
    @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
      #cake h1 {
        margin: 0 0 18px 0; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #cake h2 {
      color: #FF9191;
      margin: 30px 0; } }
    @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
      #cake h2 {
        margin: 0; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #cake h4 {
      color: #7ADBD4;
      margin: 15px 0; }
    #cake .address {
      color: black;
      margin: 30px 0; } }
    @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
      #cake .address {
        margin: 0; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #cake a {
      color: black;
      margin: 30px 0; } }
    @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
      #cake a {
        margin: 0; } }

#contact {
  background-color: #545554;
  display: grid;
  justify-content: center;
  padding-bottom: 25px; }
  #contact .box {
    max-width: 920px;
    height: 520px;
    background-image: url(../images/box.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 40px; }
    @media (max-width: 768px) {
      #contact .box {
        background-image: none; } }
    #contact .box div {
      text-align: center; }
      #contact .box div p,
      #contact .box div a {
        margin: 0 0 70px; }
        @media (max-width: 768px) {
          #contact .box div p,
          #contact .box div a {
            margin: 0 0 40px; } }
      #contact .box div a {
        color: white;
        display: block; }
  #contact .box_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 20px; }
    @media (max-width: 768px) {
      #contact .box_grid {
        grid-template-columns: 1fr;
        grid-gap: 0; } }
  #contact .cont-form {
    text-align: left; }
    @media (max-width: 768px) {
      #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: 80%;
      margin: 10px 0px 20px 0px;
      padding: 10px 10px;
      border: 3px solid #FF9191;
      background-color: rgba(0, 0, 0, 0); }
      @media (max-width: 1024px) {
        #contact .cont-form input[type="text"],
        #contact .cont-form input[type="email"],
        #contact .cont-form textarea {
          margin: 5px 0px; } }
      @media (max-width: 768px) {
        #contact .cont-form input[type="text"],
        #contact .cont-form input[type="email"],
        #contact .cont-form textarea {
          width: 320px;
          margin: 1px auto;
          padding: 4px 8px; } }
      #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: 180%;
    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: 0px 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; }
  @media (max-width: 768px) {
    input[type="submit"] {
      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; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contact .box div {
    float: left;
    width: 50%;
    margin-top: 140px; }
    #contact .box div a {
      color: white;
      display: block; }
  #contact .cont-form {
    width: 50%;
    float: left;
    margin-top: 33px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1920px), (-ms-high-contrast: active) and (max-width: 1920px) {
    #contact .cont-form {
      margin-top: 63px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
    #contact .cont-form {
      margin-top: 93px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 768px), (-ms-high-contrast: active) and (max-width: 768px) {
    #contact .cont-form {
      text-align: center; } }

#info {
  background-image: url(../images/wallpaper.svg);
  background-size: 18%;
  background-attachment: fixed;
  background-color: #CD5E68;
  text-align: center;
  padding-bottom: 30px; }
  #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 .3s ease-in-out; }
    #info a:hover {
      color: white; }

#updates {
  background-image: url("../images/wallpaper.svg");
  background-size: 18%;
  background-attachment: fixed;
  background-color: #CD5E68;
  text-align: center; }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px); }
  30% {
    -webkit-transform: translateY(-50px); }
  60% {
    -webkit-transform: translateY(0px); }
  70% {
    -webkit-transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0); } }
.up-card-hover {
  transform: translateY(0px); }
  .up-card-hover:hover {
    animation: bounce 0.4s ease-in-out; }

.up-card {
  width: 95%;
  max-width: 937px;
  margin: 0 auto;
  position: relative;
  top: -75px; }
  .up-card h2 {
    background-color: #7ADBD4;
    color: white;
    margin: 0;
    padding: 0;
    letter-spacing: 0.3em;
    cursor: pointer; }
  .up-card .up-content {
    background-color: white; }
    .up-card .up-content .up-item {
      text-align: center;
      padding: 20px;
      margin: 0; }
      .up-card .up-content .up-item h3 {
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #FF9191; }
      .up-card .up-content .up-item h4 {
        letter-spacing: 0.2em; }
      .up-card .up-content .up-item p {
        color: #808080;
        line-height: 1.7em; }
    .up-card .up-content hr {
      width: 80%;
      margin: 30px auto;
      border: none;
      background-color: #7ADBD4;
      height: 3px; }

body {
  background-color: #808080; }

.grid {
  display: grid;
  grid-template-columns: 1fr; }

.print {
  display: none; }

#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: 0px;
  top: 0px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top:hover img {
  top: -5px; }

/*# sourceMappingURL=styles.css.map */
