/* --------------------------------------------------------------
Layout
-------------------------------------------------------------- */

/* section, article { outline: 1px solid #aaa; } */

[class^="col-"] { 
	margin-left: 2%; 
	float: left; }

[class^="col-"]:first-child { 
	margin-left: 0; }

.col-1 { width: 6.5%; }
.col-2 { width: 15%; }
.col-3 { width: 23.5%; }
.col-4 { width: 32%; }
.col-5 { width: 40.5%; }
.col-6 { width: 49%; }
.col-7 { width: 57.5%; }
.col-8 { width: 66%; }
.col-9 { width: 74.5%; }
.col-10 { width: 83%; }
.col-11 { width: 91.5%; }
.col-12 { width: 100%; }

.right { float: right; }

.left { float: left; }

#container {
	max-width: 80rem;
	margin: 0 auto;
	box-shadow: 4px 0px 10px rgba(0,0,0,0.5); }
	
.site-header {
	padding: 0;
	background: #2e292c url(../images/header_image.jpg) no-repeat center center; 	
	background-size: cover;
	}

.site-content { 
	padding: 60px 40px 40px;
	background: #ffffff; }

#primary + aside {
	width: 378px;
}

.site-footer {
	padding: 40px;
	background: #B6141A; }
	
	
/* Site Branding */
.site-title {
	margin: 0;
}

.site-title a {
	display: block;
	width: 360px;
	height: 60px;
	background: url(../images/logo_cover_cover.png); 
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.site-title a:hover {
	opacity: 0.6;
}

.site-description {
	display: none;
}
 
 .hide-text {
 	text-indent: -999em;
 	white-space: nowrap;
 	overflow: hidden; }
 
 /* Home */
 .home #primary {
	 margin-top: 0;
 }
 
 