/*--------------------*/
/* BASIC SETUP */
/*--------------------*/

/* ----- Main Color ----- */
/* #ee7f36 RED */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #fff;
  color: #555555;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/*--------------------*/
/* REUSABLE COMPONENTS */
/*--------------------*/

.row {
  max-width: 1140px;
  margin: 0 auto;
}

section {
  padding: 120px 0;
}

.box {
  padding: 1%;
}

.long-copy,
author {
  line-height: 150%;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 20px;
}

.box p {
  font-size: 85%;
  line-height: 150%;
  font-weight: 600;
}

/* -- IMAGES -- */
img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

/* -- TYPOGRAPHY -- */
/*Headings*/
h1,
h2,
h3,
h4 {
  font-weight: 600;
  text-transform: uppercase;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 250%;
  letter-spacing: 2px;
  word-spacing: 4px;
}

h2 {
  font-size: 175%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  font-size: 150%;
  margin-top: 10px;
  margin-bottom: 25px;
}

h4 {
  font-size: 125%;
}

h2:after {
  display: block;
  height: 2px;
  background-color: #ee7f36;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 20px;
}

/*BODY COPY*/
.section-olena-menu h4,
.section-olena-menu p {
  font-family: "Source Serif Pro";
  text-transform: none;
  font-weight: 700;
  line-height: 175%;
  text-align: center;
}

/* ----- LINKS ----- */

a,
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
  /* border-bottom: 1px solid #ee7f36;
    padding-bottom: 1px; */
  transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
  color: #555;
  border-bottom: 1px solid transparent;
}

/* ----- BUTTONS ----- */

.btn:link,
.btn:visited,
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  padding: 10px 30px 11px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 10px;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type="submit"],
input[type="reset"] {
  background-color: #ee7f36;
  border: 1px solid #ee7f36;
  color: #fff;
  margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #ee7f36;
  color: #ee7f36;
}

.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active {
  background-color: #ee7f36;
  border: 1px solid #ee7f36;
}

.btn-full:hover,
.btn-full:active {
  border: 1px solid #ee7f36;
}

.btn-ghost:hover,
.btn-ghost:active {
  border: 1px solid #ee7f36;
  color: #fff;
}

/*--------------------*/
/* HEADER */
/*--------------------*/
header {
  padding-top: 1px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/ud_hpd_suv.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.header-row {
  display: table;
  width: 90%;
  table-layout: fixed;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.header-row > div {
  display: table-cell;
  vertical-align: middle;
}

.header-left,
.header-right {
  font-size: 85%;
  color: #fff;
}

.header-left {
  text-align: center;
  padding-right: 10px;
}

.header-middle {
  width: 400px;
}

.header-logo {
  display: block;
  margin: auto;
  margin-top: 10px;
}

.header-right {
  text-align: center;
  padding-left: 10px;
}

.header-instagram {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.header-instagram a:link,
a:visited {
  text-decoration: none;
  color: #fff;
  border-bottom: none;
}

.header-right a:link,
a:visited {
  text-decoration: none;
  color: #fff;
  border-bottom: none;
}

.hero-text-box {
  position: absolute;
  width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
}

.logo {
  display: block;
  height: 150px;
  margin: 0 auto;
}

/* Main Nav */
.main-nav {
  text-align: center;
  list-style: none;
  margin-top: 10px;
}

.main-nav li {
  display: inline-block;
  margin-left: 25px;
}

.main-nav li a:link,
.main-nav li a:visited {
  padding: 4px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.5s;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid #ee7f36;
}

/* Sticky Nav */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  /* box-shadow: 0 2px 1px #efefef; */
  z-index: 9999;
}

.sticky .header-left,
.sticky .header-right a:link,
.sticky .header-right a:visited,
.sticky .header-instagram {
  color: #ffffff;
}

.sticky .logo {
  height: 80px;
}

.sticky .main-nav {
  margin-top: 10px;
  margin-bottom: 20px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
  padding: 2px 0;
  color: #ffffff;
}

/* MOBILE NAV */
.mobile-nav-icon {
  float: right;
  margin-top: 10px;
  margin-right: 20px;
  cursor: pointer;
  display: none;
}

.mobile-nav-icon i {
  font-size: 125%;
  color: #fff;
}

/*--------------------*/
/* ABOUT */
/*--------------------*/
.section-about {
  padding-top: 160px;
}

.section-about a,
.upcoming a:link,
.upcoming a:visited {
  color: #555555;
  border-bottom: none;
}

.section-about a:hover {
  font-weight: 900;
}

.section-about .long-copy {
  margin-bottom: 30px;
}

/*
.section-about img.displayed,
.section-upcoming img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}
*/

.about-gallery img {
  will-change: transform, opacity;
  opacity: 0.8;
  width: 100%;
  height: auto;
  transform: scale(1.55);
  transition: transform 0.5s, opacity 0.5s;
}

/*--------------------*/
/* GALLERY */
/*--------------------*/
.section-meals {
  padding-top: 160px;
}

.meals-showcase {
  list-style: none;
  width: 100%;
  text-align: center;
}

.meals-showcase li {
  display: inline-block;
  padding: 5.5px 4px;
  margin-left: auto;
  margin-right: auto;
  width: 19%;
}

.gallery-photo,
.about-gallery {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
}

.gallery-photo img {
  will-change: transform, opacity;
  opacity: 0.8;
  width: 100%;
  height: auto;
  transform: scale(1.55);
  transition: transform 0.5s, opacity 0.5s;
}

.gallery-photo img:hover,
.about-gallery img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.popup-gallery {
}

/*--------------------*/
/* SERVICES */
/*--------------------*/
.section-services {
  padding-top: 160px;
}

.section-services {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(40, 40, 40, 0.8)),
    url(img/ud_patrick_printing.jpg);
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

div.container {
  text-align: center;
}

ul.myUL {
  display: inline-block;
  text-align: left;
}

/*--------------------*/
/* UPCOMING */
/*--------------------*/
.upcoming {
  background-color: #ebebeb;
  padding-top: 160px;
}

.upcoming a,
.upcoming a:link,
.upcoming a:visited {
  color: #555555;
  border-bottom: none;
}

.upcoming a:hover {
  font-weight: 900;
}

.upcoming h2 a:hover {
  color: #ee7f36;
}

.upcoming h3,
h4 {
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.upcoming-menu {
  width: 50%;
  margin: 0 auto;
}

.upcoming-menu li {
  padding: 5px;
}

/*--------------------*/
/* TESTIMONIALS */
/*--------------------*/
.author {
  margin-bottom: 40px;
  font-weight: 600;
}

.author:after {
  content: " ";
  display: block;
  border: 1px solid #ebebeb;
  margin-top: 15px;
}

.testimony {
  margin-bottom: 10px;
  font-weight: 300;
}

/*.testimony::first-letter { 
    font-size: 175%;
}*/

/*--------------------*/
/* CATERING */
/*--------------------*/
.catering {
  padding-top: 160px;
}

/*--------------------*/
/* FORM */
/*--------------------*/
label {
  font-weight: 600;
  margin-left: 15%;
  margin-top: 5px;
  margin-bottom: 6px;
}

.catering-form {
  width: 60%;
  margin: 0 auto;
}

input[type="radio"],
input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="submit"],
input[type="reset"],
select,
textarea {
  margin-left: 15%;
  margin-top: 5px;
  margin-bottom: 6px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"] {
  width: 70%;
  padding: 7px;
}

.form-messages {
  text-align: center;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.success {
  background-color: #3a8e20;
}

.error {
  background-color: #ee7f36;
}

/*
input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus (outline: none;)
*/

/*--------------------*/
/* CONTACT */
/*--------------------*/

.section-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(40, 40, 40, 0.8)),
    url(img/ud_star-advertiser_suv.jpg);
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

#ig-contact a {
  text-decoration: none;
}

/*--------------------*/
/* FORM */
/*--------------------*/

label {
  margin-left: 15%;
  margin-top: 5px;
  margin-bottom: 6px;
}

.contact-form {
  width: 60%;
  margin: 0 auto;
}

input[type="submit"] {
  margin-left: 15%;
}

input[type="text"],
input[type="email"],
select,
textarea {
  margin-left: 15%;
  margin-top: 5px;
  margin-bottom: 6px;
  width: 70%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.form-messages {
  text-align: center;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.success {
  background-color: #3a8e20;
}

.error {
  background-color: #ee7f36;
}

/*
input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus (outline: none;)
*/

/*--------------------*/
/* FOOTER */
/*--------------------*/

footer {
  background-color: #333;
  padding: 20px;
}

.footer-nav {
  list-style: none;
  text-align: center;
  padding-top: 5px;
}

.social-links {
  list-style: none;
  font-size: 150%;
  float: right;
  padding-bottom: 5px;
}

.footer-nav li,
.social-links li {
  display: inline-block;
  margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
  margin: 0;
}

.footer-nav li a,
.social-links li a {
  border-bottom: none;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
  padding: 4px 0;
  color: #888;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  border: 0;
  transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active,
.social-links li a:hover,
.social-links li a:active {
  color: #ddd;
}

footer p {
  color: #888;
  text-align: center;
  font-size: 80%;
  margin-top: 20px;
}

/*--------------------*/
/* ANIMATIONS */
/*--------------------*/
.js--wp-1,
.js--wp-2,
.js--wp-3,
.js--wp-4,
.js--wp-5,
.js--wp-6,
.js--wp-7,
.js--wp-8,
.js--wp-9,
.js--wp-10,
.js--wp-11 {
  opacity: 0;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated,
.js--wp-4.animated,
.js--wp-5.animated,
.js--wp-6.animated,
.js--wp-7.animated,
.js--wp-8.animated,
.js--wp-9.animated,
.js--wp-10.animated,
.js--wp-11.animated {
  opacity: 1;
}

/*--------------------*/
/* MEDIA QUERIES */
/*--------------------*/

/* Full desktop browser width */
@media screen and (max-width: 2000px) {
  /* .header-logo { display: none; } */
  .header-instagram {
    display: none;
  }
}

/* Big tablet to 1200px (widths smaller than the 1140px row) */
@media screen and (max-width: 1200px) {
  .hero-text-box {
    width: 100%;
    padding: 0 2%;
  }

  /* .header-logo { display: none; } */

  .header-instagram {
    display: none;
  }

  .row {
    padding: 0 2%;
  }

  .section-about img.displayed {
    max-width: 600px;
    height: auto;
  }
}

/* Small tablet to big tablet: from 769 to 1024px */
@media screen and (max-width: 1024px) {
  body {
    font-size: 18px;
  }

  .section-about img.displayed {
    max-width: 400px;
    height: auto;
  }

  .box h3 {
    font-size: 120%;
  }

  /* .header-logo { display: none; } */

  .header-instagram {
    display: none;
  }
}

/* Small phones to small tablets: from 481 to 768px */
@media screen and (max-width: 768px) {
  h3 {
    font-size: 120%;
  }

  h4 {
    font-size: 110%;
  }

  .hero-text-box {
    top: 75%;
  }

  .hero-text-box h1 {
    font-size: 150%;
  }

  .main-nav li {
    margin-left: 6px;
  }

  .box h3 {
    font-size: 100%;
  }

  /* .header-logo { display: none; } */

  .header-instagram {
    display: none;
  }
}

/* Small smartphones: from 0 to 480px */
@media screen and (max-width: 480px) {
  h1 {
    letter-spacing: 0px;
  }

  h2 {
    font-size: 150%;
  }

  h3 {
    font-size: 110%;
  }

  h4 {
    font-size: 100%;
  }

  .header-row {
    display: none;
  }

  .header-logo {
    display: block;
  }

  .header-instagram {
    display: block;
  }

  .hero-text-box h1 {
    font-size: 120%;
  }

  .main-nav {
    display: block;
  }

  .sticky {
    display: block;
  }

  .sticky .header-instagram {
    display: none;
  }

  label {
    font-size: 70%;
    margin-left: 0;
  }

  .main-nav li a:link,
  .main-nav li a:visited {
    display: block;
    border: 0;
    padding: 5px 0;
    font-size: 80%;
  }

  .long-copy {
    width: 80%;
    margin-left: 10%;
  }

  .section-about img.displayed {
    max-width: 300px;
    height: auto;
  }

  .meals-showcase li {
    display: block;
    padding: 2px 2px;
    float: left;
    width: 25%;
  }

  .box h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
