section {
    padding: 50px 0;
}

dd {
    margin-bottom:1em;
}

#bigLogo {
    width:100%;
    height:auto;
    background:rgba(255, 255, 255, 0.3);
    margin:0.25em 0;
    
}

.header-content-inner .btn {
    margin:0.5em;
}

.bg-primary a {
    color:#dedede;
    text-decoration: underline;
}

.song-list h3 {
    margin-bottom:0;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


#bios .btn {
    margin-top:0.5em;
    margin-bottom:0.5em;
}

img.biopic {
    width:40%;
    height:auto;
    float:right;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

/*
@media (max-width: 800px) {
    #bigLogo {
        width:100%;
        height:auto;
        background:rgba(255,255,255,0.3);
        margin-bottom:1em;

    }
}*/
