@charset "utf-8";
/* CSS Document */

#videowrapper{  
    position: relative;
    overflow: hidden;
	font-family: 'Gill Sans Nova Book', sans-serif;
} 

#fullScreenDiv{
    min-height: 100%; 
    height: 100vh;
    width: 100vw;
    padding:0;
    margin: 0;
    background-image: url(../img/home1.jpg);
    position: relative;
}

#video{    
    width: 100vw; 
    height: auto;
    margin: auto;
    display: block;
}
@media (min-aspect-ratio: 16/9) {
  #video{
    width: 100vw; 
    height:auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #video {
    height: 100vh; 
    width:auto;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}

#videoMessage{
    width: 100%; 
    height: 100%;
    position: absolute; 
    top: 0; 
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn-main {
  background: #fff;
  padding: 14px 50px;
  border: 1px solid #10141b;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-color: #000;
}

.btn-main:focus {
  outline: none;
}

.btn-main:hover {
  outline: none;
}

.btn-main:hover:after {
  bottom: -30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.btn-main:hover span {
  color: #fff;
}

.btn-main:after {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 110%;
  background: rgba(175, 175, 175, 0.1);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.btn-main span {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

/*.btn-curve{
border: 2px solid;
line-height: 2;
background: #fff;
border-color: #fff;
color: #000;
}*/

.styling *{ margin:1px; color: #000; text-align:center;font-family: 'Gill Sans Nova Book', sans-serif; z-index: 100;}
.styling h1{font-size: 3.6em; color: #fff; letter-spacing: 3px; text-shadow: 1px 1px 1px #444444; font-weight: 600; font-family: 'Gill Sans Nova Book', sans-serif; z-index: 100;}
.styling h2{font-size: 1.6em; color: #fff; font-family: 'Gill Sans Nova Book', sans-serif; text-transform: uppercase; z-index: 100;}
.styling h3{font-size: 1.1em; color: #fff; font-family: 'Gill Sans Nova Book', sans-serif; z-index: 100;}

.wht{font-size: 1em; color: #000; font-weight: 600; font-family: 'Gill Sans Nova Book', sans-serif; z-index: 100;}
.ovrly {background-color: rgba(0, 0, 0, 0.6); background: transparent; z-index: 2;}

@media screen and (max-width: 767px) {
	
.styling h1{font-size: 2.0em; color: #fff; letter-spacing: 2px; text-shadow: 1px 1px 1px #444444; font-weight: 600; font-family: 'Gill Sans Nova Book', sans-serif; z-index: 100;}	
.styling h2{font-size: 1.2em; color: #fff; font-family: 'Gill Sans Nova Book', sans-serif; text-transform: uppercase; z-index: 100;}

}