/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/	

header {
	//padding-bottom:2em;	
}

header .container {
	margin:auto;
	padding:4em;
	max-width:1200px;
}

header .container h3, header h3 {
	font-size:2em;
	padding-bottom:0;
}

/*********************************************************************************/
/* Video                                                                         */
/*********************************************************************************/	
	
	#video {
		margin:0;
		padding:4em 10%;
		background:#000;
		text-align:center;
	}
	
		#video p, #video h2, #video h3, #video a, #video strong {
			color:#fff;	
		}
	
		#video h2 {
			font-family:league-gothic;
			font-size:4em;
			font-weight:500;
			line-height:1;
			padding:0;
			margin:0 0 .8em;
		}
		
		#video hr {
			border:none;
			border-top:#fff 1px dashed;
			margin:3em 0;
		}

		#video article h3 {
			font-family:roboto;
			font-size:1.5em;
			font-weight:400;
			letter-spacing:.02em;
			margin:0 0 .5em;
		}

		#video article p {
			font-family:roboto;
			font-size:1.3em;
			font-weight:300;
			line-height:1.8em;
			margin:0 0 1em;
		}
		
			#video article p:last-child {
				margin-bottom:0;	
			}

		#video article a {
			text-decoration:none;
			font-weight:400;
		}

		#video .button {
			font-family:league-gothic;
			font-size:2em;
			font-weight:400;
			line-height:1;
			padding:.3em 2em .2em 2em;
			margin:.8em .5em 0 0;
			/*border-color:rgba(255,255,255,.4);
			color:rgba(255,255,255,.4) !important;*/
			border-color:#fff;
			color:#fff !important;
		}

			#video .button:hover {
				background:#fff;
				border-color:#fff;
				color:#000 !important;
			}
			
			#video .button:last-child {
				margin-right:0;	
			}


/*********************************************************************************/
/* Mobile                                                                        */
/*********************************************************************************/

@media (max-width:850px) {

	#video {
		padding:2em 5% 2.5em 5%;
	}
	
		#video h2 {
			font-size:3em;
			line-height:1;
		}

}

@media (max-width:375px) {

}
