/* Marcus Garvey Section CSS Document */

h1 {
    display: block;
	font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 3rem;
	line-height: 3.6rem;
    font-weight: 700;
    text-transform: uppercase;
	color:#555;
 	text-align: center;
	margin: 1.5rem 0 2.25rem;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    text-transform: none;
	color:#125E00;
	line-height: normal;
	padding: 0;
	margin: 20px 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;
}





.Frame_Sub_Nav_Menu {
	margin-bottom: 0;
}

/* Garvey Section Menu */
.Head_Container {
	width: 100%;
	background-image: url("/Site/Graphics/Backgrounds/BG_RedBlackGreen_Gradient_Grain_50x225.jpg");
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

.Garvey_Title {
	width: 100%;
	margin: .2rem 0 .6rem;
}

.Section_Title_OrderButtons {
	width: 100%;
	max-width: 20rem;
	padding-top: 1rem;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.Frame_Garvey_Order_Buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.Garvey_Order_Button {
	background-image: linear-gradient(#FFF,#BBB);
	font-family: 'Roboto Condensed', 'Oswald', 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #FF9;
	text-shadow: 0 0 4px #000, 0 0 4px #000;
	padding: .2rem .6rem 0;
	border-radius: .5rem;
	margin-bottom: .7rem;
}

.Garvey_Order_Button:hover {
	background-image: linear-gradient(#FF9,#FF6);
	color: #333;
	text-shadow: none;
}

.Garvey_Head {
	display: none;
}

.Garvey_Navigation {
	background-color: #666;
	width: 100%;
	max-width: 700px;
	padding: 5px 0;
	margin: 0 auto 10px auto;
}

.Garvey_Navigation ul {
	padding: 0;
	margin: 0;
}

.Garvey_Navigation li {
	display: inline-block;
	padding: 0 .25rem;
	font-size: 1rem;
}

.Garvey_Navigation a {
	color: #FF0;
}

/* CALL TO ACTION BUTTON */
.Frame_Button_GarveyNation {
	margin: 5rem 0;
}





/* Get rid of white space below main menu */
.Title_Photo_Spacer {
	height: 0;
}

/* 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) {

	.Garvey_Navigation li {
		display: inline-block;
		font-size: 1.05rem;
		padding: 0 .4rem;
		font-size: 1rem;
	}

}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 640px) {

	.Section_Title_OrderButtons {
		padding-top: 2.5rem;
	}
	
	.Garvey_Head {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	/* To make Garvey photo flush with navigation menu */
	.Garvey_Navigation {
		margin-top: 0;
	}

	.Garvey_Navigation li {
		display: inline-block;
		padding: 0 .6rem;
		font-size: 1.1rem;
	}


}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Garvey_Navigation li {
		display: inline-block;
		padding: 0 16px;
	}


}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

/*
	.Head_Container {
		height: 150px;
		}

	.Garvey_Navigation {
		display: inline-block;
		width: 150px;
		padding: 0 0 0 40px;
		margin: 6px 0 0 0;
		text-align: left;
		vertical-align: top;
		background-color: transparent;
	}

	.Garvey_Navigation li {
		display: block;
		padding: 0;
		font-size: 1.05em;
	}
*/

	.Garvey_Navigation li {
		padding: 0 18px;
		font-size: 1.1rem;
	}


}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Garvey_Navigation li {
		font-size: 1.2rem;
	}

}