
#home {
	background-color:rgba(71,168,212,1);
	background-size:100% auto;
	background-repeat:no-repeat;
	padding:0;
}
#home .row {
	padding:30px;
}
.headline {
	font-family:'Fredericka the Great',sans-serif;
	font-size:52px;
	color:#ffffbb;
}

#info .thumbnail {
	box-shadow: 0px 0px 10px 0 rgba(0,38,49,0.5);
	-webkit-box-shadow: 0px 0px 10px 0 rgba(0,38,49,0.5);
	-moz-box-shadow: 0px 0px 10px 0 rgba(0,38,49,0.5);
	-o-box-shadow: 0px 0px 10px 0 rgba(0,38,49,0.5);
}
.caption p.button {
	text-align:right;
}
.caption {
}
.caption p {color:#000;}
.thumbnail {
	padding:0;
	border:none;
}
.thumbnail img {
	height: 180px;
	width:100%;
	object-fit: cover;
	
}
.thumbnail .caption {
	padding: 0 15px;
}
#welcome .row {padding:15px 30px 50px 30px;}
#welcome .thumbnail {
	background:none;
	text-align:center;
	height:auto;
}
#welcome .thumbnail img {
	margin:30px auto 15px auto;
	width:90%;
	box-shadow: 0 0 25px  rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 25px rgba(255,255,255,0.5);
}

#testimonials {
	background-color:#000;
	background-image:url("/images/lessons/studio.jpg");
	background-size:auto 100%;
	background-position:50%;
	background-attachment: fixed;
	padding:30px 0 60px 0;
}
#testimonials {
	padding:30px;
}
.quote {
	display:inline-block;
	position:relative;
	padding:45px 45px 0 45px;
}
.quote p {
	font-family: Merriweather, serif;
	font-size:20px;
	font-style:italic;
	letter-spacing:1px;
	text-indent: 30px;
}
#testimonials .fa-quote-left {
	color:rgba(255,255,255,0.3);
	position:absolute;
		left:30px; top:20px;
}
#testimonials .fa-star {
	width:30px;
	position:relative;
	left:-45px;
	color:yellow;
}
#testimonials img {
	float:left;
	width:25%;
}
.quotetext {margin-bottom:30px;}
.quote p.testimonial-sig {
	font-family: Times, serif;
	font-style: normal;
}
#testimonials .btn {font-size:large;}


