html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 300px;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

body > div > footer {
    clear: both;
    height: 25px;
}

body > div > footer > div {
    position: absolute;
    bottom: 0;
    left: 3px;
}

h1 {
    margin-top: 0;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.listenApple {
    content: url(/media/images/US-UK_Apple_Music_Listen_on_Badge_RGB_072720-3ee20db465b7cbf0815d.png);
    content: -webkit-image-set(
            url(/media/images/US-UK_Apple_Music_Listen_on_Badge_RGB_072720-46dae734e417de81af74.svg) type('image/svg+xml'),
            url(/media/images/US-UK_Apple_Music_Listen_on_Badge_RGB_072720-3ee20db465b7cbf0815d.png) type('image/png')
    );
    content: image-set(
            url(/media/images/US-UK_Apple_Music_Listen_on_Badge_RGB_072720-46dae734e417de81af74.svg) type('image/svg+xml'),
            url(/media/images/US-UK_Apple_Music_Listen_on_Badge_RGB_072720-3ee20db465b7cbf0815d.png) type('image/png')
    );
}

.spotify {
    content: url(/media/images/Spotify_Logo_RGB_Green-small-546ae6f0da4c159c59a4.png);
}

.pandora {
    content: url(/media/images/Pandora_Wordmark_Black-3ae10e9c0fa3bd285bed.png);
}

.youtubeMusic {
    content: url(/media/images/yt_logo_rgb_light-small-95c2a0676180a6891e81.png);
}

.amazonMusic {
    content: url("/media/images/Amazon%20Music-small-b69c9d75c6e0ac9d351a.png");
}

.composer {
    font-size: small;
}

#links {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    background-color: white;
    border: solid black 2px;
}

#links img {
    margin-left: 5px;
    margin-right: 5px;
}

* {
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    #links a {
        width: 100%;
        display: inline-block;
    }
}

body {
    background-color: #a8cbff;
}

#longingForHomeImg {
    content: url(/media/images/longing-for-home-ed7c132e454395c85c1a.jpg);
}

#albumDiv {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

#tracks {
    width: 400px;
    padding-left: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: larger;
    font-family: sans-serif;
}

#tracks li {
    margin-bottom: 10px;
}


/*# sourceMappingURL=longingForHome-c93f067f2a0fcd6c8ff4.css.map*/