/*
 Theme Name:   Sew Me How
 Theme URI:    http://underscores.me/
 Description:  A child theme of Underscores Theme
 Author:       Alisons Websites
 Author URI:   https://alisonswebsites.co.uk
 Template:     alisons-websites-underscores
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../alisons-websites-underscores/style.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body {
	font-family: 'Roboto', sans-serif;
}

.home .entry-title {
	display: none;
}

.site-main {
	margin: 0 auto;
	max-width: 1020px;
	background: #ffffff;
	padding: 0 20px;
}

.widget-area li {
	list-style: none;
}

.site-header .widget-area {
	max-width: 1020px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, .widget-title {
	color: #6DA6B9;
	font-family: 'Roboto', sans-serif;
}

.site-info {
	display: none;
}

.site-footer{
	background-color: #98c185;
}

.footer-widget-area {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px
}

.menu-toggle {
	display: none;
}