/* University Testimonials CSS Document */

h1 {
    margin: 0 0 1.5rem;
}

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;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.6;
	color: #007;
    font-weight: bold;
}

hr.hr_gradient_black {
	margin: 50px 0;
}



.Section_Video_Screen {
	background-color: #FFD;
	margin-bottom: 50px;	
	border: 1px solid #EEE;
	border-radius: 0 0 10px 10px;
}

.Explanation {
	padding: 18px;
	color: #666;
	text-align: center;
}

.Explanation p {
	margin: 0;
}

.Explanation ul {
	list-style-position: inside;
}

.Explanation li {
	font-weight: 500;
}

.Testimonials_Written img {
	float: left;
	margin: 10px 10px 10px 0;
}



.Closing_Statement {
	border: 1px solid #777;
	border-radius: 8px;
	background: linear-gradient(#888,#666);
	padding: 25px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 5px #333;
	width: 96%;
	margin: 70px auto;
}

.Closing_Statement a {
	color: #FF0;
}

.Frame_PhotoAndTestimonial {
	break-inside: avoid;
	padding-bottom: 1rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 2rem;
}











/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.Head_Image {
		height: 240px;
		padding-top: 6%;
		font-size: 1.5rem;
		padding-right: 67%;
	}

}




/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Head_Image {
		height: 280px;
		font-size: 2.1rem;
		padding-right: 60%;
		padding-top: 5%;
	}

	.Explanation {
		padding: 20px;
		font-size: 1.1rem;
	}

	.Testimonials_Written {
		column-count: 2;
		column-gap: 50px;
		column-rule: 1px solid #DDD;
	}


}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Head_Image {
		height: 320px;
	  	background-size: contain;
		font-size: 2.8rem;
		padding-right: 50%;
		padding-top: 4%;
	}


	.Container {
		font-size: 1.1rem;
	}

	.Section_Video_Screen {
		margin-bottom: 60px;	
		border-radius: 0;
	}

	.Video_Screen {
		width: 70%;
		float: left;
	}

	.Explanation {
		width: 30%;
		float: right;
		text-align: left;
		font-size: 1rem;
	}


}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Head_Image {
		height: 350px;
		font-size: 3.6rem;
		padding-right: 45%;
	}

	.Section_Video_Screen {
		margin-bottom: 60px;	
	}

	.Explanation {
		font-size: 1.3rem;
	}

	.Testimonials_Written {
		column-count: 3;
		column-gap: 60px;
	}


}