@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700italic);
@import "https://fonts.googleapis.com/css?family=Droid+Sans";
@import "https://fonts.googleapis.com/css?family=Inconsolata";
/*ANIMATIONS*/
@keyframes bgcol {
  from {
    opacity: 0.7; }
  to {
    opacity: 1; } }
html {
  height: 100%; }

html::-webkit-scrollbar {
  display: none; }

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "Josefin Sans", sans-serif; }
  @media screen and (min-width: 768px) {
    body {
      overflow-x: scroll; } }
  @media screen and (max-width: 659px) {
    body {
      overflow-y: scroll; } }

.mainheader {
  min-height: 100%;
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 30px;
  overflow: auto; }

.mainheader:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: url("../images/glasses2.jpg");
  background-size: cover;
  background-position: center left;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(40%);
  filter: brightness(40%); }
  @media only screen and (max-width: 398px) {
    .mainheader:before {
      background-position: right center; } }
  @media only screen and (max-width: 1024px) {
    .mainheader:before {
      background-position: right center; } }

@media only screen and (max-width: 1024px) {
  .main-header-nav-ul {
    display: none; } }

.nav-text {
  font-size: 20px;
  color: white;
  display: inline;
  position: absolute;
  margin: 0px;
  left: 15px;
  top: 10px; }

.nav-hamburger {
  z-index: 99999;
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  margin: 0px 30px 0px 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.nav-hamburger:before {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: solid 1px white;
  transform: rotate(45deg);
  left: -6px;
  top: -10px; }

.nav-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.nav-hamburger.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
  left: 60px; }

.nav-hamburger.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nav-hamburger span:nth-child(1) {
  top: 0px; }

.nav-hamburger span:nth-child(2) {
  top: 9px; }

.nav-hamburger span:nth-child(3) {
  top: 18px; }

.nav {
  height: 50px;
  width: 100vw;
  font-size: 24px;
  font-weight: bold;
  z-index: 999;
  position: fixed;
  background-color: none;
  padding: 10px; }
  .nav ul {
    list-style-type: none;
    margin: 0;
    padding: 1px 10px;
    overflow: hidden;
    background: none; }
  .nav li {
    float: right; }
  .nav li a {
    display: block;
    padding: 0px;
    text-decoration: none;
    opacity: 1;
    color: white;
    margin: 8px 10px; }
  .nav .nav-list-mobile {
    width: 100%;
    text-align: center;
    padding-top: 2vh;
    position: absolute;
    top: 60px;
    left: 0px;
    height: 0px;
    opacity: 0;
    font-size: 20px;
    transition: all 0.5s ease-in-out; }
    .nav .nav-list-mobile ul {
      background: none;
      height: 100%; }
      .nav .nav-list-mobile ul li {
        clear: both;
        width: 100%;
        height: 10%; }
        .nav .nav-list-mobile ul li a {
          margin: 30px 55px;
          font-size: 5vw; }
          @media only screen and (min-width: 600px) {
            .nav .nav-list-mobile ul li a {
              font-size: 45px;
              margin: 10px; } }
    .nav .nav-list-mobile.fullh {
      transition: all 0.5s ease-in-out;
      height: 100vh;
      opacity: 1; }
    .nav .nav-list-mobile.fullh:before {
      content: "";
      width: 100vw;
      height: 100vh;
      position: absolute;
      top: -60px;
      left: 0px;
      background-color: black;
      opacity: 0.8;
      z-index: -4; }
  .nav li a:hover {
    animation: bgcol 0.8s forwards; }
  .nav .nav-ul {
    padding: 0px; }

.active {
  animation: rotate-nav forwards 0.5s; }

.inactive {
  animation: rotate-nav-back forwards ease-out 1s; }

.holder {
  width: 22%;
  height: 450px;
  margin: 2px 10px;
  opacity: 1;
  overflow: scroll;
  float: left;
  text-align: center;
  color: white;
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat; }
  .holder .curtain {
    width: 100%;
    height: 100%;
    background-color: #141b1b;
    opacity: 0;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .holder .curtain h3 {
      margin-top: 0px;
      font-size: 240%; }
  @media only screen and (max-width: 398px) {
    .holder {
      width: 100%;
      height: 110%; } }
  @media only screen and (max-width: 1024px) {
    .holder {
      width: 100%;
      height: 100%; }
      .holder .curtain {
        opacity: 0.3;
        virtical-align: middle; } }
  @media only screen and (max-width: 1024px) {
    .holder {
      margin: 4px 0px; } }
  .holder a {
    color: white;
    text-decoration: none; }

#mh1 {
  color: white;
  font-size: 5vw;
  letter-spacing: 4.4px;
  margin: 10px 0px; }

#mainnavholder {
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center; }
  #mainnavholder ul {
    list-style-type: none;
    margin: 0;
    padding: 1px 10px;
    overflow: hidden;
    background: none; }
  #mainnavholder li {
    display: inline-block;
    vertical-align: middle;
    line-height: normal; }
  #mainnavholder li a {
    display: block;
    padding: 14px 4px;
    text-decoration: none;
    opacity: 0.4;
    margin: 0 5px;
    color: white; }
  #mainnavholder li a:hover {
    animation: bgcol 0.8s forwards; }

.indicator {
  display: block;
  height: 50px;
  width: 55px;
  background-color: none;
  top: 80vh;
  left: 44vw;
  opacity: 0.6;
  margin-top: 40vh;
  margin-left: auto;
  margin-right: auto; }
  .indicator span {
    display: block;
    position: relative;
    width: 50%;
    height: 5px;
    background-color: red;
    border-radius: 3px; }
  .indicator :nth-child(1) {
    top: 20px;
    left: 3px;
    transform: rotate(30deg); }
  .indicator :nth-child(2) {
    top: 15px;
    left: 22px;
    transform: rotate(-30deg); }
  @media screen and (min-width: 1024px) {
    .indicator {
      display: none; } }

@media screen and (min-width: 1024px) {
  .indicator-down {
    display: block; } }

.fixer {
  display: none;
  padding-left: 5%;
  height: 100%; }
  @media only screen and (max-width: 1024px) {
    .fixer {
      padding: 0px;
      display: block; } }
  @media only screen and (max-width: 398px) {
    .fixer {
      display: block; } }

/*MAIN PAGE RECTANGLES*/
.firsth {
  background-image: url("../images/dude.jpg");
  background-position: center center; }

.secondh {
  background-image: url("../images/landscape.jpg");
  background-position: bottom center; }

.thirdh {
  background-image: url("../images/action.jpg");
  background-position: center center; }

.fourthh {
  background-image: url("../images/chase.jpg");
  background-position: center right; }

.panel {
  min-height: 100%;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  font-family: 'Droid Sans', sans-serif; }

.panel-dark {
  height: 100vh;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  width: 100vw; }

.panel-longer {
  width: 100vw;
  height: auto; }

.names {
  text-decoration: none;
  color: white;
  margin: 10px; }
  .names div {
    padding-top: 5px;
    height: 30px;
    border: 1px solid white; }
  .names h4 {
    margin: 10px 0px;
    display: inline;
    letter-spacing: 3px; }

.panel-holder {
  height: 100vh;
  width: 100vw; }
  @media screen and (max-width: 768px) {
    .panel-holder {
      height: 100%;
      display: block; } }

.panel-holder::-webkit-scrollbar {
  display: none; }

.img-holder-dark {
  width: 100vw;
  height: 90%;
  margin: 0px;
  background: white;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .img-holder-dark {
      width: 100%;
      height: auto;
      display: block;
      margin: 30px 0px; } }

.indicator-pages {
  display: block;
  margin: 20vh 0px 0px;
  transform: rotate(0deg); }
  @media (max-width: 768px) {
    .indicator-pages {
      margin: 20vh 0px 0px;
      transform: rotate(0deg); } }

.panel-text-container {
  background-color: none;
  color: white;
  max-height: 90%;
  margin: 0px;
  font-family: 'Droid Sans', sans-serif;
  text-align: left;
  padding: 50px; }
  .panel-text-container a {
    text-decoration: none;
    color: white; }
  .panel-text-container h4 {
    margin: 5px 0px;
    font-weight: lighter; }
  .panel-text-container h1 {
    font-weight: lighter;
    font-size: 3em;
    margin: 60px 0px 0px; }

.imges {
  margin: 0px;
  max-height: 900px;
  max-width: 100vw; }

.panel-title {
  background-color: white;
  color: black;
  margin-bottom: 0px;
  margin-top: 50px; }

.about-mover {
  position: absolute;
  overflow: hidden;
  width: 30%;
  height: 80%;
  min-height: 500px; }
  @media (max-width: 1024px) {
    .about-mover {
      width: 40%; } }
  @media screen and (max-width: 700px) {
    .about-mover {
      position: static;
      width: 90%; } }

.about-image-holder {
  -webkit-filter: grayscale(100%) brightness(30%);
  filter: grayscale(100%) brightness(30%);
  position: relative; }

.about-text {
  position: absolute;
  font-size: 1.8vw;
  opacity: 0.8;
  letter-spacing: 2px;
  left: -25vw;
  z-index: 10; }
  @media (max-width: 1024px) {
    .about-text {
      font-size: 2.2vw; } }
  @media (max-width: 700px) {
    .about-text {
      font-size: 4vw;
      left: -40vw; } }

.about-text-mover {
  position: relative;
  left: 100px;
  top: -100px; }
  @media (max-width: 1024px) {
    .about-text-mover {
      left: 60px; } }
  @media (max-width: 700px) {
    .about-text-mover {
      left: 90vw; } }

.sammy {
  position: absolute;
  left: -400px;
  top: -100px;
  z-index: 5; }

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