/*
Theme Name:     KnowHow Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for KnowHow 
Author: 		Chris Mooney (Swish Themes)
Author URI: 	http://herothemes.com
Template:       knowhow
Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url("../knowhow/style.css");


/* ------- Insert custom styles below this line ------- */

#site-header {
	background-color: transparent !important;
	background: linear-gradient(135deg,rgba(14,135,210,1) 0%,rgba(82,57,173,1) 100%);
}

@media screen and (min-width: 48em) {
	#logo img {
		max-width: 700px;
	}
}

#logo img {
    /* display: inline-block; */
    max-height: 160px;
    /* width: auto; */
}

