/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://handyal.ca/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Handy Al
 Author URI:   http://handyal.ca
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

.home h1.entry-title {
display: none;
}

/* ----- add logo Twenty Fifteen theme version 1.2 ----- */

.site-title a {
	background: url( "http://handyal.ca/wp-content/uploads/2016/01/NewLogo.png" );
	 width: 250px; height: 250px; display: block; background-size: cover;
	text-indent: 105%; white-space: nowrap;  overflow: hidden;
}
@media screen and (min-width: 620px) { .site-title a { margin-bottom: 25px; } }
@media screen and (min-width: 955px) { .site-title a { margin: 0 auto 0px auto; } .site-description {text-align: center; } }
@media screen and (min-width: 1401px) { .site-title a { width: 300px; height: 300px; } }

.site-header h1.site-title {
display:none;
}