/* CSS Document */

.Page_Body {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	margin-bottom: 0; /* Get rid of white space at bottom of page, before footer, so bottom graphic is flush with the footer */
}


h2 {
	font-family: 'Oswald';
    font-size: 1.8rem;
    font-weight: 500;
	color: #274852;
	text-align: center;
	margin: 2.5rem auto 1.6rem;
}

h13 {
	display: block;
	text-align: center;
}

h31 {
	font-family: 'Roboto';
    font-size: 3rem;
    font-weight: 700;
	color:#006787;
	text-align: center;
	text-shadow: 2px 2px 4px white;
    margin: 0 auto 2rem;
}

h33 {
	display: block;
	font-family: 'Roboto';
    font-size: 2.25rem;
	line-height: 2.8rem;
    font-weight: 700;
	color:rgb(195, 239, 250);
	text-align: center;
	text-transform: none;
	text-shadow: 2px 2px 4px FF9;
    margin: 0 auto 1.2rem;
}

h34 {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFF;
	line-height: 2.8rem;
	margin: 2rem 0 1rem;
}

h35 {
	font-family: 'Roboto Condensed';
	display: block;
	font-size: 2rem;
	font-weight: 700;
	color: #555;
	line-height: 2.8rem;
	text-align: center;
}

h36 {
	font-family: 'Roboto Condensed';
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	color: #555;
	line-height: 1.8rem;
	text-align: center;
	margin-bottom: 1rem;
}






/* SUB-MENU */

.SubMenu_Background {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	background-image: linear-gradient(#006787, #000);
	padding: .5rem 0;
	vertical-align: middle;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* Get rid of space between title and rest of page since slideshow should be flush with title */
.Title_Photo_Spacer {
	height: 0px;
}

.SubMenu_Nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: .5rem;
}

.SubMenu_Nav_Title {
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 2rem;
	text-align: center;
	margin-bottom: .2rem;
}

.SubMenu_Nav_Title a {
	color: #FFF;
	text-shadow: 5px 5px 8px #000;
	text-decoration: none;
}

.SubMenu_Nav_Buttons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.SubMenu_Nav_Buttons li {
	font-size: 1rem;
	line-height: 1.75rem;
	padding: 0;
	margin: 0 6px;
}

.SubMenu_Nav_Buttons li a {
	color: #FF9;
}

.SubMenu_Nav_Buttons li a:hover {
	color: #FFF;
	text-decoration: none;
}

.Current_Page {
	border-bottom: 1px solid;
}








/* HEADER */

.Head_Container {
	width: 100%;
	background-color: #000;
	margin: 0;
	padding: 0;
	transition: background 1s linear;
}

.Head_Image_Background {
	width: 100%;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: right;
	padding: 0;
	transition: background 1s linear;
}

.Head_Container .Container {
	width: 98%;
}






/* MARQUEE */

.Marquee_Supporter_Photos {
	margin-top: 5px;
}







/* ALL SECTIONS */
.Section_Template {
	border-top: 1px solid #CCC;
	padding: 2.5rem 0;
}

.Frame_SectionPhoto_ExplanationText {
	display: block;
	margin: 3rem 0 2rem;
}


.Frame_SectionPhoto {
	display: block;
	width: 100%;
	text-align: center;
	max-width: 35rem;
	margin: 0 auto 2rem;
}

.Frame_SectionPhoto img {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

.Frame_ExplanationText,
.Frame_ExplanationText p,
.Frame_ExplanationText li {
	font-size: 1.1rem;
}






.Frame_Buttons {
	text-align: center;
}




.Frame_Header_Explanation {
	padding: 4rem 0;
	border-bottom: 1px solid #DDD;
	margin-bottom: 0;
}

.Text_Header_Explanation {
	width: 80%;
	font-size: max(1.1rem, min(2.4vw, 1.5rem));
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
}







/* MAIN PAGE */

/* SECTION: SUPPORTER DEFINITION */

#Section_WhatIsASupporter {
	display: block;
	background-image: linear-gradient(#FFF, #788);
	text-align: center;
	padding: 2rem 0 3.5rem;
}

#Section_WhatIsASupporter .Frame_SectionPhoto_ExplanationText {
	max-width: 90%;
	margin: 1rem auto 0;
}

#Section_WhatIsASupporter .Frame_ExplanationText {
	width: 100%;
}

.Frame_Definition {
	display: block;
	width: 100%;
	border-radius: .4rem .8rem;
	background-color: white;
	padding: 1rem;
	text-align: left;
	box-shadow:  5px 10px 10px 2px #666;
}

#Section_WhatIsASupporter .Frame_SectionPhoto {
	width: 100%;
	margin-top: .5rem;
	max-width: 12rem;
	margin-bottom: 0;
}

.Frame_ExplanationText h13 {
	margin-top: 0;
}

.Text_Dictonary_Word {
	display: block;
	font-size: 1.9rem;
	font-weight: 700;
	text-decoration: underline;
}

.Text_Dictonary_Definition {
	font-size: max(1.1rem, min(2.4vw, 1.3rem));
	font-weight: 400;
	margin-top: .5rem;
}

.Text_Dictonary_Definition_Parenthesis {
	font-style: italic;
}


.Photo_SupporterLogo {
	width: 100%;
}

.Frame_Explanation_Calendar {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 1.5rem;
}

.Photo_Calendar {
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
	max-width: 320px;
}

.Frame_Garvey_Text_Only_Quote {
	width: 100%;
	border-radius: .4rem;
	padding: 1rem 1.5rem;
	background-color: #EEE;
	font-size: 1.3rem;
	font-weight: 500;
	color: #333;
	text-align: center;
	margin-top: 1.5rem;
}

.Frame_Garvey_Text_Only_Quote a {
	color: #333;
	font-weight: 500;
}

.Garvey_Text_Only_Quote {
	font-style: italic;
	font-weight: 700;
}







/* SECTION: TOP QUALITY PRODUCTS */

.Section_TopQualityProducts {
	background-color: #FFF;
}

.Section_TopQualityProducts ul { 
    width: 100%;
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
} 







/* RECEIVE BENEFITS */
.Section_ReceiveBenefits  li {
	margin-bottom: .8rem;
}







/* SECTION: PRODUCTS DELIVERED TO YOUR DOOR */
.Section_AmazingProductsDelivered {
	background-color: #dcecf2;
}

.Section_AmazingProductsDelivered .Frame_SectionPhoto {
	width: 100%;
	max-width: 40rem;
}

.Frame_AmazingProductsDelivered_Text_Photo {
	text-align: left;
	max-width: 60rem;
	margin: 0 auto;
}









/* SECTION: BECOME A SUPPORTER */

.Table_Supporter_Levels,
.Table_Supporter_Earnings {
	width: 100%;
	color: #444;
	border-spacing: 6px;
	margin-bottom: 1.5rem;
}

.Table_Supporter_Levels td,
.Table_Supporter_Earnings td {
	padding: .25rem;
	width: 25%;
	text-align: center;
	border: 3px solid #FFF;
}


/* TABLE - SUPPORTER LEVELS */

.Table_Supporter_Levels th {
	padding: .25rem;
	margin: 0;
	text-align: center;
	background-image: linear-gradient(#006787, #000);
	font-family: 'Roboto';
    font-size: 1.4rem;
    font-weight: 500;
	color: white;
	text-shadow: 2px 2px 5px black;
	border: 3px solid #FFF;
}

.Table_Supporter_Levels td:nth-child(1),
.Table_Supporter_Earnings th:nth-child(2) {background-color: #CCCCCC}

.Table_Supporter_Levels td:nth-child(2),
.Table_Supporter_Earnings th:nth-child(3) {background-color: #b7d2dd}

.Table_Supporter_Levels td:nth-child(3),
.Table_Supporter_Earnings th:nth-child(4) {background-color: #addaeb}

.Table_Supporter_Levels td:nth-child(4),
.Table_Supporter_Earnings th:nth-child(5) {background-color: #8adbf3}




/* TABLE - SUPPORTER EARNINGS PERCENTAGES */

.Table_Supporter_Earnings th,
.Table_Supporter_Earnings td {
	padding: .25rem;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

.Table_Supporter_Earnings th {
	color: #666;
	font-weight: 500;
	border: 3px solid #FFF;
}

.Table_Supporter_Earnings th:first-child,
.Table_Supporter_Earnings td:first-child {
	background-color: #333;
	color: #FFF;
	padding-left: .5rem;
	padding-right: .5rem;
}

.Table_Supporter_Earnings th:first-child {
	background-image: linear-gradient(#006787, #000);
	text-transform: uppercase;
}


.Table_Supporter_Earnings td {
	background-color: #EEE;
}



.Section_BecomeASupporter {
	border: 1px solid #DDD;
	border-radius: .8rem;
	background-color: rgb(255, 242, 215);
	padding: 0 2rem 3rem;
	text-align: center;
	width: 90%;
	max-width: 60rem;
	margin: 0 auto 5rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}







/* MAIN PAGE SECTION: HELP THE BLACK RACE PROSPER */

.Section_HelpBlackBusinessesGrow {
	background-color:#F2E7DC;
}

.Section_HelpBlackBusinessesGrow .Frame_SectionPhoto {
	max-width: none;
}







/* MAIN PAGE SECTION: TESTIMONIAL */

.Section_Testimonial {
	text-align: center;
	background-color: #000;
	padding: 5rem 0;
	color: #FFF;
}

.Section_Testimonial .Frame_SectionPhoto_ExplanationText {
	margin: 0;
	font-size: 1.1rem;
}








/* MAIN PAGE SECTION: READY TO MAKE A DIFFERENCE */

.Section_ReadyToMakeADifference {
	background-color: rgb(255, 242, 215);
	text-align: center;
}

.Section_ReadyToMakeADifference h35,
.Section_BecomeASupporter h35 {
	margin: 3rem 0 2rem;
}

.Button_ShopNow {
    font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 1.9rem;
    font-weight: 400;
    text-transform: uppercase;
	color: #009;
	
	display: inline-block;
	padding: .5rem .8rem;

	background-image: linear-gradient(#EEF, #DCFAFF);
	border: 2px solid #009;
	border-radius: 10px;
	cursor: pointer;

	margin: .5rem auto;
}

.Button_ShopNow:hover {
	background-image: none;
	background-color: #FF6;
}













/* Get rid of white space at bottom of page, before footer, so bottom graphic is flush with the footer */
.Page_Body {
	margin-bottom: 0;
}










/* BOTTOM SPACER */
.Body_Bottom_Spacer {
	height: 0;
}
	






















/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	h3 {
		font-size: 1.3rem;
	}

	/* Sub-Menu */
	.SubMenu_Nav_Buttons li {
		font-size: 1.2rem;
		margin: 0 6px;
	}

	.Table_SupporterStatus {
		font-size: 1rem;
	}

	.Frame_Explanation_Calendar {
		display: block;
	}

	.Photo_Calendar {
		display: float;
		float: right;
		width: 280px;
		min-width: 280px;
		max-width: 280px;
		padding-left: 2rem;
	}
	


	/* HOW IT WORKS */
	.Head_Image_HowItWorks {
		padding-right: 35%;
	}


}







/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Head_Container .Container {
		width: 90%;
	}

	.SubMenu_Background {
		padding: .75rem 0;
	}

	.Photo_And_ExplanationText {
		display: flex;
		margin: 4rem auto 0rem;
	}

	.Photo_And_ExplanationText img {
		width: 60%;
		align-self: flex-start;
		margin-bottom: 0;
	}

	.Photo_RewardsCheck {
		padding-right: 2rem;
		max-width: 350px;
		max-height: 739px;
	}



	.Section_Template {
		padding: 4rem 0;
	}


	.Section_WhatIsASupporter .Photo_And_ExplanationText {
		max-width: 53rem;
	}

	.Section_BecomeAnHonoredAfrican {
		margin-bottom: 1rem;
	}





	/* WHAT IS A SUPPORTER */
	.Frame_WhatIsASupporter_Logo_Explanation {
		display: flex;
		column-gap: 1.5rem;
		flex-direction: row-reverse;
	}

	#Section_WhatIsASupporter .Frame_SectionPhoto {
		min-width: 14rem;
	}

	.Text_Dictonary_Word {
		padding-top: .4rem;
	}



	/* HOW IT WORKS */
	.Head_Image_HowItWorks {
		padding-right: 35%;
		padding-top: 5%;
	}

	.Frame_HowItWorks {
		display: flex;
	}

	.HowItWorks_Image {
		max-width: 28rem;
		padding-right: 2rem;
	}

	.Section_VerticalSpaced_Portrait .HowItWorks_Image {
		max-width: 22rem;
	}

	.Page_Supporter_HowItWorks .VerticalSpaced_Text {
		width: 50%;
		padding-top: 0;
	}

	.Page_Supporter_HowItWorks img {
		float: none;
		max-width: none;
	}

	.Page_Supporter_HowItWorks .VerticalSpaced_Headline {
		margin-bottom: 1.5rem;
	 }
	 
	 


	/* ACHIEVE HONORED AFRIKAN */

	.Container_VerticalSpaced .Image_HonoredAfrikan {
		width: 100%;
		margin-bottom: 2.5rem;
	}


}







/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	p {
		font-size: 1.1rem;
	}

	h2 {
		font-size: 2rem;
	}


	.SubMenu_Nav {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.SubMenu_Nav_Title {
		font-size: 1.8rem;
		padding-top: 3px;
		text-align: left;
		margin: 0;
	}

	.SubMenu_Nav_Buttons li {
		font-size: 1.1rem;
		padding: .2rem .2rem 0;
		margin: 0 0 0 20px;
	}





	.Frame_Buttons {
		text-align: inherit;
	}


	

	.Button_Large,
	h3 {
		font-size: 1.4rem;
	}

	.Section_Template {
		padding: 5rem 0;
	}

	.Section_Template p {
		font-size: 1.2rem;
	}

	.Photo_RewardsCheck {
		max-width: 400px;
	}

	.Table_SupporterStatus {
		font-size: 1rem;
	}

	.Text_SupporterStatus {
		display: block;
		margin: 0 auto;
		text-align: center;
		max-width: 60%;
	}

	#Button_DisplayDefinitions {
		display: block;
		font-size: 1.2rem;
		margin: 1rem auto 0;
	}








	.Frame_SectionPhoto_ExplanationText {
		display: flex;
		flex-wrap: nowrap;
		text-align: left;
		column-gap: 2rem;
		margin-top: 2rem;
	}

	.Frame_SectionPhoto {
		min-width: 25rem;
		margin-bottom: 0;
	}
	
	.Photo_Left {
		order: 0;
		margin-right: 2rem;
	}
	
	.Photo_Right {
		order: 2;
		margin-left: 2rem;
	}
	
	
	

	.Frame_WhatIsASupporter_Logo_Explanation .Frame_SectionPhoto {
		min-width: auto;
		max-width: 14rem;
	}

	.Photo_SupporterLogo {
		min-width: 12rem;
	}






	/* TOP QUALITY PRODUCTS */

	.Section_TopQualityProducts .Frame_SectionPhoto {
		max-width: 30rem;
	}
	




	/* DELIVERED TO YOUR DOOR */
	.Section_AmazingProductsDelivered .Frame_SectionPhoto {
		max-width: 30rem;
	}






	/* RECEIVE BENEFITS */
	.Section_ReceiveBenefits .Frame_SectionPhoto_ExplanationText {
		max-width: 74rem;
		margin: 0 auto;
	}

	.Section_ReceiveBenefits  p,
	.Section_ReceiveBenefits  li {
		margin-bottom: 1.4rem;
	}









	/* HELP BLACK BUSINESSES */

	.Section_HelpBlackBusinessesGrow .Frame_SectionPhoto {
		min-width: min(52vw, 40rem);
		max-width: 50rem;
	}

	.Section_HelpBlackBusinessesGrow p,
	.Section_HelpBlackBusinessesGrow ul {
		margin-bottom: 1.4rem;
	}





	/* TESTIMONIAL (on main page) */

	.Container_Testimonials {
		border-top: 1px solid #DDD;
		padding-top: 6rem;
	}


	.Section_Testimonial h33 {
		margin-bottom: 2rem;
	}

	.Section_Testimonial p {
		font-size: min(1.7vw, 1.7rem);
		margin-top: 1rem;
	}

	.Section_Testimonial .Frame_ExplanationText {
		width: 40%;
	}

	.Section_Testimonial .Frame_SectionPhoto {
		width: 60%;
		align-self: flex-start;
		padding-bottom: 0;
		margin-bottom: 0;
		max-width: none;
	}

	.Section_Testimonial .Frame_SectionPhoto img {
		width: 100%;
	}



	/* HOW IT WORKS */
	.Head_Image_HowItWorks {
		padding-top: 4%;
	}


}








/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Page_Body {
		font-size: 1.1rem;
	}

	p {
		font-size: 1.2rem;
	}

	h3 {
		font-size: 1.5rem;
	}



	/* WHAT IS A SUPPORTER */
	.Photo_SupporterLogo {
		min-width: auto;
	}

	#Section_WhatIsASupporter .Frame_SectionPhoto {
		min-width: 9rem;
		max-width: 10rem;
	}



	/* HELP BLACK BUSINESSES */

	.Section_HelpBlackBusinessesGrow .Frame_SectionPhoto {
		min-width: 45rem;
	}



	.Frame_WhatIsASupporter_Logo_Explanation .Frame_SectionPhoto {
		max-width: 12rem;
	}



	/* TESTIMONIAL */

	.Section_Testimonial p {
		margin-top: 3rem;
	}



	.Head_Image_HowItWorks {
		padding-top: 2%;
	}





}






/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {

	.Section_HelpBlackBusinessesGrow .Frame_SectionPhoto {
		min-width: 55rem;
		max-width: none;
	}

}






/* Super large screens (1680px and up) */
@media (min-width: 1680px) {

	h3 {
		font-size: 2rem;
	}

}