
h1, h2, h3, h4, h5, h6 {
 font-family: Museo-500;
 font-weight:300;
}

.page-heading{
font-family: Museo-500;
}

#about h4 {
 font-weight:300;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
color:#ffa041;
text-shadow:1px 1px #000;
}

.navbar-default .nav li a {
font-family: Museo-500;
}

.header.sticky .logo a {
  width: 185px;
}

.header .logo a {
  width: 200px;
}

.bg-img2 {
    background-image: url("../img/shutterstock_956714.jpg");
}

.background--light .header a  {
    color: #fff;
}

.overlay {
	background:#e0e0e0;
    opacity: 0.3;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background:0;
color:#FFF;

}

.fa {
  color: #ffa041;
}

.btn-danger {
background: #ffa041;
border-color:#ffa041;
}

.about-block1:before {
background: #102d4d;
}

.about-block2:before {
background: #143961;
}

.about-block3:before {
background: #194576;
}


#about {
background: #fff;
}

.modal {
z-index: 9999;
}


.btn1 {
	padding: 0 25px;
	height: 44px;
	line-height: 42px;
	text-align: center;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	background-color: transparent;
	border: solid 1px #555;
	display: table;
	font-family: Raleway;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
background: #ffa041;
}

.btn1:hover {
	color: #fff;
	background-color: #555;
	border: solid 1px #555;
}

.btn1.white {
	padding: 0 25px;
	height: 44px;
	line-height: 42px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	background-color: transparent;
	border: solid 1px #fff;
	display: table;
}

.btn1.white:hover {
	color: #000;
	background-color: #fff;
	border: solid 1px #000;
}

.nav-tabs li a {
font-size:10px;
}
.item img {
	width:100%;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	opacity:1;
}
.carousel-control.left {
	top:40%
}
.carousel-control.right {
	top:40%
}
.carousel-caption {
	top:15%;
	text-align:left;
  	height:auto;
}
.carousel-caption h2 { 
	line-height:160%
}
.carousel-caption h2 span {
	padding:10px 20px;
	color:#fff;
}
p.caption {
	padding:10px;
	margin-top:40px;
	text-shadow:2px 2px #000;
	font-size:18px;
	line-height:120%;
	color:#fff;
	width:80%;
}

.navbar-default {
padding:10px 0;
}

.navbar-default .nav li a {
color:#fff;
text-shadow:2px 2px #000;
}

.carousel {
padding-top:0px;
}

.about-nav li {
padding:10px 30px;
}

#mainlogo {
width:100%; max-width:200px;position:relative;z-index:2050;
}

@media (max-width: 991px) {
	.header.sticky .logo a {
	  width: 180px;
	}
	
	.header .logo a {
	  width: 200px;
	}

	p.caption {
	  font-size:12px;
	}

#mainlogo {
width:30%; max-width:100px;position:relative;z-index:2050;
}
	
}
