@charset "UTF-8";
/* CSS Document */
/* GLOBAL */

html,
body {
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2f3133;
    overflow-x: hidden;
    background-color: none;
    -webkit-text-size-adjust: 100%;
    height:100%;
}
a {
    text-decoration: none;
    color: white;
     
}
a:hover{
    
    text-decoration:auto;
    animation:colorchange 200ms;
    -webkit-animation: colorchange 200ms;
    animation-iteration-count:infinite;

}

 @keyframes colorchange
    {
      0%   {color: red;}
      10%  {color: purple;}
      20%  {color: blue;}
      30%  {color: green;}
      40% {color: red;}
      50% {color: teal;}
      60% {color: pink;}
      70% {color: white;}
      80% {color: gray;}
      100% {color: violet;}

    }

     @-webkit-keyframes colorchange
    {
     0%   {color: red;}
      10%  {color: purple;}
      20%  {color: blue;}
      30%  {color: green;}
      40% {color: red;}
      50% {color: teal;}
      60% {color: pink;}
      70% {color: white;}
      80% {color: gray;}
      100% {color: violet;}
    }

     @keyframes colorchangeBackg
    {
      0%   {background-color: red;}
      10%  {background-color: purple;}
      20%  {background-color: blue;}
      30%  {background-color: green;}
      40% {background-color: red;}
      50% {background-color: teal;}
      60% {background-color: pink;}
      70% {background-color: white;}
      80% {background-color: gray;}
      100% {background-color: violet;}

    }

       @-webkit-keyframes colorchangeBackg
    {
      0%   {background-color: red;}
      10%  {background-color: purple;}
      20%  {background-color: blue;}
      30%  {background-color: green;}
      40% {background-color: red;}
      50% {background-color: teal;}
      60% {background-color: pink;}
      70% {background-color: white;}
      80% {background-color: gray;}
      100% {background-color: violet;}

    }

h1 {
    font-size: 8vw;
    margin: 0;
    font-family: 'Anton', cursive;
}
h2 {
    font-size: 20px;
}
video{
    cursor: pointer;

}


#mainwrap {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    background-color: black;
    position: relative;
    z-index: 998;
    background-color: none;
}
#header {
    
    font-size: 12px;
    width: 100%;
    padding: 10px 0px;
    position: fixed;
    z-index: 999;
    text-align:center;
    mix-blend-mode:difference;
   
}
.foot {
    display:inline-block;
   margin: 0;
  position: absolute;
  left: 50%;
  bottom:20px;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  color:white;
  font-size:10px;
}
.section {
    width: 100%;
    height: 10%;
}

.logoCont{
    padding:15px;
    
    display:inline-block;
    
}
.logoCont img{
    width:60px;
}


#about {
    background-color: inherit;
    color: white;
    height: 100%;
    font-size: 12px;
    max-width: 400px;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 60px;
    display:none;
    text-align: center;
}

.aboutWrap{
    display:inline-block;
    max-width:700px;
    padding:30px;
    text-align:left;
    line-height: 1.5;
    font-size:13px;
}

.content {
    background-color: none;
    width: 100%;
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#content {
    text-align: center

}

.work {
    min-width: 300px;
    width: 100%;
    text-align: center
}
.playBtn {
    width: 100px;
    height: 100px;
    position: absolute;
    background: rgba(100, 100, 100, .5);
    top: 50%;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    padding: 10px;
    border-radius: 100px;
    transition: all 0.1s;
    -webkit-transition: padding 0.1s;
}
.playBtn:hover {
    padding: 15px;
      animation:colorchangeBackg 500ms;
    -webkit-animation: colorchangeBackg 500ms;
    animation-iteration-count:infinite;
    filter: opacity(75%);
    
}
.playBtn img {
    width: 100%;
}
.reel_wrap {
    max-width: 90%;
    display: inline-block;
    position: relative;
    margin-bottom: 30px
}
.reel_wrap video {
    max-width: 1920px;
    width: 100%;
}



.work {
    padding: 20px 0
}

.nav {
    display: inline-block;
    padding: 15px;
}

.topbtn {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer; 
 color:white;
}

.topbtn:hover {
   animation:colorchange 400ms;
    -webkit-animation: colorchange 400ms;
    animation-iteration-count:infinite;
  
}
#thevideo{
    filter:opacity(0%);
    display:none;

}

.closeVid{
    display:inline-block;
    
    font-size:14px;
    color:white;
    z-index: 999;
    display:none;
    padding:10px;
    width:40px;
    cursor:pointer;
    background-color:#282828;
}

.closeVid:hover{
     animation:colorchangeBackg 400ms;
    -webkit-animation: colorchangeBackg 400ms;
    animation-iteration-count:infinite;
}

#fullscreenvid{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
     filter:opacity(25%);

}


#backgroundvid{
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   

}

@media (min-aspect-ratio: 16/9) {
  #backgroundvid{
    width: 100%;
    height: auto;

  }


}

@media (max-aspect-ratio: 16/9) {
  #backgroundvid{
    width: auto;
    height: 100%;
  }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
#header{font-size:20px}
.aboutWrap{
    font-size:30px
}
  .closeVid{
  
    padding:30px;
    width:40px;
   
}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
#header{font-size:30px;
    padding-top:30px;
}
.nav{padding-top:30px;}
.aboutWrap{
    font-size:30px
}

  .closeVid{
  
    padding:30px;
    width:40px;
   
}



.sec_head{font-size:20px}
}