/*
 Theme Name:   Peg Sutherland 2020
 Description:  This theme is a child theme of Twenty Sixteen built for Peg Sutherland
 Author:       Erik Weems
 Author URI:   https://www.erikweems.com
 Template:     twentysixteen
*/


/* Get rid of black border */
 
.site {
    margin: 0 auto !important;
}



.site-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;

}

.site-branding .site-title a {
	color:#3467a7
}

h1 {
color:#b05c87;
}

.entry-title {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

h2 {
color: #3467a7;  }

#bluetextbold {
color: #3467a7;  
font-size:110%;
font-weight:bold;
margin-bottom:15px;
}



.site-header {
	padding: 1.0em 5%;
}