/* CSS Document */

h4 {
	font-family: "Oswald", sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	padding: 0;
	color: #444;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 0 1rem;
}

h5 {
	font-family: "Oswald", sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 3rem;
	text-decoration: none;
	background-color: #FFCC00;
	color: #333;
	padding: .4rem .4rem .5rem;
	margin: 2rem 0 0;
	text-align: center;
	text-transform : capitalize;
}

h6 {
	font-family: "Oswald", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	padding: .5rem;
	background-color: #333;
	color: #FFF;
	width: 100%;
	text-align: center;
	margin: 0 0 1rem;
}

h11 {
	margin-bottom: 0;
}



/* Remove space between title and body section */
.Title_Photo_Spacer {
	height: 0;
}





/* MENU */

.Header_TopAchievers {
	width: 100%;
	background-image: linear-gradient(#444,#000);
	text-align: center;
	box-shadow:  4px 4px 5px #CCC;
	padding: 25px 0 .5rem;
	margin: 0 auto;
	opacity: 0.8;
	border-radius: 4px;
}

.Header_TopAchievers a {
	text-decoration: none;
}

.Text_TopAchievers_Graphic {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
	row-gap: 1rem;
	justify-content: center;
	padding-bottom: 1rem;
}

.Text_TopAchievers_Graphic img {
	max-height: 3rem;
}






.Frame_Scoreboard_Menu {
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: rgba(255, 240, 221, 0.5); 
	padding: 1rem .4rem 0;
	width: 100%;
	max-width: 18rem;
	text-align: center;
	margin: .5rem auto 2rem;
}

.Inner_Frame_Scoreboard_Menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 2.5rem;
	row-gap: .2rem;
}

.Select_DropDownMenu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	column-gap: .5rem;
	max-width: 15rem;
	flex-basis: 15rem;
}

.Text_SelectItem {
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}



.Scoreboard_Date_Headline {
	width: 100%;
	text-align: center;
	font-weight: bolder;
	font-size: 1.4rem;
	color: #000;
	text-transform: uppercase;
}

.Form_Scoreboard_Choose_Date {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: .5rem;
	row-gap: .2rem;
}




.Container_Scoreboard_PhotoCollage_Choices {
	max-width: 1000px;
	background-color:#FFF3CD;
	padding-bottom: 2rem;
	line-height: normal;
	border: 1px solid #BBB;
	box-shadow: 5px 5px 10px 2px #999;
	margin: 2rem auto 4rem;
}

.Container_Scoreboard_PhotoCollage_Choices button,
.Frame_Black_Friday_Scoreboards button {
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
				radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	display: block;
	padding: .3rem;
	font-size: 1.25rem;
	color: #FFF;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #000;
	width: 280px;
	border: 3px solid #333;
	border-radius: 10px;
	margin: 0 auto .4rem;
	cursor: pointer;
}

.Container_Scoreboard_PhotoCollage_Choices a:hover,
.Frame_Black_Friday_Scoreboards button a:hover {
	text-decoration: none;
}

.Container_Scoreboard_PhotoCollage_Choices button:hover,
.Frame_Black_Friday_Scoreboards button:hover {
	background: #FF6;
	text-shadow: none;
	color: #333;
}

.Select_DropDownMenu {
	margin-bottom: 1rem;
}


.Section_PhotoCollage {
	margin: 0 auto 2rem;
}

.Section_TopAchiever_Text {
	text-align: center;
}

.Section_TopAchiever_Text p {
	font-size: .95rem;
	color: #333;
	padding: 0;
	margin: 0 0 1.5rem;
}

.Section_TopAchiever_Text img {
	margin: 0 0 .3rem;
}

.Frame_Scoreboard_Menu_Section {
	margin-bottom: max(min(3vw, 2rem), 1.5rem);
}


.Table_Scoreboard {
	margin-bottom: 4rem;
}




/* BLACK FRIDAY */
.Frame_Black_Friday_Scores {
	margin-top: 1rem;
	border-top: 1px solid #555;
	padding-top: 3rem;
	text-align: center;
}





/* SCOREBOARD */

.Table_Scoreboard {
	width: 100%;;border: 1px solid #999;
	background-color: white;
}

.Table_Scoreboard tr {
	border-bottom: 1px solid #999;
}

.Table_Scoreboard th,
.Table_Scoreboard td {
	padding: 5px;
}

.Table_Scoreboard th {
	text-align: center;
	background-color:#000;
	color: #FFF;
	text-transform: uppercase;
	vertical-align: middle;
}

.Table_Scoreboard tr td:first-child {
	text-align: center;
	vertical-align: middle;
	font-family: "Oswald", "Roboto Condensed", "Roboto", Arial, Helvetica, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: #333;
	padding: 0 1rem;
	border-right: 1px solid #999;
}

.Column_Scores {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.Frame_IndividualScoreboardEntry {
	flex-basis: 200px;
	text-align: center;
	margin: .9rem 0;
}

.Frame_IndividualScoreboardEntry .Frame_Supporter {
	width: 160px;
	margin: 0 auto;
}

.Text_Name {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #333;
	margin: 0;
}

.Text_Location {
	font-family: "Roboto";
	font-size: .9rem;
	font-weight: normal;
	color: #333;
	margin: 0 0 .3rem;
}

.Text_Score_Individual {
	font-size: 1.1rem;
	font-weight: 500;
	color: #333;
}

.Scoreboard_Member_Photo {
	max-height: 139px;
}




/* HIGHEST RANKING */

.Column_Scores {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #EEE;
}

.Frame_IndividualScoreboardEntry {
	flex-basis: 200px;
	text-align: center;
	margin: .9rem 0;
}

.Member_Photo_Normal {
	width: 100px;
}

.Member_Photo_Large {
	width: 9.8rem;
}

.Frame_IndividualScoreboardEntry .Frame_Supporter {
	width: 160px;
	margin: 0 auto;
}

.Text_Name {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	color: #333;
	margin: 0;
}

.Text_Location {
	font-family: "Roboto";
	font-size: .9rem;
	font-weight: normal;
	color: #333;
	margin: 0 0 .2rem;
}

.Text_Score_Individual {
	font-size: 1.1rem;
	font-weight: 500;
	color: #333;
}










/* FOUNDATIONAL NATION BUILDERS */
#Section_FoundationalNationBuilder {
	margin: 1.5rem 0 .5rem;
}

#Section_FoundationalNationBuilder .Grid_Section_Body {
	background-color: #FFFFF9;
}

.Foundational_Nation_Builder_Instructions {
	font-size: 1.3rem;
	font-style: italic;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin: 0 0 2rem;
}

.Frame_Nation_Builders_At_This_Score {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	column-gap: 1.5rem;
	row-gap: 2.5rem;
}

.Frame_Nation_Builders_At_This_Score .Frame_IndividualScoreboardEntry img {
	max-width: 5rem;
	border-radius: .3rem;
}

.Frame_Nation_Builders_At_This_Score .Text_Location {
	font-size: .9rem;
	font-family: "Roboto Condensed", "Roboto", Arial, Helvetica, sans-serif;
	line-height: 1.2rem;
	margin-bottom: 0;
}

.Frame_Foundational_Nation_Builders .Frame_Score {
	width: 100%;
	background-color: #9f7928;
	border: 1px solid #CCC;
	padding: .2rem 1rem;
	text-align: center;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 900;
	margin: 1rem 0 2.5rem;
}

.Frame_Foundational_Nation_Builders .Frame_Score:last-child {
	margin: 1rem 0 0;
}










/* MOBILE FIRST */

/* Very Small devices (landscape phones, 576px and up) */
@media (min-width: 400px) {

	.Table_Scoreboard tr td:first-child {
		font-size: 3rem;
	}

}






/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.Text_Score_Individual {
		display: none;
	}


}






/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Frame_Scoreboard_Menu {
		max-width: 34rem;
		margin-top: 10px;
	}

	.Select_DropDownMenu select {
		height: 2rem;
		padding: .1rem .3rem;
	}

	.Text_SelectItem {
		margin-top: .25rem;
	}
}






/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Section_TopAchiever_Text p {
		font-size: 1rem;
	}

}






/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1480px) {

	.Container_Scoreboard_PhotoCollage_Choices {
		display: flex;
		justify-content: space-between;
		background-color: transparent;
		padding: 0;
		width: 100%;
		max-width: 1415px;
		border: 0;
		box-shadow: none;
	}

	.Section_PhotoCollage {
		min-width: 1000px;
		margin-right: 2rem;
		margin-bottom: 0;
	}

	.Section_TopAchiever_Text .Frame_Scoreboard_Menu_Section:last-child,
	.Section_TopAchiever_Text .Frame_Scoreboard_Menu_Section:last-child p {
		margin-bottom: 0;
	}

}