@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box}
body{
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 24px;
	background-color: #f4f9f6;
	color: #15142d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a {
	color: #C6030F;
}
.smallt {
	font-size: 12px;
	line-height: 20px;
}
img {
	max-width: 100%;
	height: auto;
	border-radius: 0%;
}
h1{
	color: #b9110c;
	font-size: 40px;
}
h2{}
h3{
	color: #C6030F;
}
.red{
	color: #C6030F;
}
.top{
	width: 100%;
	clear: both;
	background-image: url(images/shutterstock_90148972.jpg);
	background-repeat: no-repeat;
	height: 300px;
	background-position: center top;
	background-size: cover;
	}
.main{
	width:90%;
	max-width:1000px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
.large {width:100%;
max-width:800px;
}
.medium {width:45%;
max-width:450px;
}
.small {width:100%;
max-width:300px;
}
.break{clear:both;}
.center{
	margin-left:auto;
	margin-right:auto;
}
.left{
	float: left;
}
.right{
	float:right;
}
.alignr{text-align:right;}
.alignl{text-align:left;}
.quote{
	font-family: georgia,times,serif;
	font-style: italic;
	font-size: 30px;
	padding-top: 10%;
	padding-right: 40px;
	padding-left: 40px;
	color: #5E9086;
	width: 75%;
	line-height: 34px;
}
.image {
	width: 25%;
	height: 25%;
	line-height:0;
	overflow: hidden;
	border-radius: 50%;
}
@media screen and (max-width: 680px) {
	.medium{width:100%;}
	.alignr{
	text-align:left;}
	.quote{
	width:100%;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	}
	.image{
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 50%;
	height: 50%;
}

	.top{height:150px;}
	h1{font-size:24px;}
	h2{font-size:20px;}
}
