/*
 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
*/

#main {
	margin-bottom: 0px;
	margin-top: 0px;
	
}

body {
	background-color: white !important;
}
.main-navigation a {
    font-family: Arial, sans-serif; 
    font-weight: bold; 
    text-align: left; 
    padding-left: 10px; 
	font-size: 18px;
}