@font-face {
  font-family: 'brandongrotesque';
  src: url("/fonts/brandongrotesque.ttf"); }
@font-face {
  font-family: 'walkwithmenow';
  src: url("/fonts/walkwithmenow.ttf"); }
@font-face {
  font-family: 'KGHappy';
  src: url("/fonts/KGHAPPY.ttf"); }
.font--kgHappy {
  font-family: 'KGHappy'; }

@font-face {
  font-family: 'DinHeader';
  src: url("/fonts/DIN_Condensed_Bold.ttf"); }
@font-face {
  font-family: 'DomaineHeader';
  src: url("/fonts/DomaineDisplayNarrowWeb-Semibold.otf"); }
.text--blue {
  color: #283C73; }

.text--xs {
  font-size: 12px; }

.text--shadow-large {
  text-shadow: 0 0px 0.5px #252525, 0.7px 1px 0 #283C73, 1.4px 2px 0 #283C73, 2.1px 3px 0 #283C73, 2.8px 4px 0 #283C73, 3.5px 5px 0 #283C73, 4.2px 6px 0 #283C73, 4.9px 7px 0 #283C73, 5.6px 8px 0 #283C73; }

.headline {
  position: absolute;
  font-family: 'DinHeader';
  color: #EDA140;
  font-size: 120px;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .headline {
      font-size: 90px; }
      .headline .words-wrapper i {
        mind-width: 36px; } }
  .headline .words-wrapper div {
    position: absolute;
    width: 100%; }
  .headline .words-wrapper i {
    font-style: normal;
    min-width: 30px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0; }
    .headline .words-wrapper i.in {
      -webkit-animation: rotate-in .4s forwards;
      -moz-animation: rotate-in .4s forwards;
      animation: rotate-in .4s forwards; }
    .headline .words-wrapper i.out {
      -webkit-animation: rotate-out .4s forwards;
      -moz-animation: rotate-out .4s forwards;
      animation: rotate-out .4s forwards; }

@-webkit-keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg); } }
@-moz-keyframes rotate-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg); } }
@keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg); } }
@-webkit-keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg); } }
@-moz-keyframes rotate-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg); } }
@keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg); } }
.projectBox {
  position: absolute;
  min-width: 250px;
  max-width: 450px;
  transition: opacity .35s;
  -webkit-transition: opacity .35s;
  /* Safari */ }
  .projectBox .projectBox_contentWrapper {
    position: absolute;
    margin-left: -50%;
    width: 100%; }
  .projectBox.arrowTR:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 120px;
    top: -120px;
    left: 22%;
    background-image: url(../img/arrow1.svg);
    background-position: 20px;
    background-size: 80%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(100deg);
    -moz-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    -o-transform: rotate(100deg);
    transform: rotate(100deg); }
  .projectBox.arrowBR:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 100px;
    bottom: -120px;
    left: 14%;
    background-image: url(../img/arrow3.svg);
    background-position: 20px;
    background-size: 72%;
    background-repeat: no-repeat;
    -webkit-transform: scaleX(-1) rotate(-85deg);
    -moz-transform: scaleX(-1) rotate(-85deg);
    -ms-transform: scaleX(-1) rotate(-85deg);
    -o-transform: scaleX(-1) rotate(-85deg);
    transform: scaleX(-1) rotate(-85deg); }
  .projectBox.arrowBoat:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 150px;
    bottom: -140px;
    left: -5%;
    background-image: url(../img/arrow1.svg);
    background-position: 10px;
    background-size: 90%;
    background-repeat: no-repeat;
    -webkit-transform: scaleX(-1) rotate(-85deg);
    -moz-transform: scaleX(-1) rotate(-85deg);
    -ms-transform: scaleX(-1) rotate(-85deg);
    -o-transform: scaleX(-1) rotate(-85deg);
    transform: scaleX(-1) rotate(-85deg); }
  .projectBox.arrowBL:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 120px;
    bottom: -120px;
    left: -28%;
    background-image: url(../img/arrow2.svg);
    background-position: 0px 0px;
    background-size: 92%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-85deg);
    -moz-transform: rotate(-85deg);
    -ms-transform: rotate(-85deg);
    -o-transform: rotate(-85deg);
    transform: rotate(-85deg); }

.projectBoxRight {
  position: absolute;
  min-width: 250px;
  max-width: 450px;
  transition: opacity .35s;
  -webkit-transition: opacity .35s;
  /* Safari */ }
  .projectBoxRight .projectBox_contentWrapper {
    position: absolute;
    width: 100%;
    left: 50px; }
  .projectBoxRight:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 120px;
    top: 15px;
    left: -40px;
    background-image: url(../img/arrow1.svg);
    background-position: 18px;
    background-size: 80%;
    background-repeat: no-repeat; }

.projectBox_contentLogo {
  padding-bottom: 10px;
  text-align: center; }
  .projectBox_contentLogo img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    max-height: 50px; }

.projectBox_contentBox {
  border-top: 2px solid #252525;
  border-left: 2px solid #252525;
  border-right: 5px solid #252525;
  border-bottom: 7px solid #252525;
  width: 100%;
  background: white; }
  .projectBox_contentBox .inside {
    text-align: justify;
    padding: 15px;
    color: #203442; }
    .projectBox_contentBox .inside span {
      display: block; }
    .projectBox_contentBox .inside ul {
      padding-left: 20px;
      margin-top: 5px;
      margin-bottom: 5px; }
      .projectBox_contentBox .inside ul li {
        padding-bottom: 5px; }
    .projectBox_contentBox .inside .links {
      text-align: center;
      position: relative;
      vertical-align: top; }
      .projectBox_contentBox .inside .links .linkOption {
        display: inline-block;
        height: 48px;
        margin: 5px;
        vertical-align: top; }
      .projectBox_contentBox .inside .links .button {
        width: 160px;
        font-size: 20px; }
        .projectBox_contentBox .inside .links .button.button__blue {
          padding: 12px;
          font-style: italic;
          color: #0000FF; }
        .projectBox_contentBox .inside .links .button.button__app_store {
          width: 160px;
          height: 48px;
          background-image: url("/img/appstore.png");
          background-size: 160px; }

.formWrapper {
  position: absolute;
  height: 420px;
  bottom: 46%;
  background: white;
  color: #92569B;
  border-color: #92569B;
  border-top: 2px solid;
  border-left: 2px solid;
  border-right: 5px solid;
  border-bottom: 7px solid;
  bottom: 46%; }
  .formWrapper form {
    height: 100%;
    width: 100%;
    font-size: 14px; }
    .formWrapper form .errorBox {
      height: 25px;
      margin-left: 70px;
      margin-top: 30px;
      margin-bottom: 5px;
      color: #922020; }
      .formWrapper form .errorBox.success {
        color: #169949; }
    .formWrapper form .formGroup {
      padding-left: 50px;
      padding-right: 20px;
      padding-bottom: 15px; }
      .formWrapper form .formGroup label {
        display: block;
        font-family: 'Lilita One', cursive;
        margin-left: 8px;
        color: #fbca51; }
      .formWrapper form .formGroup input,
      .formWrapper form .formGroup textarea {
        width: 100%;
        margin-top: 4px;
        padding-left: 10px;
        font-size: 15px;
        border: 1px solid #203442; }
      .formWrapper form .formGroup input {
        height: 40px; }
      .formWrapper form .formGroup textarea {
        height: 100px;
        resize: none; }
    .formWrapper form .buttonWrapper {
      position: absolute;
      bottom: 5%;
      width: 100%;
      text-align: right;
      right: 20px; }
      .formWrapper form .buttonWrapper .submitBtn {
        width: 140px;
        height: 42px;
        color: white;
        background: #283C73;
        border: none;
        font-family: 'Lilita One', cursive;
        font-size: 16px; }

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'Times New Roman';
  color: #252525;
  background: white; }

.screenCover {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #EEE492;
  text-align: center;
  padding-top: 15%;
  visibility: hidden; }
  .screenCover .content {
    color: #283C73;
    font-family: "DinHeader"; }
    .screenCover .content h1 {
      font-size: 48px; }
    .screenCover .content span {
      display: block;
      margin: auto;
      max-width: 450px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.container {
  width: 100%;
  top: 0;
  bottom: 0;
  position: fixed;
  background: #3DB9FF; }

.footer {
  position: absolute;
  width: 100%;
  height: 42px;
  bottom: 0px;
  text-align: center;
  z-index: 498;
  transition: opacity .35s;
  -webkit-transition: opacity .35s;
  /* Safari */ }
  .footer .socialMedia {
    width: 26px;
    height: 26px;
    padding-left: 3px;
    padding-right: 3px; }

#scrollHelperWrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  pointer-events: none; }

#scrollHelper {
  position: relative; }

#clouds {
  position: absolute;
  z-index: 100; }
  #clouds .clouds {
    position: absolute;
    width: 130px; }

#props {
  position: absolute;
  z-index: 110; }
  #props .prop {
    position: absolute;
    display: block; }
    #props .prop img {
      height: 100%;
      margin-left: -50%; }

#roadSVG {
  position: absolute;
  z-index: 200;
  bottom: -100; }

.banner {
  position: fixed;
  left: 50%;
  padding: 0px 50px;
  background-color: #fbca51;
  color: white;
  font-family: 'brandongrotesque';
  font-size: 36px;
  transition: top .35s;
  -webkit-transition: top .35s;
  /* Safari */ }
  @media screen and (max-width: 800px) {
    .banner {
      padding: 0px 30px;
      font-size: 28px; } }

.headerText {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100; }

#bike {
  transform-origin: center bottom;
  position: fixed;
  z-index: 201; }
  #bike .body {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 400; }
    #bike .body.body1 {
      background: url(../img/biker.svg);
      background-size: 100%; }
    #bike .body.body2 {
      background: url(../img/biker2.svg);
      background-size: 100%; }
    #bike .body.body3 {
      background: url(../img/biker3.svg);
      background-size: 100%; }
  #bike .wheel {
    position: absolute;
    background: url(../img/bike-wheel.svg);
    background-size: 100%;
    width: 40%;
    padding-top: 40%;
    top: 55%;
    z-index: 399; }
    #bike .wheel.front {
      left: 59%; }

#contentOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0; }
  #contentOverlay .scrollMarker {
    position: absolute;
    width: 120px;
    margin-left: -60px;
    left: 50%;
    bottom: 20%;
    transition: opacity .35s;
    -webkit-transition: opacity .35s;
    /* Safari */ }
    #contentOverlay .scrollMarker span {
      position: absolute;
      width: 100%;
      bottom: 0;
      text-align: center;
      font-size: 14px;
      font-family: 'DomaineHeader';
      letter-spacing: 1px;
      color: #EEE492;
      text-shadow: -0.5px 0px 0 #283C73, 0px -0.5px 0 #283C73, 0.5px 0.75px 0 #283C73, 1px 1.5px 0 #283C73; }
    #contentOverlay .scrollMarker img {
      width: 100%; }
  #contentOverlay .arrow {
    position: absolute;
    width: 250px; }
    #contentOverlay .arrow.arrow1 {
      background-image: url(../img/arrow1.svg);
      background-size: 20%;
      background-repeat: no-repeat;
      background-position: 0px 9px;
      padding-left: 70px;
      height: 110px;
      margin-top: -145px;
      margin-left: -15px; }
    #contentOverlay .arrow.arrow2 {
      background-image: url(../img/arrow2.svg);
      background-size: 18%;
      background-repeat: no-repeat;
      background-position: 0px 7px;
      padding-left: 66px;
      height: 130px;
      margin-top: -115px;
      margin-left: -11px; }
    #contentOverlay .arrow.arrow3 {
      background-image: url(../img/arrow3.svg);
      background-size: 15%;
      background-repeat: no-repeat;
      background-position: 0px 9px;
      padding-left: 54px;
      height: 70px;
      margin-top: -93px;
      margin-left: -10px; }
    #contentOverlay .arrow .arrowHeader {
      font-size: 22px;
      font-family: 'DomaineHeader';
      letter-spacing: 1px;
      color: #EEE492;
      text-shadow: -0.5px 0px 0 #283C73, 0px -0.5px 0 #283C73, 0.5px 0.75px 0 #283C73, 1px 1.5px 0 #283C73; }
    #contentOverlay .arrow .arrowContent {
      border-top: 1px solid #252525;
      border-left: 1px solid #252525;
      border-right: 2px solid #252525;
      border-bottom: 2px solid #252525;
      border-radius: 1px;
      background: white;
      width: 260px;
      min-height: 30px;
      padding: 4px 8px;
      line-height: 1.2em;
      top: 5px;
      left: -20px;
      position: relative;
      z-index: 900;
      opacity: 0;
      transition: opacity .3s;
      -webkit-transition: opacity .3s;
      /* Safari */ }
      #contentOverlay .arrow .arrowContent .inside {
        padding: 5px;
        color: #203442; }
        #contentOverlay .arrow .arrowContent .inside span {
          display: block; }
        #contentOverlay .arrow .arrowContent .inside ul {
          padding-left: 20px;
          margin-top: 5px;
          margin-bottom: 5px; }
          #contentOverlay .arrow .arrowContent .inside ul li {
            padding-bottom: 5px; }
        #contentOverlay .arrow .arrowContent .inside .links {
          text-align: center;
          position: relative;
          height: 60px;
          vertical-align: top; }
          #contentOverlay .arrow .arrowContent .inside .links .linkOption {
            display: inline-block;
            height: 48px;
            margin: 5px;
            vertical-align: top; }
          #contentOverlay .arrow .arrowContent .inside .links .button {
            width: 160px;
            font-size: 20px; }
            #contentOverlay .arrow .arrowContent .inside .links .button.button__blue {
              padding: 12px;
              font-style: italic;
              color: #0000FF; }
            #contentOverlay .arrow .arrowContent .inside .links .button.button__app_store {
              width: 160px;
              height: 48px;
              background-image: url("/img/appstore.png");
              background-size: 160px; }
    #contentOverlay .arrow.show .arrowContent {
      opacity: 1; }
  #contentOverlay .map {
    position: absolute;
    text-align: center; }
    #contentOverlay .map #travelerText {
      position: absolute;
      height: 20%;
      left: 0;
      bottom: 0; }
  #contentOverlay .strava {
    position: fixed;
    width: 250px;
    color: #EEE492;
    text-shadow: -0.5px 0px 0 #283C73, 0px -0.5px 0 #283C73, 0.5px 0.75px 0 #283C73, 1px 1.5px 0 #283C73;
    transition: opacity .35s;
    -webkit-transition: opacity .35s;
    /* Safari */ }
    #contentOverlay .strava .arrow {
      position: absolute;
      width: 100px;
      height: 100px;
      background-image: url(../img/arrow3.svg);
      background-position: 20px;
      background-size: 50%;
      background-repeat: no-repeat;
      left: 20px;
      top: 45px;
      -webkit-transform: rotate(-85deg);
      -moz-transform: rotate(-85deg);
      -ms-transform: rotate(-85deg);
      -o-transform: rotate(-85deg);
      transform: rotate(-85deg); }
    #contentOverlay .strava .bikerText {
      position: absolute;
      top: -105px;
      left: -28px;
      width: 220px; }
    #contentOverlay .strava .content {
      font-size: 22px;
      font-family: 'DomaineHeader';
      letter-spacing: 1px;
      position: absolute; }
      #contentOverlay .strava .content img {
        width: 10px;
        display: block; }
      #contentOverlay .strava .content a img {
        margin-top: 2px;
        margin-left: 10px;
        width: 100px; }
  #contentOverlay .foodie {
    position: absolute;
    width: 180px;
    height: 120px;
    font-size: 22px;
    font-family: 'Lilita One', cursive;
    line-height: 1.2;
    color: #262626;
    text-align: center;
    transition: opacity .35s;
    -webkit-transition: opacity .35s;
    /* Safari */ }
    #contentOverlay .foodie:after {
      content: "";
      pointer-events: none;
      position: absolute;
      width: 150px;
      height: 100px;
      top: 20px;
      right: -65px;
      background-image: url(../img/arrow1.svg);
      background-position: 0px 0px;
      background-size: 45%;
      background-repeat: no-repeat;
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1); }
    #contentOverlay .foodie img {
      width: 155px;
      display: block;
      margin: auto; }
    #contentOverlay .foodie a img {
      margin: auto;
      margin-top: 2px;
      width: 130px; }

.aboutBox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .aboutBox #aboutBox__contentBox {
    position: absolute;
    left: auto;
    right: auto;
    background: url(../img/aboutBox.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
    .aboutBox #aboutBox__contentBox .aboutBox__contentBox__content {
      padding-top: 2%;
      padding-left: 5%;
      padding-right: 5%; }
  .aboutBox #aboutBox__header {
    position: absolute;
    display: block; }

.contactBox {
  display: flex;
  position: absolute;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: url(../img/contactBox.svg);
  background-size: 100%; }
  .contactBox .contactBox__content {
    display: block;
    position: relative;
    font-size: 3em; }
    .contactBox .contactBox__content .button__blue {
      font-style: italic;
      color: #0000FF;
      text-decoration: underline;
      cursor: pointer; }

.water {
  position: absolute;
  z-index: 190; }
  .water #waterCanvas {
    height: 100%;
    width: 100%; }
  .water .wave {
    position: absolute;
    background-repeat: repeat-x;
    background-position: top left;
    left: 0;
    right: 0;
    bottom: 0; }
    .water .wave#wave1 {
      z-index: 10;
      background-image: url(../img/wave1.svg); }
    .water .wave#wave2 {
      z-index: 8;
      background-image: url(../img/wave1.svg); }
    .water .wave#wave3 {
      z-index: 6;
      background-image: url(../img/wave1.svg); }
    .water .wave#wave4 {
      z-index: 4;
      background-image: url(../img/wave1.svg); }

/*# sourceMappingURL=main.css.map */
