body, html {
    height: 100%;
    margin: 0;
    background-color: black !important;
}

.band-wrapper {
    background-image: url('/band/images/band.jpg');
    background-repeat: no-repeat;
    background-size: cover;    
    color: white;
    height: 100%;
    font-weight: bold;
    font-size: 30px;
    width: 100%;
}


.band-title{
    color: rgb(249, 254, 152);
    width: 100%;
    float: left;
}

.band-title h1 {
    font-size: 89px;        
}

.contact a, .contact p {
    color: rgb(249, 254, 152);
    text-decoration: none;
}

.contact a:hover{
    color: rgb(249, 254, 152);
    text-decoration: none;
}

.title-wrapper{
    text-align:center;
}

.top-nav {
    margin: 0 auto;
    width: 25%;
    min-width: 434px;
}

.dropdown-button {
    color: rgb(249, 254, 152) !important;
    background-color: black !important;
    border-color: black !important;
}

.dropdown-button:hover {
    border-color: rgb(249, 254, 152) !important;
}

.dropdown-wrapper{
    /*width: 100px;*/
    float: left;
    padding: 5px;
}

@media only screen and (max-width: 800px) {
    .band-wrapper {
        background-size: contain;
        /*position: absolute;
        right: 0;
        top: 100px;*/
    }

    .band-title {
        padding: 167px 133px 0;
    }

    .band-title h1 {
        font-size: 70px;
        background: black;        
        display: inline;
    }    
}