body{}

.navbar-default {
background:rgba(0, 0, 0, 0.6)!important;
}

.navbar-default .navbar-nav>li>a {
color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:active{background:#00C8D2!important;color:white!Important}
.navbar-default .navbar-nav>li>a.active{background:#00C8D2!important;color:white!Important}
.navbar-default .navbar-toggle{
background:#fff;	
}

.navbar-brand {
float: left;
height: 80px;
padding: 10px 10px;
font-size: 18px;
line-height: 80px;
}
.navbar-nav>li>a {
    line-height: 50px!important;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top,#00C8D2 0,#008991 100%);
    background-image: -o-linear-gradient(top,#00C8D2 0,#008991 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#00C8D2),to(#008991));
    background-image: linear-gradient(to bottom,#00C8D2 0,#008991 100%);	
	border-color:#008991!important;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #008991!important;
}
	
.navbar-inverse {
background: #3366CC;
border-color: #080808;
margin-bottom: 0px;
}
.nav-pills>li>a:hover{ background:#fff; color:#3366cc!important;}
.nav-pills>li>a:active{ background:#fff; color:#3366cc!important;}
.active:hover{ background:#f3f3f3!important}
.active{ background:#FFF; color: #3366CC!important;}
footer p{ color:white; text-align:center;}

footer{ background: rgba(0, 0, 0, 0.7)!important; padding:30px;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















