/* GARVEY NATION: NATION BUILDERS */


.Head_Container {
	width: 100%;
	background-color: #EEE;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

.Head_Image {
	background-image: url("/site/graphics/headers/community/about/I_OrganizationOfAfricanUnityLeaders1958_1415x900.png");
	width: 100%;
  	background-repeat: no-repeat;
  	background-size: cover;
	padding: 35% 3% 3rem 5%;
	text-align: center;
	font-size: min(7.4vw, 6rem);
	line-height: min(7.4vw, 6rem);
	font-weight: bold;
    color: #FFF;
	text-shadow: 3px 3px 7px #000,
				 3px 3px 7px #000;
}

.Page_NationBuilders_Background {
	padding-top: 2rem;
}



.Container_NationBuilders {
	margin-bottom: 5rem;
}

.Frame_Button_Play_Nation_Builder_Game {
	text-align: center;
}



.VerticalSpaced_Headline {
	text-align: center;
	font-size: 2.5rem;
}


.Section_VerticalSpaced_Portrait img {
	max-width: 48rem;
}

.Frame_UniversalAfricanLegionMarching {
	margin: 0 auto;
}

.Frame_UniversalAfricanLegionMarching img {
	float: none;
	width: 100%;
	max-width: 976px;
}

.Frame_Garvey_Medal {
	text-align: center;
}

.In_Paragraph_Quote {
	font-style: italic;
}




/* HISTORY */

.Page_NationBuilders_Background .VerticalSpaced_Intro_Headline {
	line-height: 2.5rem;
	margin-bottom: 1rem;
}

.Frame_NationBuilderIntro_Image_Text {
	text-align: center;
}

.NationBuilderIntro_Image {
	max-width: 48rem;
	margin: 0 auto;
}

.Section_VerticalSpaced .Frame_GarveyMedal img {
	max-width: 20rem;
}

.Score_Breakdown .Title_Stripe {
	margin-top: 2rem;
	padding: .2rem .6rem;
	color: white;
	font-size:1.3rem;
	font-weight: 700;
	align-content: center;
}

.Stripe_Red		{background-color: #900}
.Stripe_Black	{background-color: #222}
.Stripe_Green	{background-color: #060}

.Stripe_SubTitle {
	margin-top: .3rem;
	font-size: 1rem;
	font-weight: 500;
}

.Table_Marketer_Qualifications th {
	text-transform: uppercase;
}

.Frame_BecomeANationBuilder {
	border-radius: .4rem;
	background: rgba(255, 196, 0, 0.2);
	padding: 1.5rem;
	font-size: 1.7rem;
	line-height: 2.3rem;
	font-weight: 700;
	text-align: center;
	box-shadow: 5px 5px 10px 2px #999;
	margin-bottom: 4rem;
}

.Frame_ThisWeeksGoal_Text h2,
.Frame_BecomeANationBuilder h2 {
	font-size: min(max(2.5rem, 3.5vw), 3.5rem);
	font-weight: 900;
	text-transform: uppercase;
}

.BecomeANationBuilder_Image {
	width: 100%;
	max-width: 16rem;
	margin: 0 auto .5rem;
}







/* NATION BUILDER PHOTOS */
.Frame_NationBuilders_LastWeeks {
	margin-bottom: 5rem
}

.Section_NationBuilders_LastWeek {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	column-gap: 2rem;
	row-gap: 4rem;
}

.Individual_Nation_Builder {
	width: 9rem;
	flex-basis: 9rem;
	padding: 0;
	text-align: center;
}

.NationBuilder_Photo {
	margin-bottom: .3rem;
}

.NationBuilder_Photo img {
	height: 139px;
}

.NationBuilder_Name {
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 700;
}

.NationBuilder_Location {
	font-family: "Roboto Condensed", Oswald, Roboto, Arial, Helvetica, sans-serif;
	font-size: .9rem;
}

.NationBuilder_Status {
	font-weight: 500;
}

.NationBuilder_Medal {
	width: 50%;
	margin:0 auto;
}







/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.Frame_Header_ThisWeeksGoal {
		flex-direction: row;
		column-gap: 2rem;
	}

	.Frame_NationBuilderMedal {
		text-align: left;
	}
	
}







/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Section_VerticalSpaced_Portrait img {
		max-width: 24rem;
	}

	.Section_VerticalSpaced_Portrait .Frame_UniversalAfricanLegionMarching img {
		margin: 0;
		max-width: 100%;
	}

	.Page_NationBuilders_Background {
		padding-top: 4rem;
	}

	.Frame_NationBuilderIntro_Image_Text {
		display: flex;
		justify-content: space-between;
		column-gap: 2rem;
	}

	.Container_WhatIsANationBuilder {
		max-width: 50rem;
	}

	.Container_WhatIsANationBuilder img {
		float: none;
		margin-top: 0;
		min-width: 20rem;
	}

	.NationBuilderIntro_Image {
		order: 2;
	}

	.Container_WhatIsANationBuilder .VerticalSpaced_Intro_Text {
		padding-top: 3rem;
		order: 1;
	}

	.Section_VerticalSpaced .Frame_GarveyMedal img {
		max-width: 16rem;
	}

	.Frame_Goal_Achievers {
		width: 100%;
		display: flex;
		column-gap: 3rem;
	}

	.Section_Goal {
		width: 100%;
		max-width: 55%;
		margin-bottom: 0;
	}
	
	.Section_Achievers {
		width:  min(max(18rem, 50vw), 38rem);
		max-width: 38rem;
	}

}






/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Frame_Goal_Achievers {
		column-gap: 4rem;
	}

	.Container_WhatIsANationBuilder .VerticalSpaced_Intro_Text {
		padding-top: 4rem;
	}

	.Container_WhatIsANationBuilder img {
		min-width: 24rem;
	}

	.Section_VerticalSpaced_Portrait img {
		max-width: 32rem;
	}

}








/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Page_NationBuilders_Background {
		padding-top: 5rem;
	}

	.Frame_Goal_Achievers {
		column-gap: 5rem;
	}

	.Frame_Header_ThisWeeksGoal .Header_Explanation {
		font-size: min(3vw, 1.7rem);
		line-height: calc(min(3vw, 1.7rem) + .5rem);
	}

	.Frame_Garvey_Earned_His_Colors {
		padding: 1rem 1.5rem;
		margin-bottom: 0;
	}

	.BecomeANationBuilder_Image {
		width: 100%;
		max-width: 100%;
	}


}