html, body{
	height:100%;
}

body{
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	font-family: 'Lato', sans-serif;
}

::selection {
	background: none;
	color: #999;
}

::-moz-selection {
	background: none;
	color: #999;
}


@media (max-width: 1366px) {

	#main{
		max-width: 100%;
		max-height: 100%;
		height: 610px;
		background: #111;	
	}

	#header{
		max-width: 100%;
		height: 90px;
		position: relative;
		z-index: 2;
		background: transparent;
		padding: 0 14.24%;
		margin: 0;
	}
	
	#header img{
		filter: brightness(1000%);
	}
	
	#sub-header{
		max-width: 100%;
		height: 30px;
		position: relative;
		z-index: 2;
		background: transparent;
		border-bottom: 1px solid #fff;
		padding: 0 14.24% 15px;
	}

	#sub-header p{
		margin: -15px 13px;
		cursor: default;
	}

	#main video{
		opacity: 1;
		filter: grayscale(1) brightness(0.4);
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 1;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		transform: translate(-50%, -50%);
	}

	#text{
		position: relative;
		max-width: 600px;
		color: #fff;
		text-align: center;
		z-index: 9;
		margin: 0 auto;
		top: 50%;
		transform: translateY(-50%);
		cursor: default;
	}

	#text h1{
		font-weight: 400;
		font-size: 40px;	
	}

	#text h2{	
		font-weight: 400;
		font-size: 21px;
		margin-bottom: 40px;
	}

	#text .text-button{
		display: inline-block;
		margin: 0 20px;
		padding: 12px 48px;
		color: rgb(255,255,255);
		font-size: 14px;
		text-decoration: none;
		border: solid 1px rgb(255,255,255);
		font-weight: 200;
		transition: 0.15s ease-out all;
		text-transform: uppercase;
	}

	#text .text-button:hover{
		color: rgb(0,0,0);
		background: rgb(255,255,255);
		border: solid 1px rgb(255,255,255);
		transition: 0.3s ease-in all;
	}

}


@media (min-width: 1366px) {

	#main{
		max-width: 100%;
		max-height: 100%;
		height: 610px;
		background: #111;
		color: #fff;
	}

	#header{
		max-width: 100%;
		height: 90px;
		position: relative;
		z-index: 2;
		background: transparent;
		padding: 0 14.24%;
		margin: 0;
	}
	
	#header img{
		filter: brightness(1000%);
	}

	#sub-header{
		max-width: 100%;
		height: 30px;
		position: relative;
		z-index: 2;
		background: transparent;
		border-bottom: 1px solid #fff;
		padding: 0 14.24% 15px;
	}

	#sub-header p{
		margin: -15px 13px;
		cursor: default;
		color: #fff;
	}

	#main video{
		opacity: 1;
		filter: grayscale(1) brightness(0.4);
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 1;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		transform: translate(-50%, -50%);
	}

	#text{
		position: relative;
		max-width: 900px;
		color: #fff;
		text-align: center;
		z-index: 9;
		margin: 0 auto;
		top: 50%;
		transform: translateY(-50%);
		cursor: default;
	}

	#text h1{
		font-weight: 400;
		font-size: 60px;
	}

	#text h2{	
		font-weight: 400;
		font-size: 32px;
		margin-bottom: 40px;
	}

	#text .text-button{
		display: inline-block;
		margin: 0 20px;
		padding: 12px 48px;
		color: rgb(255,255,255);
		font-size: 18px;
		text-decoration: none;
		border: solid 1px rgb(255,255,255);
		font-weight: 200;
		transition: 0.15s ease-out all;
		text-transform: uppercase;
	}

	#text .text-button:hover{
		color: rgb(0,0,0);
		background: rgb(255,255,255);
		border: solid 1px rgb(255,255,255);
		transition: 0.3s ease-in all;
	}

}
