@charset "UTF-8";
/* CSS Document */

body {font-family: 'Raleway', sans-serif;}
.logo {width:100%;}
.logo img {max-width:140px; display: block; margin: auto;}

.bg-hero {background-image: url("../images/hero.jpg"); background-size: cover; background-repeat: no-repeat;}
.bg-brand-purple {background-color:#5D436C; color:#FFFFFF;}
.bg-brand-clouds {background-image: url("../images/clouds.png"); background-repeat: no-repeat; background-position: center bottom; padding-bottom:100px; background-color:#FAF7FA}
.text-brand-color {color:#5D436C;}
#times-font {font-family: TimesNewRomanPS-MT; font-style: italic;}
.form form#caspioform {width:100%!important;}
.form input {
	margin:0px auto 5px auto;
	padding: 5px;
	border:1px solid #eee;
	width: 100%!important;
}
.form input:focus, .form input:hover {
	outline:1px #5D436C solid;
	border:1px #5D436C solid;
}

.form input[type="submit"] {
	background-color:#5D436C;
	color:#fff;
	width: 100%;
	padding:10px;
}