/* Supporter Testimonials CSS Document */

h1 {
    font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
	color:#555;
    margin: 0 0 40px 0;
	text-align: center;
}

h2 {
    font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 38px;
    font-weight: normal;
	color:#333;
	line-height: normal;
	text-align: center;
	margin: 20px 0 24px;
}




/* PAGE: TESTIMONIALS */

.Head_Container_Testimonials {
	width: 100%;
	background-color: #EAEAEA;
	padding-left: min(max(2rem, 2vw), 6rem);
	margin: 0 0 4rem;
	box-shadow: 5px 5px 10px 2px #999;
}

.Head_Image_Testimonials {
	background-image: url("/site/graphics/headers/Header_ValerieSpeakingMic_1415x783.png");
	height: 36vw;
	max-height: 620px;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: top right;
	padding-top: 10%;
	padding-left: 0;
	padding-right: 50%;
    padding-bottom: 0;
	text-align: left;
	font-size: min(7vw, 7rem);
	font-weight: bold;
	color: #000;
}




/* HEADER */

.Section_Video_Screen {
	background-color: #FFC;
	border: 1px solid #EEE;
	border-radius: 0 0 10px 10px;
	margin-bottom: 3rem;	
}

.Explanation {
	padding: 18px;
	color: #666;
	text-align: center;
	margin-bottom: 2rem;
}

.Explanation p {
	margin: 0 0 10px;
}

.Explanation ul {
	list-style-position: inside;
}

.Explanation li {
	font-weight: 500;
}

.Testimonials_Written {
	margin-bottom: 2rem;
}

.Testimonials_Written img {
	float: left;
	margin: 10px 10px 10px 0;
}




.Frame_PhotoAndTestimonial {
	break-inside: avoid;
	padding-bottom: 1rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 2rem;
}

.Frame_PhotoAndTestimonial img {
	width: 72px;
	height: 100px;
	margin-right: 1.5rem;
}

.Frame_PhotoAndTestimonial p {
	margin: 0 0 1rem;
}








/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {



}









/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Explanation {
		padding: 20px;
		font-size: 1.1rem;
	}

	.Testimonials_Written {
		column-count: 2;
		column-gap: 3.1rem;
		column-rule: 1px solid #DDD;
	}


}







/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Container {
		font-size: 1.1rem;
	}

	.Explanation {
		font-size: 1.2rem;
	}


}







/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


	.Explanation {
		font-size: 1.3rem;
	}

	.Testimonials_Written {
		column-count: 3;
		column-gap: 60px;
	}


}







/* Super large screens (1680px and up) */
@media (min-width: 1680px) {


}