 /* CUSTOM STYLES 
-------------------------------------------------- */

body {
	color: #555;
	font-family:"Open sans", Helvetica, Arial;
    font-size: 16px;
    line-height: 1.5;
}
ol, ul {
    margin: 1.375em 0 1.75em 1em;
}
li {
	margin-bottom: .5em;
}
.navbar-default {
    font-size: .9em;
    font-weight: 600;
	background-color: #fff;
	border: none;
}
.navbar-brand {
    height: 130px;
    font-size: 16px;
    padding: 0 15px 15px 0;

}
.navbar-nav {
    padding-top:35px;
}

@media (min-width: 400px) {
	.navbar-brand {
	    font-size: 24px;
	}
}
.dropdown-menu > li > a {
	color: #555;
    font-size: .9em;
    font-weight: 600;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    font-size: .9em;
    font-weight: 600;
    background-color: #BBB;
}
.topSpace {
	margin-top: 3em;
}
.jumbotron {
	color: #fff;
	background-color: #183060;
}
.jumbotron p {
	margin-bottom: 30px;
	font-weight: 300;
}
.subHeader {
	color: #fff;
	background-color: #183060;
}
.subHeader h1 {
	font-size: .9em;
	font-weight: 600;
	letter-spacing: 2.75px;
	text-transform: uppercase;
	margin: 2em 0;
}
.lead {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
}
.contact h4 {
	font-weight: 600;
	margin-top: 15px;
    margin-bottom: 0;
}
/* Honeypot */
.special {
	display: none;
}
.footer {
  font-size: 0.9em;
  color: #ccc;
  margin-top: 7em;
  padding: 2em 0;
  background-color: #183060;
}
.company {
	font-size: 24px;
}
