/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Jake Pigg
Author URI:     
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	0.3.1
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready

*/
/*
 * Add your own custom css below this text.
 */

 @media screen and (min-width: 768px) {
      /* SECONDARY NAVIGATION */
    .site-header .secondary-navigation { width: 40%;
height: 3em; 
	}
	#site-header #secondary-navigation { width: 40%;
	height: 3em
	}
	
	#masthead { background-repeat: no-repeat; 
	background-position: center top;
	background-color: #ffffff;
	background-image: url ("https://sedationkit-test.mystagingwebsite.com/wp-content/uploads/2017/04/img-seslogonum2._499.jpg");
	background-size: 45em;
	}

	#content { position: bottom;
	padding-top: 1em;
	}
 }
 