/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Hide homepage logo */
body.home #site-header-inner { display: none; }

/* Hide logo on mobile */
@media only screen and (max-width: 959px) {
    #site-header-inner { display: none; }
}

#site-header {
    background: url(http://teachersrightinghistory.org/wp-content/uploads/TRH-HEADER-BACKGROUND.png);
}