/* CSS Document */

h1 {
    font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
	color:#555;
    margin: 1.5rem 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;
}

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;
}

.Garvey_Quote_Body {
	text-align: center;
	font-size: 1.3rem;	
	margin-bottom: 3rem;
}



.Head_Quote_Table {
	padding: 1.25rem;
	font-size: 1.2rem;
	background-color: #EEE;
	border: 1px solid #CCC;
	margin-bottom: 50px;
	width: 100%;
	box-shadow: 5px 5px 10px 2px #AAA;
}

.Head_Quote_Image {
	display: block;
	text-align: center;
	padding: 1.5rem;
}

.Head_Quote,
.Head_Quote p {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0 1.25rem 1.25rem;
}

.Head_Quote p {
	font-size: 1.3rem;
	padding: 0;
	text-align: left;
}


q {
	margin-bottom: .5rem;
}

.Quote,
.Long_Quote {
	display: block;
	font-size: 1.2rem;
	background-color: #FC9;
	padding: 40px;
	width: 90%;
	border: 1px solid #DDD;
	border-radius: 10px;
	margin: 0 auto 50px;
}

.Head_Quote_Table .Quote,
.Head_Quote_Table .Long_Quote {
	width: 100%;
	margin-bottom: 0;
	background-color: inherit;
	padding: 0;
	border: none;
	margin: 0;
	font-size: inherit;
}

.Long_Quote {
	text-align: left;
}


.Section_Divider {
	border: .5px solid #999;
	width: 100%;
	margin: 50px 0;
}






.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: 0 auto 50px;
}



.Section_Vertical_Spaced_GarveyQuotes {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: #F6F6F6;
	padding: 4rem 0;
	text-align: center;
}

.Section_Vertical_Spaced_GarveyQuotes p {
	margin-bottom: 1rem;
}

/* 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) {


	.Head_Quote_Table {
		font-size: 1.4rem;
	}

	.Quote_Flex_Container {
		display: flex;
		flex-wrap: wrap;
	}

	.Quote,
	.Long_Quote {
		width: calc(50% - 40px);
		float: left;
		margin: 0 20px 50px 20px;
	}

	.Long_Quote {
		width: 90%;
		float: none;
		margin: 0 auto 50px;
	}

}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Head_Quote_Table {
		font-size: 1.7rem;
	}

	.Head_Quote_Image {
		display: table-cell;
		padding: 0;
		text-align: left;
		min-width: 240px;
	}

	.Head_Quote {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		padding: 1rem 2rem;
	}

	.Head_Quote_Table .Frame_SMS_Text_Buttons {
		margin-left: 0;
	}
}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Container {
		font-size: 1.1rem;
	}

	.Quote {
		width: calc(33% - 40px);
	}

}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Head_Quote_Table {
		font-size: 2.1rem;
	}

}