/* ==========================================================================
   Base styles
   ========================================================================== */
html,
body {
  margin: 0;
  width: 100%;
  height: 100%; }

img {
  width: 100%; }

@font-face {
  font-weight: normal;
  line-height: 1;
  font-family: "Objektiv_Bd";
  src: url("../fonts/ObjektivMk1_Bd.woff") format("woff"); }

@font-face {
  font-weight: normal;
  line-height: 1;
  font-family: "Objektiv_Md";
  src: url("../fonts/ObjektivMk1_Md.woff") format("woff"); }

/* ==========================================================================
   Browser Upgrade Prompt (From HTML5 Boilerplate)
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Scss Colours
   ========================================================================== */
.text--white {
  color: #fff; }

.text--light-purple {
  color: #ff00f3; }

.bg--black {
  background-color: #1d1c21; }

.orange {
  background-color: #F9760B; }

.blue {
  background-color: #57ADDE; }

.pink {
  background-color: #FD93CE; }

.light-green {
  background-color: #09D3C4; }

.purple {
  background-color: #B047D3; }

.dark {
  background-color: #0E0731; }

.green {
  background-color: lightgreen; }

.white {
  color: #fff; }

.dark-red {
  color: #e41513; }

.dark-green {
  color: #0b5c2b; }

.dark-pink {
  color: #ff00f3; }

/* ==========================================================================
   Breakpoints
   ========================================================================== */
/* ==========================================================================
   fullpage css
   ========================================================================== */
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  @media (max-width: 700px) {
    #fp-nav {
      display: none; } }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
  background: #fff; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

/* ==========================================================================
    Typography
   ========================================================================== */
body {
  font-weight: 400;
  font-family: "Objektiv_Bd";
  font-size: 16px; }
  @media (max-width: 1610px) {
    body {
      font-size: 12px; } }
  @media (max-width: 1190px) {
    body {
      font-size: 11px; } }
  @media (max-width: 910px) {
    body {
      font-size: 12px; } }
  @media (max-width: 700px) {
    body {
      font-size: 13px; } }
  @media (max-width: 350px) {
    body {
      font-size: 12px; } }

h1 {
  font-family: "Objektiv_Bd";
  font-size: 2.7em; }
  @media (max-width: 700px) {
    h1 {
      font-size: 1.5em; } }

h2 {
  font-size: 1.4em; }

p {
  font-size: 1.1em;
  line-height: 1.5;
  font-family: "Objektiv_Md"; }
  @media (min-width: 1900px) {
    p {
      font-size: 1.3em; } }
  @media (max-width: 1610px) {
    p {
      font-size: 0.7em;
      line-height: 1.4; } }
  @media (max-width: 1610px) {
    p {
      font-size: 1.2em;
      line-height: 1.4; } }
  @media (max-width: 700px) {
    p {
      font-size: 1.1em;
      line-height: 1.3; } }

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.6s ease; }

a:hover {
  opacity: 1;
  opacity: 0.9; }

.underline {
  text-decoration: underline; }

.bold {
  font-family: "Objektiv_Bd"; }

/* ==========================================================================
   Helpful :) 
   ========================================================================== */
.flex--spread {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  -ms-flex-pack: justify;
  justify-content: space-between; }

.center--vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.central-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* ==========================================================================
   Structure
   ========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200; }

.section {
  position: relative;
  height: 100vh;
  min-height: 550px;
  width: 100%;
  overflow: hidden; }

.fp-tableCell {
  text-align: center; }

header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 100; }
  @media (max-width: 700px) {
    header {
      height: 75px; } }

.sh-logo {
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 200px;
  margin: 0 auto; }
  .sh-logo.show {
    opacity: 1; }
  .sh-logo svg {
    color: inherit;
    width: 100%;
    height: 100%; }
  @media (max-width: 700px) {
    .sh-logo {
      width: 150px; } }

svg path {
  transition: all 0.5s ease;
  fill: currentColor; }

svg g {
  transition: all 0.5s ease; }
  svg g.bg--black {
    fill: #1d1c21; }
  svg g.orange {
    fill: #F9760B; }
  svg g.blue {
    fill: #57ADDE; }
  svg g.pink {
    fill: #FD93CE; }
  svg g.light-green {
    fill: #09D3C4; }
  svg g.purple {
    fill: #B047D3; }
  svg g .dark {
    fill: #0E0731; }

.logo.slide-in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  height: 100px;
  width: 200px;
  margin: 0 auto;
  background-image: url("../img/stay-hungry-logo.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (max-width: 700px) {
    .logo.slide-in {
      height: 75px;
      width: 151px; } }
  .logo.slide-in.show {
    opacity: 1; }

.menu-icon {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 0;
  height: 100%;
  width: 25px;
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (max-width: 700px) {
    .menu-icon {
      height: 20px;
      width: 20px;
      top: 28px;
      right: 25px; } }
  .menu-icon svg {
    width: 100%;
    height: 100%; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.arrow-container {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
  height: 50px;
  pointer-events: auto;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation: fadeIn 1s 8 alternate;
  animation: fadeIn 1s 8 alternate; }
  .arrow-container span {
    position: relative;
    display: block;
    margin-bottom: 10px;
    cursor: pointer; }

.arrow--down {
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("../img/btn--down.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  pointer-events: auto;
  width: 30px;
  height: 20px;
  margin: 0 auto; }
  @media (max-width: 700px) {
    .arrow--down {
      bottom: 0; } }

.arrow--up {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("../img/btn--up.svg");
  width: 30px;
  background-repeat: no-repeat;
  height: 50px;
  cursor: pointer;
  pointer-events: auto; }
  @media (max-width: 700px) {
    .arrow--up {
      display: none; } }

.intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  max-width: 1200px;
  text-align: center;
  width: 60%; }
  @media (max-width: 1190px) {
    .intro {
      width: 70%; } }
  @media (max-width: 910px) {
    .intro {
      width: 75%; } }
  @media (max-width: 700px) {
    .intro {
      width: 80%; } }
  .intro p {
    font-size: 1.6em; }
    @media (max-width: 910px) {
      .intro p {
        font-size: 1.4em; } }
    @media (max-width: 700px) {
      .intro p {
        font-size: 1.1em;
        line-height: 1.4; } }
  @media (max-width: 700px) {
    .intro h1 {
      font-size: 1.5em;
      line-height: 1.1; } }

.contact-btn {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 0;
  font-family: "Objektiv_Md";
  line-height: 80px; }
  @media (max-width: 700px) {
    .contact-btn {
      right: 20px; } }

.contact-link {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  font-size: 0.8em;
  font-family: "Objektiv_Md"; }

.central-text {
  display: inline-block;
  width: 70%;
  text-align: center;
  max-width: 1400px; }
  @media (max-width: 1610px) {
    .central-text {
      max-width: 900px; } }
  @media (max-width: 700px) {
    .central-text {
      width: 85%; } }

.contact {
  text-align: center;
  width: 60%;
  max-width: 1000px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 1;
  transition: all 0.6s ease; }
  @media (max-width: 910px) {
    .contact {
      width: 70%; } }
  @media (max-width: 700px) {
    .contact {
      width: 80%; } }
  .contact.reveal {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
  .contact p {
    font-size: 1.6em; }
    @media (max-width: 910px) {
      .contact p {
        font-size: 1.4em; } }
    @media (max-width: 700px) {
      .contact p {
        font-size: 1.1em; } }
  .contact .central-text {
    max-width: 1200px; }

h1.central-text {
  font-size: 2.5em;
  line-height: 1.3; }
  @media (max-width: 1610px) {
    h1.central-text {
      font-size: 1.8em; } }
  @media (max-width: 1190px) {
    h1.central-text {
      font-size: 1.5em; } }
  @media (max-width: 910px) {
    h1.central-text {
      font-size: 1.5em; } }
  @media (max-width: 700px) {
    h1.central-text {
      font-size: 1.3em;
      line-height: 1.2; } }
  @media (max-width: 350px) {
    h1.central-text {
      font-size: 1.2em; } }

.text-area {
  box-sizing: border-box;
  text-align: center;
  bottom: 0;
  width: 100%;
  max-width: 830px;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
  transition: all 0.6s ease 0.5s; }
  .text-area.reveal {
    opacity: 1; }
  @media (max-width: 1610px) {
    .text-area {
      max-width: 600px;
      margin-bottom: 20px; } }
  @media (max-width: 1190px) {
    .text-area {
      max-width: 600px;
      padding: 0; } }
  @media (max-width: 910px) {
    .text-area {
      padding-bottom: 70px; } }
  @media (max-width: 700px) {
    .text-area {
      width: 85%;
      -webkit-flex: 1.2;
      -ms-flex: 1.2;
      flex: 1.2;
      padding-bottom: 50px;
      margin-bottom: 0px; } }

.flickboard {
  background-image: url("../img/travelboard.svg");
  background-image: url("../img/flickboard.gif");
  width: 90%;
  height: 100%; }
  @media (max-width: 700px) {
    .flickboard {
      background-image: url("../img/flickboard-mob.gif");
      width: 90%;
      height: 70%;
      min-height: 22vh; } }

.starts-with {
  background-image: url("../img/itstartswithyou.gif");
  width: 80%;
  height: 90%; }
  @media (max-width: 700px) {
    .starts-with {
      width: 90%;
      height: 65%;
      min-height: 22vh; } }

.sundays {
  background-image: url("../img/neonnew2.gif");
  width: 120%;
  height: 110%;
  max-width: 1500px; }
  @media (max-width: 1610px) {
    .sundays {
      width: 100%; } }
  @media (max-width: 700px) {
    .sundays {
      background-image: url("../img/neonnew-mob.gif");
      height: 65%;
      min-height: 28vh;
      width: 100%; } }

.pig {
  position: relative;
  background-image: url("../img/pig-Skate-long.gif");
  margin-top: 2%;
  width: 55%;
  height: 100%; }
  @media (max-width: 700px) {
    .pig {
      background-image: url("../img/pig-skate-long-mob.gif");
      height: 29vh;
      width: 100%;
      margin-top: -10%; } }

.slide:nth-child(0) {
  z-index: 0; }

.slide:nth-child(1) {
  z-index: 1; }

.slide:nth-child(2) {
  z-index: 2; }

.slide:nth-child(3) {
  z-index: 3; }

.slide:nth-child(4) {
  z-index: 4; }

.slide:nth-child(5) {
  z-index: 5; }

.slide:nth-child(6) {
  z-index: 6; }

.slide:nth-child(7) {
  z-index: 7; }

.image-container {
  position: relative;
  margin-top: 120px;
  width: 100%;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }
  @media (max-width: 700px) {
    .image-container {
      margin-top: 80px;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.background-image {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 700px) {
    .background-image {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial;
      margin-top: %; } }

.no-porkies {
  width: 55%;
  height: 70%;
  max-width: 900px; }
  @media (max-width: 700px) {
    .no-porkies {
      width: 50%; } }

@media (max-width: 700px) {
  .slide {
    width: 100%;
    height: 100%; } }

.contact-mobile {
  padding: 60px 0;
  display: none; }

.contact-desktop {
  display: block; }

.social-links {
  display: block;
  width: 120px;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 15px;
  pointer-events: auto; }
  @media (max-width: 910px) {
    .social-links {
      width: 120px; } }
  @media (max-width: 700px) {
    .social-links {
      display: block;
      width: 70%;
      margin-top: 25px; } }

.social__icon {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (max-width: 910px) {
    .social__icon {
      width: 35px;
      height: 35px; } }
  @media (max-width: 700px) {
    .social__icon {
      float: left;
      margin-right: 15px; } }

.social__linkedin {
  background-image: url("../img/btn--linked.svg");
  background-repeat: no-repeat; }

.social__instagram {
  background-image: url("../img/btn--insta.svg");
  background-repeat: no-repeat; }

.social__top {
  display: none; }
  @media (max-width: 700px) {
    .social__top {
      display: block;
      background-image: url("../img/btn--top.svg");
      background-repeat: no-repeat;
      float: right; } }

.display--abovemobile {
  display: block; }
  @media (max-width: 700px) {
    .display--abovemobile {
      display: none; } }

.display--belowmobile {
  display: none; }
  @media (max-width: 700px) {
    .display--belowmobile {
      display: block; } }

.mail {
  margin-bottom: 0;
  pointer-events: auto; }

.pointer-events--initial {
  pointer-events: initial; }

/* ==========================================================================
   Print styles from HTML5 Boilerplate
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.overflow--hidden {
  overflow: hidden; }

.container {
  width: 100%;
  height: 100%;
  pointer-events: none; }
  @media (max-width: 910px) {
    .container {
      pointer-events: none; } }

.slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 100%;
  transition: all 0.6s ease; }
  .slide.active {
    top: 0; }
  .slide.green {
    background-color: lightgreen; }
  .slide.blue {
    background-color: lightblue; }

.slide__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.slide-trigger {
  width: 100vw;
  height: 100vh; }

.full-logo {
  cursor: pointer;
  height: 30%;
  width: 70%;
  margin: 0 auto;
  background-image: url("../img/stay-hungry-logo.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
