@charset "utf-8";
/* CSS Document */

body {
	background: url("bg.jpg") top center no-repeat #fff;
	color: #555;
	font: normal 12px/18px 'Source Sans Pro', sans-serif;
	padding: 0;
	margin: 0;
}

.container .jumbotron{background:transparent; width:522px; border:0; border-radius:0; padding:80px 0 20px; margin:0 auto;}
.container .jumbotron.home{width:70%; text-align:center;}

.logo{padding-bottom:40px;}

.splash{}
.splash h1{font-size:30px; font-weight:300; padding:0; margin:0 0 65px;}
.splash p{color:#555; font-size:16px; line-height:21px; padding:0; margin:0 0 16px;}
.splash a{color:#91278d; border-bottom:1px dotted #91278d; text-decoration:none;}
.splash a:hover{color:#91278d; border-bottom:1px dotted #91278d;}

.contact{background:url("bg_form.png") 0 0 no-repeat; width:471px; height:358px; padding:70px 60px 0; margin:0 auto 30px;}

.recaptcha{text-align:center;}

.submit{text-align:center;}
.submit .btn-primary{background:#0e76bc; width:174px; height:66px; font-size:26px; font-family:'Source Sans Pro', sans-serif; font-weight:300; border-radius:4px;}