﻿* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}



.navbar {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    color: white;
}

.brand-title img {
    max-height: 40px;
    margin: 3px;
    padding: 0 10px;
}

.navbar-links {
    height: 100%;
}

    .navbar-links ul {
        display: flex;
        margin: 0;
        padding: 0;
    }

    .navbar-links li {
        list-style: none;
    }

        .navbar-links li a {
            display: block;
            text-decoration: none;
            color: black;
            padding: 1rem;
        }

        .navbar-links li:hover {
            background-color: #e9e9e9;
        }

        .navbar-links li:active {
            color: #ffffff;
            background-color: #c5c5c5;
        }



.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

    .toggle-button .bar {
        height: 3px;
        width: 100%;
        background-color: black;
        border-radius: 10px;
    }


.main {
    background-color: black;
    width: 100%;
    height: 578px;
}

.middlecenter {
    font-size: 40px;
    color: #808080;
    line-height: 2.7;
    text-align: center;
    background-color: black;
    float: right;
    padding-right: 50px;
}

.frontpgpic1 {
    background-color: black;
    float: left;
}

}

.bigr {
    text-indent: 6px;
    color: #666666;
    letter-spacing: 7px;
    font-size: 25px;
}

.biog {
    padding-left: 5pt;
    padding-right: 5pt;
    font-size: 20px;
    line-height: 1.4em;
}

.aut {
    text-indent: 2px;
    color: #666666;
    letter-spacing: 5px;
    font-size: 25px;
}

.authr {
    font-size: 20px;
    line-height: 1.4em;
}



.musiqpara {
    float: left;
    width: 50%;
    padding: 10px;
}


.paragams:after {
    content: "";
    display: table;
    clear: both;
}


.musq {
    color: #666666;
    letter-spacing: 5px;
    text-align: center;
    font-size: 25px;
}



.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}


.row::after {
    content: "";
    clear: both;
    display: table;
}


.MusicStores::after {
    opacity: 30;
    content: "";
    clear: both;
    display: table;
}

.mstore {
    float: left;
    width: 25%;
    padding: 10px;
}


.digistore::after {
    content: "";
    clear: both;
    display: table;
}


div h3 {
    display: flex;
    width: 100%;
    left: 0;
    background-color: #303030;
    color: white;
    justify-content: center;
}





.mstore:hover {
    opacity: 0.5;
}




.musq {
    color: #666666;
    letter-spacing: 5px;
    text-align: center;
}

.bookings {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contacts {
    text-align: center;
    letter-spacing: 2px;
    color: #666666;
    font-size: 25px;
}

.contact {
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    padding-top: 20px;
}

.Qtscenter {
    color: #666666;
    letter-spacing: 5px;
    text-align: center;
    font-size: 25px;
}

.Qtsleft {
    float: left;
    width: 400px;
    font-size: 20px;
    line-height: 1em;
    white-space: pre;
}

.Qtsright {
    float: right;
    width: 550px;
    font-size: 20px;
    line-height: 1em;
    white-space: pre;
}

.Quotesbox:after {
    content: "";
    display: table;
    clear: both;
}

.QuotesPosition {
    float: left;
    width: 50%;
    padding: 10px;
    font-size: 20px;
    line-height: 1em;
   
    }

.TweetAuthor {
    max-width: 200px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
}

.Youtube {
    float: left;
}

.djtwit {
    float: left;
}

.djsocialmedia {
    color: #666666;
    letter-spacing: 5px;
    text-align: center;
}

.Pinrest {
    float: left;
}



footer {
    display: flex;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #303030;
    color: white;
    justify-content: center;
}

@media (max-width: 750px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

        .navbar-links ul {
            width: 100%;
            flex-direction: column;
        }

            .navbar-links ul li {
                text-align: center;
            }

                .navbar-links ul li a {
                    padding: .5rem 1rem;
                }

        .navbar-links.active {
            display: flex;
        }

    .middlecenter {
        text-align: center;
        color: #808080;
        line-height: 2.7;
        font-size: 20px;
        background-color:black;
        float:none;
    }

    .pic1 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .pic2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .pic3 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .musiqleft {
        text-align:center;
    }

    .musiqright {
        text-align:center;
    }

    .TweetAuthor {
        
        max-width: 100%;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        word-wrap: normal !important;
        margin-left: auto;
        margin-right: auto;
    }

    .Youtube {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display:block;
    }

    .djtwit {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .djsocialmedia {
        color: #666666;
        letter-spacing: 5px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        display: block;
    }

    .Pinrest {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }


}


