/*
Theme Name:   Better Hernia
Theme URI:    https://bostonhernia.com
Description:  Child theme of AMP for Boston Hernia. Customizations and landing pages.
Author:       Boston Hernia
Author URI:   https://bostonhernia.com
Template:     amp
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  better-hernia
*/

/* Add your custom styles below. Parent theme styles load automatically. */

.welcome-to-better-hernia {
	background-color: #e8eef0;
	color: #000;
	padding: 1rem 0;

	& h2 {
		font-weight: 400;
		margin: 0;
	}
}

.mmc .menu {
	float: left;
}

#header .topbar {
	justify-content: flex-start;
}
