/*
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;
    border-color: #4d5c51;
}

.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
}

.header-main .navbar-header .navbar-toggle .icon-bar {
    background: #4d5c51;
}

.top-bar__button {
    text-align: left;
}

.navbar-toggle {
    display: block;
}

.navbar-header {
    float: none;
}

.header-navigation > .mobile-nav #mobile-navigation .navbar-nav {
    background: #4d5c51;
}

.header-navigation > .mobile-nav #mobile-navigation {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    z-index: 1;
}

.header-logo .img-responsive {
    margin: 0 auto;
    max-width: 320px;
}

.carousel-inner .item:before {
    background-position: center;
}

.carousel-caption .caption-mobile {
    display: none;
}

.carousel-caption .caption-mobile h1,
.carousel-caption .caption-mobile h2,
.carousel-caption .caption-mobile h3,
.carousel-caption .caption-mobile h4,
.carousel-caption .caption-mobile h5,
.carousel-caption .caption-mobile h6,
.carousel-caption .caption-mobile p {
    color: #fff;
}


@media only screen and (min-width: 1200px) {
    .navbar-toggle {
        display: none;
    }

    .top-bar__button {
        text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-caption .caption-mobile {
        display: block;
    }
}

/*
PASSWORD PROTECTED PAGES
 */
.post-password-form {
    margin: 50px auto;
    max-width: 500px;
}

.post-password-form input[type=submit] {
    width: auto;
}
