body, html {
    height: 100%;
    margin: 0;
    background-color: black !important;
    padding: 10px 40px;
}

.band-image {
    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%;
    float: left;
}

.top-nav-title {
    background-color: black;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*width: 100%;
    float: left;*/
}

.top-nav {
    /*margin: auto;
    width: 50%;*/
    /*min-width: 434px;
    float: left;
    display: inline;*/
}

.top-nav-button{
    /*margin: auto;
    width: 50%;*/
}

.btn {
    font-size: 24px !important;
}

.band-title {
    color: rgb(245, 66, 66);
    width: 100%;
    float: left;
    margin: -15px 0 10px 0;
}

.band-title h1 {
    font-size: 89px;        
}

.title-wrapper{
    /*text-align:center;*/
}

.dropdown-button {
    color: rgb(245, 66, 66) !important;
    background-color: black !important;
    border-color: black !important;
}

.dropdown-button:hover {
    border-color: rgb(245, 66, 66) !important;
}

.dropdown-wrapper{
    /*width: 100px;*/
    float: left;
    padding: 5px;
}

.flyer {
    width: 70%;
    padding: 50px;    
    margin: 0 15%;
    float: left;
}

@media only screen and (max-width: 800px) {
    body, html {
        padding: 10px 27px;
    }
    
    .top-nav {
        margin: 0 -17%;
    }

    .btn {
        font-size: 13px !important;
    }

    .band-image {
        background-size: contain;
        /*position: absolute;
        right: 0;
        top: 100px;*/
    }

    .band-title {
       
    }

    .band-title h1 {
        font-size: 33px;
        background: black;
        display: inline;
        /* padding: 0px 0px 10px 30px; */
        float: left;
        margin: 8px 0 8px 28px;
    }

    .lore{
        display:none;
    }
}