/* 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: 36px;
	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;
}

.Image_Garvey {
	display: block;
	margin: 0 auto 20px;
}

.Section_Audio_Menu {
	margin-bottom: 0;
}

.Section_Speech_Buttons {
	font-size: .9rem;
}

.Menu_Whirlwind,
.Menu_Goals,
.Menu_Return {
	text-align: center;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 10px;
	margin-bottom: 10px;
}

.Menu_Whirlwind {
	background-color: #FDF1E8;
}

.Menu_Goals {
	background-color: #EEE;
}

.Menu_Return {
	background-color: #DFD;
}

.Text_Audio_Title {
	font-weight: bold;
}

.Speech_Author {
	font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	color:#666;
	margin-bottom: 24px;
}

.Speech_Subtitle {
	font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	color:#163716;
}


.Section_Speech_Whirlwind,
.Section_Speech_GoalsOfUNIA,
.Section_Speech_ReturnToUSA {
	border: 1px solid #DDD;
	padding: 30px;
	border-radius: 10px;
	margin-top: 6rem;
}

.Section_Speech_Whirlwind {
	background-color: #FDF1E8;
}

.Section_Speech_GoalsOfUNIA {
	background-color: #EEE;
}

.Section_Speech_ReturnToUSA {
	background-color: #DFD;
}


.Section_Speech_Intros {
	margin: 5rem 0 3rem;
}

.Frame_Speech_Intro_Text {
	margin-bottom: 4rem;
}

.Video_Player {
	margin-bottom: 2rem;
}

.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: 60px 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) {

	.Image_Garvey {
		display: block;
		float: right;
		padding: 0 0 10px 20px;
		margin: 0;
		max-width: 60%;
	}

	.Section_Speech_Buttons {
		width: 200px;
	}

	.Menu_Whirlwind,
	.Menu_Goals,
	.Menu_Return {
		padding: 5px;
	}

	.Section_Speech_Whirlwind,
	.Section_Speech_GoalsOfUNIA,
	.Section_Speech_ReturnToUSA {
		padding: 40px;
	}

}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Image_Garvey {
		max-height: 300px;
	}

	.Section_Speech_Buttons {
		width: 45%;
	}

	.Menu_Whirlwind,
	.Menu_Goals,
	.Menu_Return {
		padding: 8px;
	}

	.Section_GarveyDVD {
		margin: 100px auto;
	}


}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Container {
		font-size: 1.1rem;
	}

	.Image_Garvey {
		max-height: 300px;
	}

	.Section_Speech_Buttons {
		width: 55%;
	}

	.Section_Speech_Whirlwind,
	.Section_Speech_GoalsOfUNIA,
	.Section_Speech_ReturnToUSA {
		padding: 60px;
	}


}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Section_Speech_Buttons {
		width: 75%;
	}

	.Menu_Whirlwind,
	.Menu_Goals,
	.Menu_Return {
		float: left;
		font-size: 1.1rem;
		padding: 20px;
		margin-right: 20px;
		width: calc(33% - 20px);
	}

	.Image_Garvey {
		max-height: 200px;
	}

}