@import url("../webfont/HansKendrick_Regular/stylesheet.css");
@import url("../webfont/HansKendrick_Bold/stylesheet.css");
@import url("../webfont/HansKendrick_SemiBold/stylesheet.css");
@import url("../webfont/HansKendrick_Medium/stylesheet.css");


*{
    margin: 0;
    padding: 0;
}


.container {
    background-color: rgba(0,0,0,0);
    width: 100vw;
    height: 100vh;
    font-family: "HansKendrick-Regular";
}

.container header {
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    letter-spacing: 15px;
    line-height: normal;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    position: fixed;
    top: 0px;
    width: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,0.84) 23.45%,rgba(255,255,255,0.00) 100%), url(url);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,0.84) 23.45%,rgba(255,255,255,0.00) 100%), url(url);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,0.84) 23.45%,rgba(255,255,255,0.00) 100%), url(url);
    background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,0.84) 23.45%,rgba(255,255,255,0.00) 100%), url(url);
    height: 300px;
    z-index: 4;
}
.container nav {
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    letter-spacing: 9px;
    line-height: normal;
    /*border-bottom: 1px solid 
    rgba(255,255,255,0.62);*/
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    min-width: 283px;
    clear: both;
    float: none;
    position: relative;
    top: 14px;
    font-size: x-large;
    /*border-top: 1px solid
    rgba(255,255,255,0.46);*/
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: inherit;
    }

.container section {
    padding-top: 300px;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 100px;
}

.container article{
    font-size: xx-large;
    width: 50%;
    text-align: center;
    border: 0px solid rgba(255,255,255,0.5);
    padding-top: 1%;
    padding-bottom: 1%;
    padding-right: 2%;
    padding-left: 2%;
    align-content: center;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.75);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.2em;
    overflow: auto;
    max-height: 60%;
    line-height: 23px;
    z-index: 999;
    }

.picabout{
    width: 100%;
    
    opacity: 0.95;
    
}

.playbutton{
    opacity: 1;
    width: 100px;
   
}

.playshowreel{
    font-size: xx-large;
    text-align:center;
    /* [disabled]padding-top: 18%; */
    padding-bottom: 0%;
    padding-right: 2%;
    padding-left: 2%;
    /*align-content: center;*/
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.2em;
    overflow: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    min-height: 230px;
    background-image: url("../img/whiteplaybuttonblack.png");
    background-position: center 49%;
    -webkit-box-shadow: 0px 0px 0px;
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-size: 39% auto;
}

.playshowreel:hover{
    opacity: 1;
    text-decoration: none;
    background-image: url(../img/whiteplaybuttonhover.png);
}

.playtext{
    bottom: 0px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
}
.left{
    float: left;
}

.right{
    float: right;
    text-align: center;
}
 

.container footer {
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    letter-spacing: 10px;
    line-height: normal;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top: 80px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.88) 79.49%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.88) 79.49%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.88) 79.49%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.88) 79.49%,rgba(0,0,0,1.00) 100%);
    height: 200px;
    z-index: 8;
}

#vimeo {
    text-align: center;
    /* [disabled]text-decoration: none; */
}
body{
    background-image: url("../video/BGplaceholder1.jpg");
    background-size: cover;
}

.bgvideo {
       position: fixed;
    right: 0;
            top: 0;
            min-width: 100%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -9999;
}
    
.bgimga{
    position: fixed;
    left: 0;
    top: 0; 
    z-index: -10;
}

.bgimgb{
    position: fixed;
    right: 0;
    bottom: 0;  
    z-index: -10;
}


/*section .iframe-lightbox-link .thumbnail {
    width: 100%;
    max-width: 1920px;
    opacity: 1;
    border: 0px solid rgba(255,255,255,0.62);
}*/

.rslinks{
    bottom: 26px;
    position: fixed;
    right: 30vw;
    left: 30vw;
    vertical-align: baseline;
    text-align: center;
    font-size: x-small;
    letter-spacing: 2px;
    text-indent: 0px;
    }

.hoverimg:hover {

    opacity: 0.5;
    transition: 0.2s;
}

.container header h1 {
    padding-top: 30px;
    font-size: 40px;
    word-spacing: 3px;
}
.container header h2 {
    letter-spacing: 15px;
}

.bio {
    text-align: justify;
    letter-spacing: 3px;
    padding-right: 30px;
    padding-left: 18px;
    padding-bottom: 30px;
    padding-top: 4px;
    font-size: 14px;
    clear: none;
}

.about{
    clear: both;
   
}

.contactleft {
    text-align: left;
    letter-spacing: 3px;
    padding-right: 30px;
    padding-left: 18px;
    padding-bottom: 30px;
    padding-top: 4px;
    font-size: 14px;
    float: left;
}

.contactright {
    text-align: right;
    letter-spacing: 3px;
    padding-right: 30px;
    padding-left: 18px;
    padding-bottom: 30px;
    padding-top: 4px;
    font-size: 14px;
    float: right;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*.bggallery{
    background-color: rgba(0,0,0,1.00);
    width: 80;
    height: 211%;
    z-index: 5;
}*/

div.gallery {
    opacity: 0.65;
    /*filter: saturate(0%);*/
     width:100%;
}

div.gallery:hover{
	opacity:1;
    /*filter: saturate(100%);*/
    transition: 0.6s;
  width:100%;
  align-content:center;
}

div.gallery img {
    width: 100%;
    height: auto;
    display: block;
    
}

div.desc {
    text-align: center;
    background-color: rgb(0, 0, 0, 0.5);
    /*positioned relative to parent div (container) */
    position: relative;
    color: white;
    text-align: center;
    /*invisible because opacity is 0*/
    opacity: 0.5;
    transition: 0.6s;
    z-index: 100;
    font-size: 14px;
    letter-spacing: 3px;
}

 
.gallery:hover .desc {
    /*becomes visible on hover*/
    opacity: 1;
    transition: 0.6s;
        }

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0px 10px;
    float: left;
    width: 24.999%;
}

@media only screen and (max-width: 1400px) {
  .responsive {
    width: 33.333%;
   
  }
}
@media only screen and (max-width: 1200px) {
  .responsive {
    width: 49.99999%;
   padding: 0px 10px;
  }
}

@media only screen and (max-width: 900px) {
  .responsive {
    width: 100%;
  }
}
