.navbar-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
margin-top: 20px;
margin-bottom: -90px;
}

.lead {
    font-size: 25px;
}

h1 {
    color: rgba(236, 157, 16, 0.84);
}

a, a:focus, a:hover {
    color:#FF7A00;
}

body {
font-family: "Alef";
font-size: 16px;
background-color:black;
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a {
color: #FFF;
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
border-top-color: #FFF;
border-bottom-color: #FFF;
}

.navbar-inverse .navbar-inner {
background-color: #1B1B1B;
background-image: -moz-linear-gradient(top, #222, #111);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
background-image: -webkit-linear-gradient(top, #222, #111);
background-image: -o-linear-gradient(top, #222, #111);
background-image: linear-gradient(to bottom, #FF9825, #E46E00);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
border-color: #252525;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
 color: #ffffff;
 text-decoration: none;
 outline: 0;
 background-color: black !important;
 background-image: none !important;
 background-repeat: repeat-x;
 filter:none;
 }

.carousel-caption {
background-color: rgba(0, 0, 0, 0);
position: static;
padding: 0 20px;
margin-top: 200px;
}

.carousel-control {
position: absolute;
top: 40%;
left: 15px;
width: 40px;
height: 40px;
margin-top: -20px;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: #fff;
text-align: center;
background: #222;
border: 3px solid #FFF;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: 0.8;
filter: alpha(opacity=50);
}

.carousel-control:hover, .carousel-control:focus {
color: #FF7A00;
}

li.active {
background:#000;
}

.socialfooter {
padding-left:1.5em;
padding-top:1em;
padding-bottom:1em;
background-color: #2FB1DA;
}

.socialfooter img, .socialfooter .carousel {
float:left;
}

.socialfooter img {
margin-top: .9em;
}

.copyright {
float: right;
margin-right: 1em;
font-size: 12px;
color:black;
}
