/* Bespoke CSS here */

html {
	font-size: 20px;
}
.parallax {
	display: block;
	height: 145px;
}
.row_pad {
	padding-top: 30px;
	padding-bottom: 30px;
}

.main {
	margin-left: 6.5%;
	margin-right: 6.5%;
	position: relative;
}
.pad {
	padding-left: 6.5%;
	padding-right: 6.5%;
}
.pad_extra {
	padding-left: 13%;
	padding-right: 13%;
}

.article {
    position: relative;
    border-style:solid;
	border-width:1px;
	border-color:rgb(209, 205, 205);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	margin: 0px;
	max-width: 800px;
	background-color: rgb(238,238,238);
	line-height: 1.5;
	font-family:'source sans pro';
	color: rgb(102, 102, 102);
	text-align: left;
	
}
.main_heading
{
	font-size: 32px;
}
.heading
{
	font-size: 24px;
	border-style: dashed;
	border-width: 1px;
	border-color: rgb(228, 226, 226);
	background-color: rgb(249, 249, 249);
	display: inline !important;
	
    position: absolute;
	z-index : 10;
	padding-top:2px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:2px;
	margin-right: 20px;
    top: -40px;
	left: 20px;
}
.testimonial {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	color: #918181;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-top: 40px;
	margin: 10px;
	margin-top: 30px;
	min-width: 300px;
	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;
	font-size: 0.9rem !important;	
}
.quote > div:nth-of-type(1) {
	font-family: 'Bilbo swash caps';	
	font-size: 32px;
	align-self: flex-start;
}
.quote > div:nth-of-type(2) {
	font-size: 26px;
	font-style: italic;
}
.quote > div:nth-of-type(3) {
	font-size: 20px;
	font-style: italic;
}
