/* ohost theme */

header.header .topbar {
    background-color: #36BAF8;
}

header.header {
    background: #2C3E58;
}

header.header .navbar a {
    color: #ffffff;
}

.navbar-nav ul.dropdown-menu.show > li a {
    color: #333;
}

#footer {
    background-color: #2C3E58 !important;
    color: white !important;
    font-size: 1.2em !important;
}

#footer a {
    color: #36BAF8;
}

footer.footer .copyright {
    text-align: left;
    padding: 6px 0;
}