body {
    background-image: url('../img/header-background.jpg');
    background-size: cover;
    background-position: -600px 0px;
    background-attachment: fixed;
}
a,
a:active,
a:visited {
    color: white;
}

/*
 * Social Media Icons
 */
.icons ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 7%;
}
.icons ul li {
    padding: 5px;    
    display: inline;
}
.icons a {
    color: white !important;
    text-decoration: none;
    font-size: 0.8em;
    padding: 0px 5px;
}

/*
 * David Stahl
 */
.lettering {
    width: 70%;
    height: auto;
    margin: 7% 0%;
}


.linktree-wrapper {
    min-height: 90vh;
}
.linktree-container {
    width: 90%;
    margin: auto;
    padding-bottom: 5vh;
}

.cover {
    height: 75px;
    width: auto;
    margin-right: 20px;
}

.title {
    font-size: 0.6em;
}


.song-link-list a {
    text-align: left;
    display: block;
    border-top: solid 1px rgb(226, 232, 240);
    padding: 15px;
}

.accordion-body {
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.song-link-list a:hover {
    background-color: #F7F7F7;
}



.footer {
    color: white;
    margin-top: 40px;
}

@media (min-width: 1080px) {

    .cover {
        height: 100px;
        width: auto;
        margin-right: 20px;
    }

    .linktree-container {
        width: 320px;
        margin: auto;
    }

}