@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700);
@font-face {
  font-family: "headliner";
  src: url("../font/headliner.TTF");
  font-weight: normal;
  font-style: normal; }
body {
  background-color: #222; }

.row, .content-container {
  max-width: 1200px;
  margin: 0 auto; }

h1 {
  font-family: "exo 2";
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1; }

h2 {
  color: white;
  font-family: "exo 2";
  font-size: 35px; }

a {
  transition: all 0.25s ease-in-out; }

p {
  color: white;
  font-size: 16px;
  line-height: 1.4; }

.alignright {
  float: right;
}

#modal {
  position: fixed;
  background-color: rgba(0,0,0,0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0px;
  opacity: 0;
  transition: all 250ms ease-in-out;
  pointer-events: none;
}

#modal.active {
  opacity: 1;
  pointer-events: auto;
  transition: all 200ms ease-in-out;
}

#modal-container {
  background-color: black;
  text-align: center;
  max-width: 800px;
  width: 92%;
  margin: 20px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 50px 35px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px white;
  transform: translate(-50%, -60%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

#modal.active #modal-container {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: opacity 150ms ease-in-out 200ms, transform 150ms ease-in-out 200ms;
}

#modal-container img {
  width: 700px;
  padding: 20px 20px;
}

#modal-container p {
  color: white;
  max-width: 650px;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}

#close-modal {
  position: absolute;
  font-weight: bold;
  font-size: 40px;
  right: 0px;
  top: -13px;
  cursor: pointer;
  padding: 10px;
  color: white;
}

.above-header {
  height: 30px;
  text-align: right; }
  .above-header a {
    color: #ffcc00;
    font-weight: bold;
    line-height: 30px; }
    .above-header a:hover {
      color: white; }
  .above-header span {
    color: white;
    padding-right: 15px; }

header {
  background-image: url("../img/header-pattern.png");
  background-repeat: repeat-x; }

.logo {
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3); }
  .logo .content-container {
    padding: 0 15px; }
  .logo img {
    margin-top: 25px; }

#showcase {
  background-color: #ffcc00; }
  #showcase p {
    color: black;
    font-weight: bold;
    font-size: 18px; }

#showcase-content {
  text-align: center;
  padding-top: 15px; }

#showcase-image {
  margin-top: -2px; }

.samplers {
  padding-bottom: 20px; }
  .samplers img {
    width: 100%;
    max-width: 400px;
    border: 5px solid white;
    box-shadow: -2px 2px 2px black; }
  .samplers .columns {
    position: relative;
    text-align: center;
    margin-top: 10px; }
  .samplers h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: white;
    font-size: 30px; }

.section-title {
  max-width: 1200px;
  margin: 10px auto 0;
  padding: 10px 20px;
  color: #e48b18 !important;
  background-color: black;
  position: relative; }
  .section-title h1 {
    display: inline; }
  .section-title span {
    position: absolute;
    font-size: 50px;
    transform: rotate(-90deg);
    top: -6px;
    right: 30px;
    cursor: pointer;
    display: none; }

.menu-category {
  background-color: black;
  padding: 0 15px 15px;
  margin-top: 10px; }
  .menu-category h2 {
    font-weight: bold;
    letter-spacing: -2px;
    display: inline-block; }
  .menu-category span {
    color: #e48b18;
    font-weight: bold; }
  .menu-category i {
    color: #ffcc00; }
  .menu-category li {
    color: white;
    list-style: none; }

.category-image {
  width: 30px;
  display: inline-block;
  margin: 0 10px 14px 0; }

.heat-image {
  width: 25px;
  display: inline-block;
  margin-bottom: -3px; }

.height {
  height: 30px;
  width: auto; }

footer {
  background-color: black; }

.appreciates a {
  display: block;
  color: #ffcc00;
  font-size: 30px; }

.appreciates-container {
  padding: 20px;
  margin-top: 10px;
  color: #ffcc00; }

footer .content-container {
  text-align: center;
  padding: 15px 0; }
  footer .content-container p {
    margin: 0; }

.footer-links {
  padding-top: 20px;
  color: #ffcc00; }
  .footer-links a {
    color: #ffcc00; }

#privacy-policy h1, #privacy-policy ul {
  color: white; }

.inside {
  list-style-position: inside; }

#terms-of-service {
  color: white; }

#sitemap .inside {
  color: #e48b18; }
  #sitemap .inside a {
    color: #e48b18; }

@media screen and (min-width: 0em) and (max-width: 40em) {
  .hide-small {
    display: none;
  }

  #modal-container p {
    font-size: 20px;
  }

}

/*# sourceMappingURL=home.css.map */
