@CHARSET "UTF-8";

html {
	font-size: 18px;
}
.parallax {
	height: 80px;
}
.row_pad {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pad {
	padding-left: 5%;
	padding-right: 5%;
}
.pad_extra {
	padding-left: 10%;
	padding-right: 10%;
}
.main {
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
}

.article {
    border-style: none;
    position: relative;
    background-color: transparent;
	line-height: 1.4;
	font-family:'source sans pro';
	color: rgb(102, 102, 102);
	text-align: left;
}
.main_heading
{
	font-size: 28px;
}
.heading
{
	font-size: 22px;
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	background-color: rgb(228, 226, 226);
}
.testimonial {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	color: #918181;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin: 10px;
	margin-top: 20px;
	height: 200px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;	
}
.quote > div:nth-of-type(1) {
	font-family: 'Bilbo swash caps';	
	font-size: 28px;
	align-self: flex-start;
}
.quote > div:nth-of-type(2) {
	font-size: 20px;
	font-style: italic;
}
.quote > div:nth-of-type(3) {
	font-size: 16px;
	font-style: italic;
}
