body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #6c757d !important;
}

.lead {
    font-size: 1.5rem;
}

.btn-primary {
    background-color: #121212;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: black;
}
.btn-primary:hover {
    border-color: black;
}
.btn-primary.btn-watershed {
    background-image: url('/assets/images/btn-background-watershed.jpg');
}
.btn-primary.btn-landslide {
    background-image: url('/assets/images/btn-background-landslide.jpg');
}

header {
    border: 5px solid #fff;
    border-bottom: 0 !important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}

main {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;

    text-align: center;
}

footer {
    border: 5px solid #fff;
    border-top: 0 !important;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.page-background {
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, .2)), url('/assets/images/landslide.jpg');
    background-size: cover;
    filter: blur(50px);
    transform: scale(1.1);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -55% !important;
    left: -55% !important;
    width: 210% !important;
    height: 210% !important;
    opacity: .95;
}

.social-icons {

    text-align: right !important;
}

.social-icons a {
    color: #000;
    text-decoration: none;
    margin-right: 10px;
    font-size: 1.5rem;
}

ol.album-tracks {
    text-align: center;
    list-style-position: inside;
    font-style: italic;
    padding: 0;
}

.get-track {
    margin: 20px auto 0;
    min-width: 300px;
    text-align: left;
}

.get-track i.fab {
    width: 30px;
    text-align: center;
}

.get-track img.icon {
    width: 30px;
}

.get-track .btn {
    width: 100px;
    text-align: center;
}

.form-group label,
.form-group .invalid-feedback {
    text-align: left;
}

.col-sheetmusic {
    text-align: left;
}
.col-sheetmusic img {
    display: block;
    float: left;
    width: 180px;
}
.col-sheetmusic .songname {
    display: block;
    margin-top: 30px;
}
.col-sheetmusic .pages {
    display: block;
    font-style: italic;
}