﻿body {
    background: url(../../Home/LoginBackground) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #252525;
}

/*
 * Header
 */

    .masthead-brand {
        margin-bottom: 0;
        text-shadow: 0 .05rem .1rem rgba(255, 255, 255, .5);
    }

    .nav-masthead .nav-link {
        padding: .25rem 0;
        font-weight: 700;
        color: rgba(0, 0, 0, .7);
        background-color: transparent;
        border-bottom: .25rem solid transparent;
        text-shadow: 0 .05rem .1rem rgba(255, 255, 255, .5);
        display: inline-flex;
        align-items: center;
    }

        .nav-masthead .nav-link:hover,
        .nav-masthead .nav-link:focus {
            border-bottom-color: rgba(255, 255, 255, .25);
        }

        .nav-masthead .nav-link + .nav-link {
            margin-left: 1rem;
        }

    .nav-masthead .active {
        background-color: #509BAF;
        padding: 8px 16px;
        border-radius: 20px;
        display: inline-flex;
        align-items: center;
        height: auto;
        border-bottom: none;
    }

@media (max-width: 768px) {
    .masthead-brand {
        padding-bottom: 10px;
    }
}
    /*
 * Footer
 */
    .mastfoot {
        color: rgba(255, 255, 255, .5);
    }
