header {
    height: 250px;
    background: url('/img/header.jpg');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.header-logo {
    margin: 0 auto;
    display: block;
    width: 90%;
    height: auto;
    max-width: 500px;
}
.header-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 250px;
    position: absolute;
}
.header-components {
    margin-top: 75px;
    text-align: center;
    color: white;
}
header a:link,a:hover,a:visited {
    text-decoration: none;
}
.header-title,
.header-subtitle {
    color: white;
    text-align: center;
    margin: 0;
}
.header-title {
    font-family: 'Kaushan Script', cursive;
    font-size: 50px;
}
.header-subtitle {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header-subtitle {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .nav-center{
        float: none;
        display: table;
        table-layout: fixed;
        margin: 0 auto;
    }
    .navbar-brand {
        display: none;
    }
}