@font-face {
  font-family: 'CooperBlackStd';
  src: url("../fonts/CooperBlackStd.eot?#iefix") format("embedded-opentype"), url("../fonts/CooperBlackStd.otf") format("opentype"), url("../fonts/CooperBlackStd.woff") format("woff"), url("../fonts/CooperBlackStd.ttf") format("truetype"), url("../fonts/CooperBlackStd.svg#CooperBlackStd") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'CooperBlackStd', serif;
  background-color: #006E96; }

.hero {
  height: 100vh;
  background-color: #006e96;
  background-image: url("/svg/horizontal-wave.svg"), url("/svg/horizontal-wave.svg");
  background-repeat: repeat-x, repeat-x;
  background-position: center top 15px, center bottom 15px;
  transform: translateZ(0); }

.hero-row {
  height: 100vh; }

.hero__img {
  min-width: 30vw;
  margin-left: -30px; }
  @media (max-width: 959px) {
    .hero__img {
      margin-left: 0; } }

.menu-wrapper {
  background-color: white; }

.menu .fox-mask {
  max-width: 260px; }

.menu .menu-title {
  color: #E70095;
  margin: 15px 0; }

.menu #title {
  color: #E94F3D;
  text-transform: uppercase; }

.menu #desc {
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
  font-size: 0.85rem; }

.menu #price {
  font-family: "Poppins", sans-serif;
  padding-left: 15px; }

.delivery-wrapper {
  background-color: #EFC8A2;
  color: #31251C;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; }

.contact-wrapper {
  background-color: #006E96;
  color: #EFC8A2;
  min-height: 300px; }

.contact__h4 {
  margin: 0;
  padding: 0 0 10px 0; }

.contact__ul {
  font-family: "Poppins", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0; }

.social-footer-icon {
  width: 60px;
  height: 60px; }
  @media (max-width: 480px) {
    .social-footer-icon {
      padding-bottom: 35px; } }

.phone {
  color: #EFC8A2;
  text-decoration: none; }

.delivery img {
  width: 48px;
  height: 48px; }

.restrictions {
  color: #E94F3D;
  padding: 50px 0 0 0;
  text-align: center;
  font-size: 14px; }
