
body:not(.no-header) {
    padding-top: 0;
}

header {
    background-color: transparent;
    background-color: rgba(22, 16, 15, 0.15);
}

@media (min-width: 0) and (max-width: 991px) {
    header.no-navigation {
        position: absolute;
    }
}

/*  
header #logo {top: 3px;}
@media (min-width: 992px) {
    header #logo {top: 50%;}
 }
*/
    
.songs-row .song {
    position: relative;
    padding: 0.25rem 1rem 1rem;
    text-align: center;
    margin-bottom: 2rem;
}

.songs-row .song::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid currentColor;
    opacity: 0.25;
    z-index: 1;
    pointer-events: none;
}

.songs-row .song audio {
    position: relative;
    max-width: 100%;
    margin-bottom: 0.5rem;
    z-index: 3;
    outline: none;
}

.songs-row .song a {
    position: relative;
    text-decoration: underline;
    z-index: 3;
}

.songs-row .song a:hover,
.songs-row .song a:focus {
    text-decoration: none;
}

@media (min-width: 992px) {
    .songs-row .col-md-4:nth-of-type(3n+1) {
        clear: left;
    }

    .songs-row .col-md-4:nth-of-type(3n+3) {
        clear: right;
    }
}

.audioplayer {
    height: 70px;
    padding: 0 15px;
    border: 1px solid rgba(221, 226, 230, 0.7);
}

.audioplayer-volume {
    display: none;
}