/**
 * Homepage Header Styles
 *
 */
#masthead .main-head-max {
		width:80%;
		padding:8em 10% 6em 10%;
		background-color:#A10711;
		background-image: url("../imgs/lines-transparent.png");
		background-attachment: fixed;
		background-position: top right;
		background-size: 60em auto;
		background-repeat: no-repeat;
		background-blend-mode: overlay;
}
#masthead .main-head-max h1 {
	font-size: 6.5em;
	font-family:'Gudea', sans-serif;
	text-align: left;
	color: #fff;
	word-spacing: 9999px;
}
#masthead .main-head-max h2 {
	font-size: 2em;
	font-family:'Gudea', sans-serif;
	font-style: normal;
	text-align: left;
	color: #fff;
	margin-top:1.5em;
	margin-bottom: 0;
}
#masthead .main-head-max p {
	font-family:'EB Garamond', serif;
	font-style: italic;
	font-size:1.25em;
	text-align:left;
	color:#fff;
	margin-top:2em;
	margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
	#masthead .main-head-max {
			background-image: url("../imgs/lines-transparent.png");
			background-attachment: fixed;
			background-position: top right;
			background-size: 40em auto;
			background-repeat: no-repeat;
			background-blend-mode: overlay;
	}	
	#masthead .main-head-max h1 {
		font-size: 5em;
	}
	#masthead .main-head-max h2 {
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 800px) {
	#masthead .main-head-max {
			background-image: url("../imgs/lines-transparent.png");
			background-attachment: fixed;
			background-position: top center;
			background-size: 35em auto;
			background-repeat: no-repeat;
			background-blend-mode: overlay;
	}	
	#masthead .main-head-max h1 {
		font-size: 4em;
	}
	#masthead .main-head-max h2 {
		font-size: 1em;
	}
	#masthead .main-head-max p {
		font-size: 1em;
	}
}
@media only screen and (max-width: 550px) {
	#masthead .main-head-max h1 {
		font-size: 3em;
	}
	#masthead .main-head-max h2 {
		font-size: .8em;
	}
	#masthead .main-head-max p {
		font-size: .8em;
	}
}





