/*
Theme Name: songs.dnl.re Theme
Description: Child theme for twentyfifteen theme.
Template: twentyfifteen
Version: 0.1
*/

@import url('../twentyfifteen/style.css');

@media screen and (min-width: 38.75em) {
    body {
        background: url(http://songs.dnl.re/wp-content/uploads/2017/05/background.jpg) fixed top center;
    }
}

@media screen and (min-width: 59.6875em) {
    body {
        background: url(http://songs.dnl.re/wp-content/uploads/2017/05/background.jpg) fixed;
    }
    .site-branding {
        text-align: center;
    }
    .site-branding .site-description, .site-branding .site-title {
        display: none;
    }
}

@media screen and (max-width: 59.6875em) {
    .site-header {
        background: url(http://songs.dnl.re/wp-content/uploads/2017/05/background.jpg) fixed top center;
        color: white;
    }
    .site-header a, .site-header p {
        color: white;
    }
    .site-branding a.custom-logo-link img {
        display: none;
    }
    .site-branding .site-description, .site-branding .site-title {
        text-align: center;
    }

    .site-branding a img.songs_lettering {
        max-height: 90px;
    }
}

#widget-area .tagcloud ul.wp-tag-cloud li {
    font-size: 16pt;
    list-style-type: none;
    border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}