/* CITIZEN TESTIMONIALS */


.Head_Container {
	width: 100%;
	background-color: #E7F1FA;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

.Head_Image {
	background-image: url("/site/graphics/headers/community/testimonials/I_AF_Testimonials_DorothyToniCarltonKatherineHighFive_1415x877.png");
	width: 100%;
  	background-repeat: no-repeat;
  	background-size: cover;
	padding: 5% 3% 45% 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_Testimonials_Background {
	background-color: #EEE8E8;
	background-image: url('https://cdn.garveynation.com/site/graphics/backgrounds/textures/BG_45DegreeFabric_Beige.png');
	background-repeat: repeat;
	padding-bottom: 4rem;
}



h1 {
	display: block;
	text-align: center;
	margin: 3rem auto;
}



.Frame_Testimonial {
	border: 1px solid #DDD;
	border-radius: .5rem;
	background-color: #FFF;
	padding: 1.5rem;
	margin-bottom: 2rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.Testimonial_Member_Photo {
	max-width: 100px;
	margin: 0 auto 1rem;
}

.Testimonial_Member_Photo img {
	border-radius: .5rem;
}

.Testimonial_Text p:last-child {
	margin-bottom: 0;
}

.Frame_Button_GarveyNation {
	margin: 4rem 0 0;
}





/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.Frame_Testimonial {
		display: flex;
		flex-wrap: nowrap;
		column-gap: 2rem;
	}

	.Testimonial_Member_Photo {
		width: 100px;
		min-width: 100px;
		margin: .5rem 0 0;
	}

}





/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}





/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


}