/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: inherit; }
  a:visited {
    color: inherit; }

body {
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f0eeee;
  font-family: 'Open Sans', monospace; }
  body:after {
    content: " ";
    display: block;
    clear: both; }

.liActive {
  color: red !important;
  font-weight: bold; }

nav {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  height: 55px;
  width: 100%; }
  nav .logo {
    position: absolute;
    top: 25;
    left: 25; }
    nav .logo h1 {
      font-weight: 100;
      font-size: 30px;
      text-transform: uppercase; }
      nav .logo h1:hover {
        color: #ffef00;
        font-weight: bold; }
      @media only screen and (max-width: 600px) {
        nav .logo h1 {
          font-size: 20px;
          font-weight: 500; } }
      @media only screen and (min-width: 201px) and (max-width: 599px) {
        nav .logo h1 {
          font-size: 20px;
          font-weight: 500; } }
  nav .links {
    position: absolute;
    top: 150px;
    right: -29px;
    transform: rotate(90deg); }
    nav .links li {
      padding-right: 20px;
      display: inline-block; }
      nav .links li:hover {
        cursor: pointer;
        color: red !important;
        font-weight: bold; }
  nav .icon {
    position: absolute;
    top: 25;
    right: 25; }
    nav .icon h1 {
      font-weight: 100;
      font-size: 30px;
      text-transform: uppercase; }
      nav .icon h1:hover {
        cursor: pointer;
        color: red !important;
        font-weight: bold; }
      @media only screen and (max-width: 600px) {
        nav .icon h1 {
          font-size: 20px;
          font-weight: 500; } }
      @media only screen and (min-width: 201px) and (max-width: 599px) {
        nav .icon h1 {
          font-size: 20px;
          font-weight: 500; } }
  nav .about {
    position: fixed;
    bottom: 25;
    left: 25; }
    nav .about h1 {
      font-weight: 100;
      font-size: 30px;
      text-transform: uppercase; }
      nav .about h1:hover {
        cursor: pointer;
        color: red !important;
        font-weight: bold; }
  nav .copyright {
    position: fixed;
    bottom: 90;
    right: -50;
    transform: rotate(90deg); }

.scrollDown {
  position: fixed;
  z-index: 10000;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'Open Sans', monospace;
  font-weight: 800;
  color: #ffef00; }
  .scrollDown span {
    position: relative;
    animation-name: bounce;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    padding-left: 5px;
    padding-right: 5px; }

@keyframes bounce {
  0% {
    bottom: -5px; }
  50% {
    bottom: 5px; }
  100% {
    bottom: -5px; } }

.container {
  overflow: hidden;
  width: 100%;
  position: relative; }
  .container h1 {
    position: absolute;
    z-index: 0;
    text-align: left;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 20vw;
    font-weight: bold;
    color: white; }
  .container h2 {
    position: absolute;
    text-align: left;
    color: white;
    font-size: 12vw;
    letter-spacing: -.2vw;
    font-weight: bold;
    text-transform: uppercase; }
    .container h2 span {
      -webkit-text-stroke-width: 1vw;
      -webkit-text-stroke-color: white;
      color: transparent !important; }
  .container .larger {
    font-size: 24vw; }
  .container h3 {
    width: 40%;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1.4; }
    .container h3 strong {
      font-weight: 700; }
  .container .Scroll {
    background-attachment: relative; }
  .container .Fixed {
    background-attachment: fixed; }
  .container .Full {
    position: relative;
    width: 97.9166666667%;
    float: left;
    overflow: visible;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important; }
  .container .FullTop {
    position: relative;
    width: 97.9166666667%;
    float: left;
    overflow: visible;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important;
    background-size: contain !important; }
  .container .Full-img {
    position: relative;
    width: 97.9166666667%;
    float: left;
    overflow: visible;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important;
    background-size: 100%; }
  .container .Half {
    position: relative;
    width: 47.9166666667%;
    float: left;
    overflow: visible;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    width: 50%; }
  .container .third {
    position: relative;
    width: 31.25%;
    float: left;
    overflow: visible;
    height: 90vh;
    background-size: cover !important;
    background-position: center !important;
    width: 33.33333%; }
    @media only screen and (max-width: 600px) {
      .container .third {
        position: relative;
        width: 97.9166666667%;
        float: left;
        overflow: visible;
        height: 90vh;
        background-size: cover !important;
        background-position: center !important;
        width: 100%; } }
  .container .fourth {
    position: relative;
    width: 22.9166666667%;
    float: left;
    overflow: visible;
    height: 90vh;
    background-size: cover !important;
    background-position: center !important;
    width: 25%; }
    @media only screen and (max-width: 600px) {
      .container .fourth {
        position: relative;
        width: 97.9166666667%;
        float: left;
        overflow: visible;
        height: 90vh;
        background-size: cover !important;
        background-position: center !important;
        width: 100%; } }
  .container .thirdfix {
    position: relative;
    width: 31.25%;
    float: left;
    overflow: visible;
    height: 90vh;
    background-size: cover !important;
    background-position: center !important;
    width: 33.33333%;
    background-attachment: fixed !important;
    background-size: contain !important; }
    @media only screen and (max-width: 600px) {
      .container .thirdfix {
        position: relative;
        width: 97.9166666667%;
        float: left;
        overflow: visible;
        height: 90vh;
        background-size: cover !important;
        background-position: center !important;
        width: 100%; } }
  @media only screen and (max-width: 600px) {
    .container .mhide {
      display: none; } }
  .container .Grid {
    position: relative;
    width: 22.9166666667%;
    float: left;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
    float: left;
    overflow: visible;
    height: 90vh;
    margin-top: 1.0416666667%;
    margin-bottom: 1.0416666667%;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.4, 0, 1, 1); }
  .container .grid-small {
    position: relative;
    width: 7.9166666667%;
    float: left;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
    float: left;
    overflow: visible;
    height: 20vh;
    margin-top: 1.0416666667%;
    margin-bottom: 1.0416666667%;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: relative !important; }
  .container .grid-big {
    position: relative;
    width: 97.9166666667%;
    float: left;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
    float: left;
    overflow: visible;
    margin-top: 1.0416666667%;
    margin-bottom: 1.0416666667%;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: relative !important;
    height: 0vh;
    transition: all 0.15s cubic-bezier(0.4, 0, 1, 1); }
  .container .content {
    position: relative;
    width: 22.9166666667%;
    float: left;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
    float: left;
    overflow: visible;
    height: 90vh;
    margin-top: 1.0416666667%;
    margin-bottom: 1.0416666667%;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: relative !important;
    background-color: #fff; }
    .container .content h4 {
      font-size: 28px;
      font-family: 'Open Sans', monospace;
      margin: 15px; }
    .container .content p {
      font-size: 12px;
      font-family: 'Open Sans', monospace;
      margin: 15px;
      line-height: 1.3; }
  .container .buttons {
    position: absolute;
    top: 0;
    height: 25px;
    background: #fff;
    width: 25px; }
  .container .share {
    right: 0; }

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: white;
  background-color: rgba(0, 0, 0, 0.54); }
  .popup h5 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px;
    font-size: 25px;
    color: white; }
  .popup .Cancel {
    background-color: #00C853; }
  .popup button {
    font-size: 15px;
    margin: 20px;
    background-color: #F44336;
    border: 0px;
    padding: 20px 40px;
    box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.54);
    color: rgba(0, 0, 0, 0.54);
    font-weight: 700;
    letter-spacing: 1.1;
    transition: all 0.15s cubic-bezier(0.4, 0, 1, 1); }
    .popup button:hover {
      color: white;
      transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: -1px 12px 14px -5px rgba(0, 0, 0, 0.14);
      transform: scale(1.05); }
    .popup button:focus {
      outline: 0px solid; }
    .popup button:active {
      color: white;
      transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: -1px 12px 14px -5px rgba(0, 0, 0, 0.14);
      transform: scale(1.07); }

.close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  border: 1px solid #F44336; }
  .close:hover {
    background: #F44336; }

.demo {
  outline: 1px solid #F50057;
  height: 100%;
  width: 64.5833333333%;
  float: left;
  margin-left: 1.0416666667%;
  margin-right: 1.0416666667%;
  position: fixed;
  z-index: 0;
  top: 0%;
  right: 0%;
  box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.1); }

#blah {
  opacity: 0; }

#inputs {
  width: 31.25%;
  float: left;
  margin-left: 1.0416666667%;
  margin-right: 1.0416666667%;
  position: fixed;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%); }

h2 {
  text-align: center;
  margin-bottom: 50px; }

h2 small {
  font-weight: normal;
  color: #888;
  display: block; }

/* form starting stylings ------------------------------- */
.group {
  position: relative;
  margin-bottom: 35px; }

.submit {
  background-color: #F50057;
  border: 0px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.54);
  transition: all 0.15s cubic-bezier(0.4, 0, 1, 1); }
  .submit:hover {
    color: white;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -1px 12px 14px -5px rgba(0, 0, 0, 0.14); }
  .submit:active {
    color: white;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -1px 12px 14px -5px rgba(0, 0, 0, 0.14);
    transform: scale(1.05); }

input, select {
  background-color: transparent;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 97.9166666667%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  font-family: 'Open Sans', monospace; }

input:focus, select:focus {
  outline: none; }

/* LABEL ======================================= */
label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

/* active state */
input:focus ~ label, input:valid ~ label, select:focus ~ label, select:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #F50057; }

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%; }

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #F50057;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.bar:before {
  left: 50%; }

.bar:after {
  right: 50%; }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after
, select:focus ~ .bar:before, select:focus ~ .bar:after {
  width: 50%;
  width: 47.9166666667%; }

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

/* active state */
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #F50057; }
  to {
    width: 0;
    background: transparent; } }

@-moz-keyframes inputHighlighter {
  from {
    background: #F50057; }
  to {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighter {
  from {
    background: #F50057; }
  to {
    width: 0;
    background: transparent; } }

@media only screen and (max-width: 600px) {
  .mobile_Hide {
    display: none; }
  .full_scroll {
    width: 100% !important;
    position: relative;
    width: 97.9166666667%;
    float: left;
    overflow: visible;
    height: 100%;
    background-size: cover !important;
    background-position: center !important; }
  .full_fixed {
    position: relative;
    width: 97.9166666667%;
    float: left;
    overflow: visible;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important;
    background-position: initial !important; }
  .Half {
    position: relative;
    width: 97.9166666667%;
    float: left;
    overflow: visible;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important; }
  .half_scroll {
    width: 100% !important;
    position: relative;
    width: 97.9166666667%;
    float: left;
    overflow: visible;
    height: 100%;
    background-size: cover !important;
    background-position: center !important; }
  .half_fixed {
    position: relative;
    width: 97.9166666667%;
    float: left;
    overflow: visible;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-position: initial !important; }
  .container h3 {
    width: 80%;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 1.4; }
    .container h3 strong {
      font-weight: 700; } }
