/*
Theme Name: Jump Off
Theme URI: none
Description: A base theme for a quick get up and go.
Author: Nick Berens & Michael Dahlke
Author URI: none
Version: 1.1
Tags: responsive, white, bootstrap


This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/

@import url('css/main.css');

.header-main .top-bar {
    background: #0d1526; !important
}

.btn-link {
    background-color: #bed730 !important;
    color: #0d1526 !important;
    border-color: #bed730 !important;
}

.header-main .top-bar .action-button a {
    padding-right: 5px;
}

.btn-link:hover {
    background-color: #98ac26 !important;
    border-color: #98ac26 !important;
}

.footer-main .footer-menu .menu-item a {
    color: #ffffff; !important
}
.footer-main .footer-menu-title {
    color: #ffffff; !important
}

.footer-main .footer-contact {
    color: #ffffff; !important
}

.footer-main .footer-copyright-wisnet-credit, .footer-main .footer-copyright-wisnet-credit a {
    color: #cccccc; !important
}