body.home nav {
    background: #e74c3c!important
}

body.home section.about {
    background: #e74c3c!important
}

body.home section.about article {
    font-size: 22px
}

body.home section.about article p {
    line-height: 30px;
    font-size: 20px;
}

body.home section.about article img.illustration {
    border: solid 1px rgba(255, 255, 255, .3);
    border-radius: 3px
}


.mixtape-list article {
    min-height: 85px
}

.mixtape-list article h2 span.curator {
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 20px
}

@media (max-width:768px) {
    .mixtape-list article h2 span.curator {
        display: none
    }
}

.mixtape-list .author-1 {
    display: none!important
}

.mixtape-list article span.tags {
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 20px
}

.mixtape-list span.highlight {
    position: absolute;
    margin-left: -50px!important;
    padding-top: 26px
}
