/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

/* Banner logo resizing */
img.custom-logo {
	margin-left: auto;
	margin-right: auto;
	max-height: 400px !important;
	max-width: calc(100vw - 64px) !important;
	width: auto !important;
}

header#masthead {
	padding-top: 24px;
	padding-bottom: 0px;
}

div.site-branding {
	margin-bottom: 0px;
}

div.storefront-primary-navigation {
	padding-top: 0px !important;
}