@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-weight: 300;
}
body * { margin: 0; box-sizing: border-box;}
h1, h2, h3 { font-weight: 600; text-transform: uppercase;}
h1 { font-size: 5.5em; }
#frame {
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: left;
  /*overflow: hidden;*/
}
a {
  color: #4ca900;
  -webkit-transition: color 0.6s;
          transition: color 0.6s;
}
a:hover {
  color: #007900;
  -webkit-transition: color 0.6s;
          transition: color 0.6s;
}
/*Opening animation Desktop ONLY -------------------------------------*/
  #text_anime {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 4em;
    text-align: center;
    text-transform: uppercase;
    font-size: 4.5vw;
  }
  #text_anime span {
    position: relative;
    display: inline-block;
  }
  #text_anime span._ {
    color: #fff;
  }
  #text_mask {
    width: 100%;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #text_top,
  #text_bottom {
    position: absolute;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 0;
    background: #fff;
  }
  #text_top { top: 0;}
  #text_bottom { top: auto; bottom: 0;}
  #text_bottom div { right: 0; }
  #top_sq,
  #bottom_sq {
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
  }
  #top_sq { bottom: -2px}
  #bottom_sq { top: -2px;}
  #top_line,
  #bottom_line {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
  }
  #top_line { bottom: 0; }
  #bottom_line { top: 0; }
  #v_left,
  #v_right {
    width: 50%;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #v_left {
    left: 0;
    border-right: 1px solid #000;
  }
  #v_right {
    left: auto;
    right: 0;
    border-left: 1px solid #000;
  }

/* Navigation Desktop ONLY-----------------------------------*/
  #desktopNav {
    width: 180px;
    height: 100vh;
    position: fixed;
    z-index: 100;
    box-sizing: border-box;
  }
  #desktopNav ul {
    position: absolute;
    padding: 0;
  }
  #desktopNav li {
    position: relative;
    list-style: none;
    display: block;
    cursor: pointer;
  }
  #desktopNav li span {
    color: #000;
  }
  #desktopNav li span:nth-child(2) { opacity: 0; left: 30px;}

  #desktopNav li:hover span {
    opacity: 1;
    color: #fff;
    -webkit-transition: all 0.5s ease-in;
            transition: all 0.5s ease-in;
  }

/* Main content----------------------------------------------*/
  #main_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
    padding: 0;
    overflow: hidden;
  }
  .con_frame {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:     flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .con_left,
  .con_right {
    width: 50%;
    height: 100%;
    padding: 0;
    position: relative;
  }
  .content_area {
    height: 100%;
    padding: 3em;
  }
  .area_left { padding: 3em 3em 3em 7em; }
  .area_right { padding: 3em 4em 3em 3em; }

  /* {About} */
    #about .con_left { background: #fff; }
    #about .con_right { background: #82db29; }
    /*left*/
      .timeline {
        width: 80%;
        position: relative;
        margin-top: 3em;
      }
      .timeline:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 15%;
        background: #d3d3d3;
      }
      .events {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0 0 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display:     flex;
        -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-align-items: flex-start;
            align-items: flex-start;
        -webkit-justify-content: space-between;
            justify-content: space-between;
      }
      .events h2 {
        display: block;
        width: 15%;
        position: relative;
        color: #000;
      }
      .events h2:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 7px;
        left: 100%;
        z-index: 1;
        -webkit-transform:translateX(-7px);
          -ms-transform:translateX(-7px);
            transform:translateX(-7px);
        background: #fff;
        border: 2px solid #4ca900;
        box-shadow: 0 0 0 4px #fff;
        border-radius: 50%;
      }
      .events .event_r {
        width: 80%;
        text-align: left;
        margin-bottom: 1em;
      }
      .events .event_r h4 {
        font-size: 1.125em;
        margin: 0 0 0.5em;
        color: #000;
      }
      .events .event_r p {
        font-size: 0.75em;
      }
    /*right*/
      #scroll_left {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 3em 0;
      }
      #about .con_right ul.pages {
        height: 100%;
        width: 300%;
        position: absolute;
        left: 0;
        padding: 3em 0;
      }
      .inside {
        width: 33.333%;
        height: 100%;
        list-style: none;
        display: block;
        float:left;
      }
      #camera.inside { overflow: hidden; }
      .page_btn {
        width: 100%;
        position: absolute;
        bottom: 5%;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display:     flex;
        -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-align-items: flex-end;
                align-items: flex-end;
        -webkit-justify-content: center;
                justify-content: center;
        padding: 0;
      }
      .page_btn:before {
        display: block;
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        content: "";
        border-bottom: 1px solid rgba(0,0,0,.3);
      }
      .page_btn li {
        position: relative;
        display: block;
        width: 20%;
        height: 2em;
        margin: 0 5%;
        -webkit-transition: border-bottom 0.3s;
                transition: border-bottom 0.3s;
        border-bottom: 1px solid #000;
        cursor: pointer;
      }
      .page_btn li:hover {
        border-bottom: 2em solid #000;
        -webkit-transition: border-bottom 0.3s;
                transition: border-bottom 0.3s;
      }
      .page_btn li span {
        color: #222;
        display: block;
        width: 100%;
        position: absolute;
        top: 5px;
        left: 5px;
        -webkit-transition: all 0.3s;
                transition: all 0.3s;
      }
      .page_btn li span:nth-child(2) {
        opacity: 0;
        left: 30px;
      }
      .page_btn li:hover span {
        color: #fff;
        -webkit-transition: color 0.3s;
                transition: color 0.3s;
      }
      .page_btn li:hover span:nth-child(2) { opacity: 1; }

      /* Loves */
        #scroll_left h2 { color: #4ca900; text-align: center; font-size: 200%; }
        #scroll_left h3 { text-align: center; }
        .para {
          width: 95%;
          height: 90%;
          margin: 3% auto;
          position: relative;
        }
        .para img { position: absolute; }
        .para .balloon {
          position: absolute;
          padding: 1em;
          background: #fff;
          display: inline-block;
          font-weight: 600;
        }
        .para .balloon.hiking {
          right: 2%;
          bottom: 18%;
        }
        .para .balloon.hiking:before {
          content: "";
          position: absolute;
          top: -30px;
          left: 50px;
          border: 15px solid transparent;
          border-bottom-color: #fff;
          display: block;
          width: 0;
        }
        .para .balloon.camera {
          top: 2%;
          left: 5%;
        }
        .para .balloon.camera:before {
          content: "";
          position: absolute;
          bottom: -30px;
          left: 50px;
          border: 15px solid transparent;
          border-top-color: #fff;
          display: block;
          width: 0;
        }
        #para-photo1 {
          width: 70%;
          top: 0;
          left: 5%;
        }
        #para-photo2 {
          width: 85%;
          bottom: 0;
          right: 10%;
        }
        #para-photo3 {
          width: 85%;
          top: 20%;
          left: 18%;
        }
        #para-photo4 {
          width: 85%;
          top: 15%;
          left: 18%;
        }

  /* {Works} */
    #works.con_frame {
      -webkit-flex-flow: row-reverse nowrap;
              flex-flow: row-reverse nowrap;
    }
    #works .con_left { background: #fff; }
    #works .con_right { background: #82db29; }
    #works .area_right { padding: 0; }
    .works_frame {
      width: 100%;
      height: 33.33333%;
      overflow: hidden;
    }
    #works .area_left h3 {
      margin: 25% 0 3em;
    }
    #works .area_left a {
      display: inline-block;
      margin-right: 3.5em;
      text-decoration: none;
    }
    #works .area_left a i { font-size: 2em; }
    .works_frame .works_img,
    .works_frame .works_info {
      display: block;
      width: 50%;
      height: 100%;
      position: relative;
      float: left;
    }
    .works_frame:nth-child(even) a.works_img,
    .works_frame:nth-child(even) .works_info {
      float: right;
    }
    .works_frame a {
      background-size: cover;
      background-color: #fff;
      background-position: center top;
      background-repeat: no-repeat;
      text-transform: none;
    }
    .works_frame.hiking a.works_img {
      background-image: url(../img/web001.jpg);
    }
    .works_frame.petro a.works_img {
      background-image: url(../img/web02.jpg);
    }
    .works_frame.hns a.works_img {
      background-image: url(../img/web003.jpg);
    }
    .works_frame a.works_img:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: opacity 0.6s;
              transition: opacity 0.6s;
      opacity: .45;
      background-color: #fff;
    }
    .works_frame a.works_img:hover:before  {
      -webkit-transition: opacity 0.6s;
              transition: opacity 0.6s;
      opacity: 0;
    }
    .works_frame .works_info {
      padding: 2.25em 3.25em;
    }
    .works_frame:nth-child(even) .works_info {
      text-align: right;
      padding-left: 5em;
    }
    .works_frame .works_info .tags { margin: 0.5em 0; }
    .works_frame .works_info .tags span {
      display: inline-block;
      padding: 0.5em;
      font-size: 0.625em;
      font-weight: bold;
      color: #4d4d4d;
      background: #fff;
      border-radius: 4px;
    }
    .works_frame .works_info .works_desc { font-size: 90%; }
    .works_frame .works_info a {
      display: block;
      width: 100%;
      max-width: 130px;
      margin: 1em 0;
      padding: 0.25em 1em;
      color: #fff;
      background: #000;
      text-decoration: none;
      text-align: center;
      font-size: 90%;
    }
    .works_frame:nth-child(2) .works_info a {
      float: right;
    }
  /* {Contact} */
    #contact .con_left { background: #fff; }
    #contact .con_right { background: #82db29; }
    #contact .content_area .contactinfo {
      position:absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 80%;
    }
    #contact #emailto a {
      display: inline-block;
      margin: 1em auto;
      padding: 1em 1.875em;
      background: #fff;
      border: 2px solid #000;
      position: relative;
    }
    #contact #emailto a:before {
      content: "";
      position: absolute;
      top: 4px;
      left: 4px;
      right: 4px;
      bottom: 4px;
      border: 2px solid #000;
    }
    #contact #emailto  a {
      color: #000;
      text-decoration: none;
    }
    #contact .area_right { padding: 0; }
    #contact .socials {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display:     flex;
      -webkit-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-align-items: center;
              align-items: center;
      -webkit-justify-content: center;
              justify-content: center;
      font-size: 2em;
    }
    #contact .socials a {
      margin: 0 1.5em;
    }
    #contact #map {
      width: 50vw;
      height: 50vh;
    }


/* media query----------------------------------------------*/
  @media only screen and (max-width: 1400px) and (min-width: 1120px) {
    /* About */
      .timeline { width: 90%; }
      .timeline:before { left: 20%; }
      .events h2 { width: 20%; }
      .events .event_r { width: 75%; }
  }
  @media only screen and (max-width: 1499px) {
    h1 { font-size: 4em; }
    /* {About} */
    .events .event_r h4 { font-size: 1em; }
    .timeline { margin-top: 2em; }
    .events .event_r { margin-bottom: 0.5em; }
  }
  @media only screen and (max-width: 1119px) {
    /* Main Content */
      .con_frame {
        -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
        height: 200vh;
      }
      .con_left, .con_right {
        width: 100%;
        height: 50%;

      }
      .con_left { padding-left: 4em; }
      .area_left, .area_right {
        padding: 1.25em;
      }
      /* {About} */
        #about { border-top: 1px solid #000; }
        .timeline { width: 100%; margin-top: 1.5em; }
        .timeline:before { left: 18%; }
        .events { padding: 0 0 0.75em; }
        .events h2 { width: 18%; font-size: 1.25em; }
        .events h2:before { top: 3px; }
        .events .event_r { width: 76%; margin-bottom: 0; }
        .events .event_r h4 { font-size: 1em; margin: 0 0 0.25em; }
        .events .event_r p { font-size: 0.685em; }
        .page_btn li { width: 25%; margin: 0 2%; }
        #para-photo2 { bottom: 10%; }
        #para-photo3 { width: 90%; left: 8%; }
        #para-photo4 { left: 10%; }
      /* {Works} */
        #works.con_frame {
          -webkit-flex-flow: column nowrap;
                  flex-flow: column nowrap;
        }
        #works .con_left { height: 25%; }
        #works .con_right { height: 75%; }
        .works_frame .works_img { width: 60%; }
        .works_frame .works_info {
          width: 40%;
          padding: 1.5em 1em;
        }
        .works_frame:nth-child(even) .works_info { padding: 1.5em 1em; }

      /* {Contact} */
        #contact .socials a {
          font-size: 1.5em;
          margin: 0 1em;
        }
        #contact #map { width: 100%; }

  }
  @media only screen and (max-width: 799px) {
    body { font-size: 12px; }
    h1 { font-size: 3em; }

    /* Opening animation dismissed */
      #v_left, #v_right, #top_sq, #bottom_sq { display: none; }
      #opening { height: 100vh; }
      #main_content { display: block; position: relative; }
      #text_anime { padding: 0 0.25em; font-size: 2.5em;}
      #text_top, #text_bottom {
        width: 100%;
        left: 0;
        right: 0;
      }

      #mobile_nav {
          position: fixed;
          width: 40px;
          top: 1%;
          right: 1%;
          z-index: 111;
          height: 25px;
          margin-top: 35px;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
              transform: rotate(0deg);
          -webkit-transition: .5s ease-in-out;
            -ms-transition: .5s ease-in-out;
              transition: .5s ease-in-out;
          cursor: pointer;
        }
        #mobile_nav.opened {
          position: fixed;
          width: 40px;
        }
        #mobile_nav span {
          display: block;
          position: absolute;
          height: 4px;
          width: 100%;
          background: #000;
          border-radius: 4px;
          opacity: 1;
          left: 0;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .25s ease-in-out;
          -moz-transition: .25s ease-in-out;
          -ms-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
        }
        #mobile_nav span:first-child { top: 0; }
        #mobile_nav span:nth-child(2) { top: 8px; }
        #mobile_nav span:nth-child(3) { top: 16px; }
        #mobile_nav span:nth-child(1) {
          top: 0px;
          -webkit-transform-origin: left center;
          -moz-transform-origin: left center;
          -ms-transform-origin: left center;
          transform-origin: left center;
        }
        #mobile_nav span:nth-child(2) {
          top: 8px;
          -webkit-transform-origin: left center;
          -moz-transform-origin: left center;
          -ms-transform-origin: left center;
          transform-origin: left center;
        }
        #mobile_nav span:nth-child(3) {
          top: 16px;
          -webkit-transform-origin: left center;
          -moz-transform-origin: left center;
          -ms-transform-origin: left center;
          transform-origin: left center;
        }
        #mobile_nav.opened {
          z-index: 200;
        }
        #mobile_nav.opened span:first-child {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: -3px;
          left: 2px;
        }
        #mobile_nav.opened span:nth-child(2) {
          width: 0%;
          opacity: 0;
        }
        #mobile_nav.opened span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 25px;
          left: 2px;
        }
        #desktopNav {
          width: 100vw;
          height: 100vh;
          position: fixed;
          top: 0;
          left: 100%;
          z-index: 100;
          opacity: 0;
          -webkit-transition: .25s ease-in-out;
          -moz-transition: .25s ease-in-out;
          -ms-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
          background: #82db29;
        }
        #desktopNav.opened {
          left: 0;
          opacity: 1;
          -webkit-transition: .25s ease-in-out;
          -moz-transition: .25s ease-in-out;
          -ms-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
        }
        #desktopNav ul { width: 100%; height: 100%; padding: 10em 6em;}
        #desktopNav li span {
          display: inline-block;
          font-size: 3em;
          line-height: 2em;
        }
        #desktopNav li span:nth-child(2) {
          opacity: 1;
        }

  }
  @media only screen and (max-width: 321px) {
    .con_left { padding-left: 2em; }
  }
  @media only screen and (min-width: 800px) {


    /*Main navigation */
      #mobile_nav { display: none; }
      #desktopNav {
        top: 0;
        left: 1.8%;
        z-index: 100;
        border-left: 1px solid rgba(0,0,0,.3);
      }
      #desktopNav ul {
        left: -1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
      }
      #desktopNav li {
        border-left: 1px solid #000;
        width: 1px;
        height: 10.5vh;
        margin: 10vh 0;
        -webkit-transition: width 0.3s ease-in;
                transition: width 0.3s ease-in;
      }
      #desktopNav li:hover {
        width: 180px;
        background: #4ca900;
        border-left: 1px solid #4ca900;
        -webkit-transition: width 0.3s ease-in;
                transition: width 0.3s ease-in;
      }
      #desktopNav li span {
        display: block;
        position: absolute;
        top: 50%;
        left: 5px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all 0.5s ease-in;
                transition: all 0.5s ease-in;
      }
    /* Main Content */

  }
