/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.1.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.header-top.dark {
    background-color: #333333;
    border-bottom: 1px solid #DFDFE2;
}

.header.dark {
    background-color: rgba(0,151,167, 0.8);
    border-top-color: rgba(37, 42, 44, 0.5);
}

.transparent-header header.header.dark.transparent-header-on {
    background-color: rgba(0,151,167, 0.7);
    border-top-color: rgba(37, 42, 44, 0.5);
}

.fixed-header-on .dark.header.fixed {
    background-color: rgba(0,151,167, 0.9);
}

.dark .footer {
    background-color: #333333;
    color: #fff;
}

.dark .footer .link-dark {
    color: #fff;
    text-decoration: none!important;
}

.dark .subfooter {
    background-color: #0097A7;
    border-color: #454545;
    color: #fff;
}

.dark.header .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    border-bottom: 1px solid transparent;
    text-shadow: 0px 0px rgba(255, 255, 255, 0.6);
    font-weight: bold;

}

.btn-default {
    color: #fff;
    background-color: #00C294;
    border-color: #00C294;
}