/* CSS Document */

h1 {
    font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
	color:#555;
    margin: 1.75rem 0 2.25rem 0;
	text-align: center;
}

h2 {
    font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
	color:#125E00;
	line-height: normal;
	padding: 10px;
	border: 1px solid #BBB;
	background-image: linear-gradient(lightgray, white);
	text-align: center;
	margin: 50px 0;
}

h3 {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#900;
	margin-bottom: 1rem;
}

h4 {
    font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
	color:#125E00;
	line-height: normal;
	margin: 0 0 20px 0;
}



.Image_Garvey {
	display: block;
	margin: 0 auto 20px;
}

.Section_Feature {
	padding: 3rem 0;
	width: 100%;
	border-bottom: .5px solid #999;
	margin: 3rem 0;
}

.Impact_Image {
	width: 100%;
	margin: 0 auto 2rem;
}

.Section_Feature img {
	width: 100%;
}

.Section_Feature q {
	font-style: italic;
}

.Section_Feature li {
	font-size: 1rem;
	margin-bottom: 1.25rem;
}





.Section_GarveyDVD {
	padding:30px;
	background-color: #EEE;
	font-size: 1.1rem;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 15px;
	max-width: 600px;
	margin: 50px auto;
}




/* Get rid of white space at bottom of page, before footer, so bottom graphic is flush with the footer */
.Page_Body {
	margin-bottom: 0;
}










/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.Impact_Image {
		float: right;
		width: min(20rem, 50%);
		padding: 0 0 1.5rem 1rem;
		margin: 0;
	}

	.Image_Garvey {
		display: block;
		float: right;
		padding: 0 0 10px 20px;
		margin: 0;
		max-width: 60%;
	}

}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Image_Garvey {
		max-height: 250px;
	}

}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Container {
		font-size: 1.1rem;
	}


}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}