/*********************************************************************************/
/* 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;
}

/*********************************************************************************/
/* Contact                                                                       */
/*********************************************************************************/

	#contact {
		margin:0;
		padding:3em 10%;
		background:#000;
		text-align:center;
	}
	
		#contact p, #contact h2, #contact h3, #contact a, #contact strong {
			color:#fff;	
		}
	
		#contact h2 {
			font-family:league-gothic;
			font-size:8em;
			font-weight:500;
			line-height:.8;
			padding:0;
			margin:0;
		}
	
		#contact h3 {
			font-family:league-gothic;
			font-size:4em;
			line-height:1em;
			font-weight:300;
			padding:0;
			margin:0;
		}
		
		#contact p {
			font-family:roboto;
			font-size:1.3em;
			line-height:1.5em;
			font-weight:300;
		}
		
			#contact a {
				text-decoration:none;
				font-weight:400;
			}
			
			#contact a:hover {
			}
			
		#contact .button {
			font-family:league-gothic;
			font-size:2em;
			font-weight:400;
			margin:1em 0 0 0;
			padding:.2em 2em;
		}
		

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

@media (max-width:850px) {			

	#contact {
		padding:2em 5%;	
	}
	
		#contact h2 {
			line-height:.85;
			font-size:4.6em;	
		}
		
		#contact p {
			font-size:1.6em;	
		}
		
		#contact h3 {
			font-size:4em;
		}
		
}

@media (max-width:375px) {

	#contact .button {
		margin:1em 0 0 0;
	}
	
}
