


@font-face {
  font-family: "GeosansLight";
  src: url("fonts/GeosansLight.ttf");
  }
  
  @font-face {
  font-family: "CaslonCP";
  src: url("fonts/CaslonCP.otf");
  }
  
  @font-face {
  font-family: "helvetica";
  src: url("fonts/HelveticaNeueMedium.ttf");
  }
  
  @font-face {
  font-family: "helveticathin";
  src: url("fonts/HelveticaNeueThinCond.otf");
  }
  
  
  
  body {
    font-family: helvetica;
    text-align: center;
    color: white;
    background-color: black;
  }
  
  a {
     text-decoration:none;
     color: white;
     margin: auto;
  }

  section.title{
    font-size: 100px;
    cursor: pointer;
    z-index: 1000;
    position: relative;
    height: 200px;
  }
  .title_text{
    margin: 0;
    position: relative;
    top: 25%;
    height: 100px;
    transition: 0.5s;
  }
  .title_text:hover{
    opacity: 0.7;
  }

  .padding{
      display: flex;
      flex-direction: column;
      
      opacity: 0;
      transition-duration: 0.5s;
  }
  section.menu{
      display: flex;
      height: 70px;
      margin: auto;
      position: relative;
  }
  
  div.line{
    margin: auto;
    width: 80%;
    border-bottom: 1px solid white;
    opacity: 0.3;
    margin-bottom: 35px;
  }
  div.page_linker{
  
    outline-offset: -1px;
    text-align: center;
    vertical-align: middle;
  
    line-height: 50px;
  
    height: 50px;
    width: 115px;
  
    cursor: pointer;
  
    font-size: 1.5rem;
  
  }
  div.page_linker:hover {
  opacity: 0.5;
  }
  img.topp_video_thumb:hover{
    opacity: 0.9;
  }
  
  
  div.topp_video_container{
      overflow: hidden;
      position: relative;
  
      height: 633px;
      margin: auto;
  }
  iframe.topp_video_video{
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.5s;
  }
  iframe.topp_video_video:hover{
  }
  
  div.video_text{
    width: 100%;
    height: 100%;
  }
  div.video_frame{
    width: 500px;
    height: 300px;
  }
  
  
  section.front_page_wrapper{
    margin: auto;
  
    opacity: 0;
    transition-duration: 0.5s;
  }
 
  
  section.contact_page_display{
    padding-bottom: 100px;
    height: 1800px;
  }
  
  div.video_gallery{
    width: 90%;
    margin: auto;
  }
  


  .video_gallery_video {
    width: 29%;
    padding: 15px;
    padding-top: 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: inline-block;
    
    cursor: pointer;

    opacity: 0;
    will-change: opacity, transition;
  }
  
  .video_gallery_video.is-visible{
    opacity: 1;
    transition: 2s;
  }  

  .video_gallery_video:hover{
    transform: scale(1.1);
    transition: 0.5s;
  }
  
  .video_gallery_video img{
   width: 100%;
   height: 100%;
  }
  
  .video_gallery_content{
    font-size: 4vh;
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    transition: 0.5s;
  }
  
  
  .video_gallery_video .video_gallery_content .video_gallery_text{
    opacity: 0;
    bottom: 7%;
    
    text-align: center;
    position: absolute;
    width: 100%;
    transition: 0.5s;
  }
  .video_gallery_video .video_gallery_content:hover .video_gallery_text{
   opacity: 1; 
  }
  
  

  div.more_button{
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 2px solid white;
  
    outline-offset: -1px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    transition: 0.3s;
  
    width: 100px;
    height: 30px;
  }
  div.more_button:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  div.bottom_info{
  
    margin: auto;
  
    height: 150px;
  }
  img.bottom_icon{
    width: 40px;
    transition: 0.3s;
    opacity: 1;
  }
  img.bottom_icon:hover{
    opacity: 0.5;
  }
  
  div.contact_info{
    position: relative;
    top: 250px;
    right: 55%;
  
    font-size: 20px;
    text-align: right;
  
  
  }
  div.contact_info_header{
    font-size: 40px;
  }
  
  img.contact_image{
  
    width: 500px;
    right: -20%;
    top: 0%;
  
    position: relative;

    opacity: 0;
    will-change: opacity transition;
  }
  img.contact_image.is-visible{
    opacity: 1;
    transition: 2s;
  }  
  
  img.still_one{
    position: relative;
    right: 25%;
      top: -200px;
      width: 600px;

    opacity: 0;
    will-change: opacity transition;
  }
  img.still_one.is-visible{
    opacity: 1;
    transition: 2s;
  }  

  img.still_two{
    position: relative;
    right: 25%;
    top: -50px;
    width: 500px;
    opacity: 0;
    will-change: opacity transition;
  }
  img.still_two.is-visible{
    opacity: 1;
    transition: 2s;
  }  

  img.still_three{
    position: relative;
    right: -23%;
      top: -750px;
      width: 700px;

    opacity: 0;
    will-change: opacity transition;
  }
  img.still_three.is-visible{
    opacity: 1;
    transition: 2s;
  } 
  
  
  div.spacing{
    height: 50px;
  }
  
  
  
  
  
  @media screen and (max-width: 768px){
  
    section.title{
      font-size: 13vW;
      height: 15vh;
    }
    div.title_text{
      height: 10vH;
    }
  
    div.page_linker{
  
      font-size: 6vW;
      width: 28vW;
    }
  
    div.topp_video_container{
        width: 100%;
        height: auto;
        padding-top: 56.25%;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    iframe.topp_video_video{
    }
  
    .video_gallery_video {
      width: 90%;
    }
    div.video_gallery{
      margin-top: 10%;
    }

    
    .video_gallery_video .video_gallery_content .video_gallery_text{
      opacity: 1;
      font-size: 6vw;
    }
  
  
    div.contact_info{
  
      top: 50px;
      right: 5%;
    }
    div.contact_info_header{
  
      font-size: 8vW;
    }
  
    img.contact_image{
      top: 100px;
      left: -5%;
      width: 80vW;
    }
  
    img.still_one{
      position: relative;
      right: -10%;
        top: 150px;
        width: 130vW;
    }
    img.still_two{
      position: relative;
      right: 25%;
      top: 160px;
      width: 100vW;
    }
    img.still_three{
      position: relative;
      right: -5%;
        top: 200px;
        width: 100vW;
    }
  
    section.contact_page_display{
  
      height: 1700px;
    }
  
  
  
  }
  
  
  .opentransition{
    animation-name: opentransition;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  
  .closetransition{
    animation-name: closetransition;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  
  @keyframes opentransition {
    from{
        opacity: 0;
      }
    to{
      opacity: 1;
    }
  }
  @keyframes closetransition {
    from{
        opacity: 1;
      }
    to{
      opacity: 0;
    }
  }
  