/*
 Theme Name:   Storefront Child Theme
 Theme URI:    http://example.com/your-theme-child
 Description:  A child theme for the Your Theme theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
*/

.site-branding .site-title a {
	font-size: 1.1em;
	font-weight: 500;
	color: #777;
}

.site-header .site-branding {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
#masthead {
	    margin-bottom: auto;
}
.site-branding .site-description {
font-size: 1.08em;
}