a, a:link, a:visited {
    text-decoration: none;
}

body {
    /* background-attachment: fixed; */
    background-color: black;
    background: url('../images/bg.png') repeat;
    color: #efefef;
    font-family: "Grenze", sans-serif;
    font-size: 20px;
}

#banner {
    text-align: center;
}

.modal-backdrop.in {
    opacity: 0.95;
    background-color: #333333;
}

section {
    padding: 16px;
    position: relative;
}

div.content {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    left: 0;
    right: 0;
    z-index: 100;
}

footer a {
    color: #6d9bf1;
}

footer p {
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: "Pirata One", Arial, Helvetica, serif;
    color: white;
    background: rgba(23, 76, 178, .5);
    border-bottom: 1px solid #6e9af0;
    padding: 20px 4px;
    margin-bottom: 0;
}

h3.track-name {
    /* font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important; */
    text-shadow: none;
}

.info-box {
  background: rgba(23, 76, 178, .33);
  margin-top: 0;
  padding: 12px;
}

hr {
    border-top-color: #565656;
}

iframe {
    border: none;
}

img.artist-icon {
    height: 24px;
    width: 24px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

img.artist-icon[alt*="Homepage"] {
    border: none;
}

img.cover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    margin: 10px;
}

.fa-huge {
    font-size: 90px;
    line-height: 95px;
}

#logo {
    margin: 0 0 20px 0;
    max-width: 100%;
}

.bg-dark {
    opacity: 0.75;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu li {
    cursor: pointer;
}

.smaller {
    font-size: 11px;
    line-height: 13px;
    opacity: 0.5;
}

#artists {
    padding-top: 20px;
}

.artist button {
    margin-left: 10px;
}

.artist p:first-letter {
    margin-left: 20px;
}

.comma-list a::after {
    content: ", ";
}

.comma-list a:last-child::after {
    content: "";
}

#download a {
    margin-top: 10px;
}

footer {
    background-color: rgba(0, 0, 0, 0.7);
    color: #666;
}

footer.navbar-default {
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
}

footer.navbar a:link {
    color: #ffc800;
    font-weight: bold;
}

@media (max-width: 767px) {

    #banner {
        background: none;
        box-shadow: none;
    }

    #logo {
        margin-left: auto;
        margin-right: auto;
    }

    div.content {
        padding-top: 70px;
    }

    div.inverse {
        padding: 15px;
    }

    div.regular {
        padding: 15px;
    }

    a.btn, button.btn {
        font-size: 14px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .container {
        max-width: 100%;
    }

    .container-content {
        padding-left: 15px;
        padding-right: 15px;
    }


    div.btn-group {
        width: 100%;
    }

    h1 {
        font-size: 20px;
        line-height: 25px;
    }

    h2, h3, .artist h4, h4, h5 {
        font-size: 18px;
    }

    .navbar-fixed-top {
        height: auto;
    }

}

@media (max-height: 800px) {

    #logo {
        max-height: 600px;
    }

}
