/* 
	custom.css
*/

html {
	background-color: black;
}

#logo {
	width: 250px; 
	height: auto; 
	float: right;
	padding-right: 10px;
	padding-top:0px;
	z-index: 100;
}

.fat-nav li {
	padding: 10px;
	font-size: 22px;
}

.hamburger {
	padding: 20px;
}

#header {
}

.header {
	position: static;
	background-color: rgba(16,16,16,0.8);
	z-index: 99999999;
	max-width: 99999px;
	padding-top:5px;
	height: 65px;	
}

.header2 {
	position: static;
	top: 0px;
	left: 0px;
	background-color: rgba(16,16,16,0.5);
	z-index: 999999;
	max-width: 99999px;
	padding-top:5px;
	height: 75px;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.73) 0%, rgba(0,0,0,0.38) 78%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.73) 0%,rgba(0,0,0,0.38) 78%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.73) 0%,rgba(0,0,0,0.38) 78%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba000000', endColorstr='#00000000',GradientType=0 );
}


.pageTitle {
	padding-top: 0px;
}

@media screen and (max-width: 768px) {
	#logo {
		width: 250px; 
	}
}



@media screen and (max-width: 550px) {

	.fat-nav li {
	  padding: 10px;
	  font-size: 20px !important;
	}

	.header {
		height: 45px;
	}
	
	.header2 {
		height:45px;
	}

	.hamburger {
		padding: 12px;
	}

	.pageTitle {
		padding-top: 10px;
	}

	#logo {
		width: 200px !important; 
		height: auto; 
		float: right;
		padding-top: 0px;
		padding-right:0px;
	}
	
	#video {
		width:100%;
		height: auto;
	}
	
	#form {
		padding-bottom: 35px !important;
	}	
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.container {
}	

a {
  color: #ebebeb;
  text-decoration: none;
}



body {
	/* background-color: #101010; */
	color: #ebebeb;
	margin:0;
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;	
	overflow-x: hidden;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}




#sticky {
	z-index: 9000;
	width:100%;
	height:50px;
	background-color: rgba(16,16,16,.7);

  	padding-top:15px;
	padding-bottom:10px;
	padding-left: 20px;
	padding-right: 20px;
  	position:fixed;    /*Here's what sticks it*/
  	bottom:0;          /*to the bottom of the window*/
  	left:0;            /*and to the left of the window.*/
}		

.footer {
	width:100%;
	bottom:-50px;
}

p .justify {

font-size: 10px;
text-align: justify;
}

.footerpad {
padding-bottom: 75px !important;
}

input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], textarea, select
{
border: 1px solid #a0a0a0;
color: #dddddd;

}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
font-weight: 100;
}

label
{
font-weight: 250;
}

h7 {
font-weight: 300;
letter-spacing: 0em;
margin-bottom: 0em;
margin-top: 0;

}