body{
	font-family: "proxima-nova";
	color: #333;
}
h1, h2, h3, h4, h5{
    color: #003876;
    font-weight: bold;
}
p{
	font-size: 18px;
}
.lead{
	font-size: 18px !important;
}
.btn-primary{
	background: #003876;
    color: #fff;
	border-radius: 0;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.2s ease-out;
    border: 1px solid #003876;
}
.btn-primary:hover{
	background: none;
	color: #003876;

}
.form-control{
	background-color: #E7E6E6;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-horizontal .control-label{
	font-size: 18px;
}