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

/*********************************************************************************/
/* About                                                                         */
/*********************************************************************************/	
	
	#about {
		margin:0;
		padding:4em 10%;
		background:#000;
		text-align:center;
	}
	
		#about p, #about h2, #about h3, #about a, #about strong {
			color:#fff;	
		}
	
		#about h2 {
			font-family:league-gothic;
			font-size:4em;
			font-weight:500;
			line-height:1;
			padding:0;
			margin:0 0 .4em 0;
		}

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

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

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

		#about .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;
		}

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


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

@media (max-width:850px) {

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

}

@media (max-width:375px) {

}
