/********************/
/********************/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i|Archivo+Black|Quicksand:300,400,500,700");
/********************/
/********************/
/********************/
/********************/
* {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  text-decoration: none;
  color: #1D722E; }

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #f0f0f0; }
  body .page_wrap {
    height: 100%;
    width: 100%;
    overflow: hidden; }
  body .page_content {
    z-index: -1000; }

/********************/
/********************/
.underline {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #FF6C64;
  text-decoration-skip: objects edges box-decoration; }

.green_test {
  width: 50%;
  padding: 100px 25%;
  background-color: #1D722E; }
  .green_test h2 {
    color: #f0f0f0;
    font-style: 700;
    font-size: 3em;
    padding-bottom: 20px; }
  .green_test p {
    font-family: 'Rubik', sans-serif;
    font-style: bold;
    font-size: 1.5em;
    color: #f0f0f0; }

.header {
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  padding-top: 200px;
  z-index: 100;
  height: 75px;
  background-color: #f0f0f0;
  box-shadow: 0px 5px 1000px #000; }
  .header .logo {
    float: left;
    display: inline-block;
    height: 100%; }
    .header .logo h2 {
      color: #1D722E;
      font-weight: 700;
      font-size: 2em;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: relative;
      text-transform: uppercase;
      padding-left: 20px; }
  .header .nav {
    float: right;
    display: inline-block;
    height: 100%;
    margin-right: 20px; }
    .header .nav ul {
      text-align: center;
      height: 100%; }
      .header .nav ul li {
        height: 100%;
        position: relative;
        display: inline-block;
        float: right;
        padding-right: 40px; }
      .header .nav ul h1 {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #1D722E;
        font-style: 700;
        font-size: 1.25em;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        text-decoration: none;
        padding-bottom: 8px; }
        .header .nav ul h1:before, .header .nav ul h1:after {
          content: '';
          position: absolute;
          bottom: 2px;
          left: 0;
          right: 0;
          height: 3px;
          background-color: #FF6C64; }
        .header .nav ul h1:before {
          opacity: 0;
          transform: translateY(-8px);
          transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s; }
        .header .nav ul h1:after {
          opacity: 0;
          transform: translateY(4px);
          transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s; }
        .header .nav ul h1:hover:before, .header .nav ul h1:hover:after, .header .nav ul h1:focus:before, .header .nav ul h1:focus:after {
          opacity: 1;
          transform: translateY(0); }
        .header .nav ul h1:hover:before, .header .nav ul h1:focus:before {
          transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s; }
        .header .nav ul h1:hover:after, .header .nav ul h1:focus:after {
          transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s; }
      .header .nav ul .nav_selected:before, .header .nav ul .nav_selected:after {
        opacity: 1;
        transform: translateY(0); }
      .header .nav ul .nav_selected:before {
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s; }
      .header .nav ul .nav_selected:after {
        transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s; }

.splash {
  position: relative;
  top: 0;
  z-index: -100;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .splash .splash_video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); }

.title_text {
  width: 50%;
  padding: 100px 25%; }
  .title_text h2 {
    color: #1D722E;
    font-style: 700;
    font-size: 3em;
    padding-bottom: 20px; }
  .title_text p {
    font-family: 'Rubik', sans-serif;
    font-style: bold;
    font-size: 1.5em;
    color: #1D722E; }

.splash {
  position: relative;
  top: 0;
  z-index: -100;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .splash .splash_video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); }

.typed_title {
  box-shadow: 0px 5px 1000px #000;
  padding: 75px 0;
  text-align: center;
  font-size: 2.25em;
  z-index: 10000;
  top: 50%;
  z-index: 1000; }
  .typed_title h2, .typed_title .typing {
    color: #1D722E; }
  .typed_title .typing {
    text-decoration: underline;
    text-decoration-color: #FF6C64;
    text-decoration-skip: objects edges box-decoration; }

.image_break {
  width: 100%;
  height: 300px; }
  .image_break .image_button {
    display: inline-block;
    float: left;
    width: 33.33%;
    height: 300px;
    overflow: hidden;
    z-index: -10000; }
  .image_break #image_1 {
    background: url("../../content/images/person_1.jpg");
    background-size: cover;
    background-position: center center; }
  .image_break #image_2 {
    background: url("../../content/images/person_2.jpg");
    background-size: cover;
    background-position: center center; }
  .image_break #image_3 {
    background: url("../../content/images/person_3.jpg");
    background-size: cover;
    background-position: center center; }

.text_image {
  overflow: hidden; }
  .text_image .text {
    width: 56.66%;
    height: 100%;
    display: inline-block;
    padding: 5%; }
  .text_image .image {
    display: inline-block;
    height: 100%;
    width: 33.33%;
    overflow: hidden; }
  .text_image #second {
    background: url("../../content/images/person_1.jpg");
    background-size: cover; }
  .text_image #first {
    background: url("../../content/images/person_1.jpg");
    background-size: cover; }
  .text_image h2 {
    color: #1D722E;
    font-style: 700;
    font-size: 3em;
    padding-bottom: 20px; }
  .text_image p {
    font-family: 'Rubik', sans-serif;
    font-style: bold;
    font-size: 1.5em;
    color: #1D722E; }
  .text_image img {
    display: inline-block;
    min-height: 100%;
    min-width: 20%;
    float: right; }

.text_left .text {
  float: left; }
.text_left .image {
  float: right; }

.text_right .text {
  float: right; }
.text_right .image {
  float: left; }

#here {
  text-align: center; }
  #here h2 {
    padding-top: 37vh;
    font-weight: 700;
    font-size: 5em; }
  #here p {
    font-size: 1.5em;
    width: 50%;
    padding: 0 25%;
    padding-top: 30px; }

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