.customBold {
	color: #DEDEDE;
	
}

p{

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #DEDEDE;
}

h1, h2, h3, h4, h5, h6 {

	font-family: 'Oswald', sans-serif;
	color: #DEDEDE;
}

body{
	background-color: #3D3D3D;
}

.navbar-default {
	background-color: #1D2C4F;
	border-color: #263966;
}

.well{
	background-color: #5C5C5C;
	border-color: #5C5C5C;
	color: #FFFFFF;
	
	padding-top: 7px;
	padding-bottom: 6px;

	
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {

	
	background-color: #207A8F;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {

	
	background-color: #207A8F;
}

.btn-success{
	background-color: #207A8F;
	border-color: #207A8F;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active{

	background-color: #2692AB;
	border-color: #2692AB;

}

.modal-dialog{
  width: 930px;
}


.navbar-fixed-bottom {
	padding-top:4px !important; 
	min-height:29px !important;
}

.navbar {
	border-top: 0px;
	border-bottom: 0px;
}


 .navbar-text {
 	margin-top: 0px;
  	margin-bottom: 0px;
 }

  .custom-contact {
 	color: #616060;
 }


.well > p{
	display: inline-block;
	font-size: 18px;
	padding-top: 4px;

}

.navbar {
	min-height: 38px;
	padding-top: 0px;
}
.navbar-brand {padding: 10px 15px; height: 0px; line-height: 0px;}

.navbar-nav {padding: 10px 15px; line-height: 10px;}


.navbar-brand, .nav > li > a {
  padding: 5px 15px;
}

.little-margin-btn{
	margin: 0px 0px 4px 0px !important;
	
	}
.little-margin{
	margin: 4px 0px 0px 0px !important;
	
	}