/* CSS Document */

h2 {
	text-align: center;
}

.Page_Body {
	margin-bottom: 0;
}

.Container_FAQ {
    margin: 20px 0 50px;
}

.Head_Container {
	width: 100%;
	background-color: #000;
	padding: 0;
	box-shadow: 5px 5px 10px 2px #999;
	margin-bottom: 1rem;
}

.Head_Image {
	background-image: url("/site/Graphics/Headers/I_BlackPeopleGNTShirtsRBGCheering_1415x772.png");
	width: 100%;
	height: min(max(12.375rem, 50vw), 48rem);
  	background-repeat: no-repeat;
  	background-size: cover;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
    padding-bottom: 100px;
	text-align: center;
	font-size: 6.1vw;
	font-size: min(max(1.4rem, 5.8vw), 5rem);
 	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 5px #000;
}

.Section_IntroText {
	margin: 4rem 0 3rem;
}

.Section_ForBlackPeople {
	border: 1px solid #999;
	background-color: #FEFEFE;
	padding: 4rem 2rem 2rem;
	width: 100%;
	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);
}

.Section_ForBlackPeople p {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 2rem;
}




/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}




/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}





/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Head_Image {
		padding-right: 4%;
	}

}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}


/* Extra large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {

}
