/*
Theme Name: Midhurst Angels
Theme URI:
Author:Derek Storkey
Author URI:
Template:     twentynineteen
Description: Child theme of 2019 for Midhurst Angels
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: familysite

*/
body.home h1 {
	display:none;
}
body {
	background-color: #d0f0ff;
	font-family: "Arial";
	color: #000030;
}
.site-purpose {
	background-color: #4070a0;
}
.site-purpose p,
.site-purpose p a {
    color: white;
}
.site-purpose .site-title {
	font-weight: bold;
}
.site-purpose .site-description {
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
.site-header {
	padding: 5px 22px;
    border-bottom: solid 5px red;
}
.site-footer {
	background-color: #4070a0;
    color: white;
	border-top: solid 5px white;
}
.boldgroup{
	border-top: solid 5px red;
	border-bottom: solid 5px red;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}