/*------------Body Styles-----------------*/
h1, h2, h3, h4{
	font-family: 'Raleway', sans-serif;
	font-weight: 900 !important;
}

h2 {
    font-weight: 900 !important;
    color: #08357A;
}

h2 strong {
    font-weight: 900 !important;
    color: #08357A;
}

h3{
	font-size:1.4em;
	color: #08357A;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.75em;
    color: #666;
}

p a {
    color: #3F841B;
	text-decoration:underline;
}

p a:hover {
    color: #B2D294;
}

.stylish {
    font-family:'Open Sans', FontAwesome;
}

.btn-submit{
	margin-top: 1em;
	display: inline-block;
	padding: 8px 20px;
	font-size: 1em;
	cursor: pointer;
	border: none;
	background: #08357a;
	color: #fff;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.btn-submit:hover {
	text-decoration: none;
	background: #3a72c8;
	color: #fff;
}


.center{
	text-align: center;
}

.bottom{
	margin-bottom: 20px;
}

.box{
	border-radius: 1em;
}

.box h3{
	text-align: center;
}

.img-border{
	border:none;
}

.img-responsive{
	margin-bottom: 15px;
}

.right{
	float: right;
}

ul{
	padding-left: 0px;
}

.gap-sm{
	margin-bottom:10px;
}

.gap-md{
	margin-bottom:22.5px;
}

.gap-lg{
	margin-bottom:50px;
}

/*------------Nav Styles-----------------*/
.navbar-nav{
	font-size: .95em;
}

.navbar-default{
	  background: rgba(8,53,122,0.85);
	  border-color: rgba(8,53,122,0.85);
}

.navbar-default .navbar-nav>li>a{
	color: rgba(255,255,255,0.75);
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}

.navbar-default .navbar-brand{
	color: #fff;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: rgba(255,255,255,0.25);
}

.navbar-brand{
	padding: 8px 0px 0px 10px;
	width:calc(100% - 60px);
}

.navbar-brand img{
	height:34px;
}

.brand img{
	width: 600px;
}

.current a{
	color: #fff !important;
	font-weight:700;
}


/*------------Header & Logo Styles-----------------*/


.address-bar{
	font-size: .75em;
	color: #08357A;
	text-shadow: none;
	margin-top: 10px;
	padding: 0 0 30px;
}

.headerbg{
	background: #fff;
}

.brand-name{
	color: #08357A;
	letter-spacing: -0.5px;
	font-weight: 900;
}

/*------------About Page Styles-----------------*/


/*------------Services Page Styles-----------------*/

#services-container p{
	font-size:1.25em;
	color: #999;
	line-height:2.5em;
	text-transform:capitalize;
}

#services-container span{
	font-size:1.25em;
	font-weight:600;
	color:#08357A;
	margin-right:0.25em;
}

/*------------GALLERY-----------------*/

.img-responsive {
	margin-bottom: 0;
}

/*------------Contact Page Styles-----------------*/

.helpful-links a{
	display:block;
	color:#08357A;
	line-height:2em;
	margin-bottom:1em;
}

.form-control{
	color:#666;
}


.form-control:focus {
    border-color: rgba(8,53,122,1);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(8,53,122,0.7);
    		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(8,53,122,0.7);
}

.btn {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
	background-color:rgba(8,53,122,1);
	color:#fff;
}

.btn:hover{
	background-color:rgba(8,53,122,0.8);
	color:#fff;
	}

.btn:active{
	background-color:rgba(8,53,122,1);
	color:#fff;
	}

/*------------Footer Styles-----------------*/
footer {
    background: rgba(8,53,122,0.85);
}

footer p {
    padding: 15px 0px;
    color: rgba(255,255,255,0.6);
}

footer a {
    color: rgba(255,255,255,0.6);
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
}