/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


#masthead{
	background: #1F3F52;	
}

.site-info{
	background: #1F3F52;		
}


#site-navigation{
	background:#ffffff;
}


body{
	background: #EBEBEB;
}


.inside-article{
	background: #EBEBEB!important;
}

aside{
	background: #D6D6D6!important;
	border-radius: 1em;
	padding:2em!important;
}

aside .widget-title, aside p, aside label, aside a{
	color: #1F3F52!important;
}

aside a:hover{
	text-decoration: underline;
}