@charset "utf-8";
/* ---------------- Text & Button ---------------- */

h1 {
	font-size: 40px;
	font-weight:normal;
	color:#005687;
	font-family: 'Great Vibes';
}
h2 {
	font-size: 20px;
	font-weight:normal;
	color:#0084cf;
	font-family: 'Bree Serif';
}
h3 {
	color: #005687;
	font-family: 'Open Sans';
	font-weight: bold;
}
a {
	color: #005687;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #141725;
}
.frm_submit input[type="submit"], .button, .read-more, .more-link, #mc_signup_submit {
	font-family: "Open Sans" !important;
	moz-border-radius : 3px !important;
	-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0 !important);
	-moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0) !important;
	box-shadow : 0px 0px 2px rgba(0,0,0,1.0) !important;
	font-size : 17px !important;
	color: #FFFFFF;
	background : #141521 !important;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015383), color-stop(100%,#141521)) !important;
	background : -moz-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : -webkit-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : -o-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : -ms-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : linear-gradient(top, #015383 0%, #141521 100%) !important;
	border: 2px solid #000000;
	border-radius: .5em;
	cursor: pointer;
	padding: 3px 10px;
}
.read-more, .more-link {
	float: right;
}
.read-more:after, .more-link:after {
	content:' ';
	clear: both;
}
@media only screen and (max-width: 480px) {
h1 {
	font-size: 18px;	
}

}
@media only screen and (min-width:480px) and (max-width:800px) {
h1 {
	font-size: 26px;	
}	
}