body {
font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}* {
  border-radius: 0 !important;
}
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.footerfont {
font-size: 16px;
	 color: #FFFFFF;
}
a.footerfont {
font-size: 16px;
	 color: #FFFFFF;
}
a.footerfont:hover {
font-size: 16px;
	 color: #FFFFFF;
}
a.footerfont:active {
font-size: 16px;
	 color: #FFFFFF;
}
a.footerfont:visited {
font-size: 16px;
	 color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
	background-color: #0b0f1a;
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 400;	
}  
.darkbluebackground {
		background-color: #0b0f1a;
	color: #FFFFFF;
}
.bg-dark {
		background-color: #0b0f1a !important;
}
.largebluetitle
{
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 48px;
	color: #005498;
}
.mediumbluetitle
{
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 36px;
	color: #005498;
}
.smallbluetitle
{
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 24px;
color: #005498;
}
.largeblacktitle
{
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 38px;
color: #000000;
}
.smallblacktitle
{
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 24px;
color: #000000;
}
.smallgreentitle
{
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 24px;
color: #09780f;
}
.btn-blue {
	background-color: #024779;
    color: #fff;
	font-size: 20px;
	padding: 12px 20px;
}
.btn-black {
	background-color: #000000;
    color: #fff;
	font-size: 20px;
	padding: 12px 20px;
}
a.btn-black:hover {
	background-color: #000000;
    color: #c6dae6;
	font-size: 20px;
	padding: 12px 20px;
}
.lightgraybackground {
	background-color: #e4e5e6;
}
.lightbluebackground {
	background-color: #c6dae6;
}
.bluebackground {
	background-color: #024779;
}
.carousel {
	margin: 20px auto;
	padding: 0 70px;
}
.carousel .item {
	overflow: hidden;
}
.carousel .testimonial {
	padding: 10px 0 10px;
		font-size: 30px;
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
		text-transform: uppercase;
}
.carousel .overview {	
	text-transform: uppercase;
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
	color: #000000;
	font-size: 26px;
}
.carousel .carousel-control {
	width: 40px;
	height: 40px;
    margin-top: -20px;
    top: 20%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
@media (max-width: 768px) {
.carousel .testimonial {
		font-size: 24px;
}
.carousel .overview {	
	font-size: 18px;
}
	}
.quote {
font-size: 20px;
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
		text-transform: uppercase;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}