:root {
  --key: rgb(148, 208, 234);
  --grad: linear-gradient(#192A4A, #141244);
}
body {
    background: var(--grad);
}
a {
    color: var(--key) !important;
}
ul.tracks li {
    border-top:3px solid #0E367F;
}
ul.tracks {
    border-bottom:3px solid #0E367F;
}
.mdate {
    display: none;
}

#donate-button {
    display: none !important;
}

#som_logo {
    display: none;
}
.home {
/*    display:none;*/
}

.cover {
    width:100%;
}
.cover img {
    width :100%;
    height: auto;
    max-width:1000px;
}

/* Large screens */
@media only screen and (min-width: 1024px) {
    body {
        font-size:1.2em;        
    }
    .cover img {
        max-width:256px;
    }    
}
