/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Header */

section#header {
    margin: 0;
    padding: 20px 0;
    background: #222;
    border-radius: 0;
}

section#header a, .nav-header a {
    color: #93C54B;
}

section#header .primary-action a {
    color: #fff;
}

@media screen and (max-width: 320px) {
    .nav-header-text p {
        font-size: x-small;
    }
}

#headerlogo {
    width: 65px;
    height: 65px;
    float:left;
}

.navbar-brand {
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    margin-top: 8px;
}

@media screen and (max-width: 425px) {
    .navbar-brand {
        display: none;
    }
}

/* Frontpage */

#home-banner {
    background-image: url(../img/midnightsky.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px !important;
    padding-bottom: 150px !important;
}

.home-shortcuts {
    background-color: #006687;
}

/* Footer */

section#footer {
    background: #222 !important;
}

/* Buttons */

