/* Bespoke CSS here */

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

@media (min-width: 1300px) {
	.pad {
		padding-left: calc(50% - 575px);
		padding-right: calc(50% - 575px);
	}
	.pad_extra {
		padding-left: calc(50% - 450px);
		padding-right: calc(50% - 450px);
	}
	.main {
		margin-left: calc(50% - 575px);
		margin-right: calc(50% - 575px);
		position: relative;
	}
}

@media (max-width: 1300px) {
	.main {
		margin-left: 100px;
		margin-right: 100px;
		position: relative;
	}
	.pad {
		padding-left: 7.7%;
		padding-right: 7.7%;
	}
	.pad_extra {
		padding-left: 15.4%;
		padding-right: 15.4%;
	}
}

.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: 36px;
}
.heading
{
	font-size: 24px;
	border-style: dashed;
	border-width: 1px;
	border-color: rgb(228, 226, 226);
	background-color: rgb(249, 249, 249);
	text-align:center;
	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: 18px;
	padding-left: 18px;
	padding-bottom: 20px;
	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;	
}
.quote > div:nth-of-type(1) {
	font-family: 'Bilbo swash caps';	
	font-size: 36px;
	align-self: flex-start;
}
.quote > div:nth-of-type(2) {
	font-size: 28px;
	font-style: italic;
}
.quote > div:nth-of-type(3) {
	font-size: 20px;
	font-style: italic;
}
