@charset "utf-8";
/* CSS Document */

body { 
	background-color: black;
	overflow-x: hidden;
	width: 100%;
}

html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
}

#fullheight {
    width: 250px;
    background: blue;
}

.white {
	background-color: white;
}

h1 {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 100px;
	padding-bottom: 0px;
}

h2 {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
}

h3 {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
}

h6 {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-shadow: 2px 2px #000000;
}

lead {
	text-align: left;
	font-size: 1.5em;
}

.header {
	width: 100%;
	position: absolute;
	top: -2px;
	text-align: center;
}

.paral {
min-height: 600px;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
}

.paralone {
margin-bottom: 0px;
height: 100%;
text-shadow: 2px 2px #000000;
}

#video-background { 
    position: fixed;
    top: -50px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    width:100%;
	height:auto;
	-webkit-filter: grayscale(40%);
   -moz-filter: grayscale(40%);
   -ms-filter: grayscale(40%);
   -o-filter: grayscale(40%);
   filter: grayscale(40%);
}

@media only screen and (max-width: 1800px) {
  #video-background { 
        width:auto;
		height:110%;
  }
}

 .bottom-align {
	 position: absolute;
	 bottom: 400px;
  }

.paralsec {
background-color: black;
	padding-top: 0px;
	height:auto;
}

.paralthi {
background-image: url("img/backdrop.jpg")
}

.jumbotron{margin-bottom: 0;}

.container-fluid {
   padding: 0px;
}

.col-md-2 {
	padding: 0px;
}

.p.center {  
	text-align: center; 
}

.zoom {
	transition: transform .9s;
	margin: 0;
	z-index: 2;
}

.zoom:hover {
    transform: scale(1.04);
	z-index: 3;	
}

.grey {
	-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: .3;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-change{
    height: 50px;
	text-align: center;
    width: auto;
    margin: 30px;
    float: left;
    -webkit-transition: all 0.5s ease-in-out;
    border: 0px;
    color: #fff;
}
.btn-change:hover{
    -webkit-transform: scale(1.1);
    background: #000000;
}

