/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    https://newportforum.org.uk/wp-content/themes/twentysixteen-child/ 
 Description:  Twenty Sixteen Child Theme
 Author:       Brendan Blake
 Author URI:   https://erwwen.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentysixteen-child    */

/* body,button,input,select,textarea {
	color: #1a1a1a;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
} */

/* Import the "Open sans" font as I can't see it being downloaded. */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* Change font to a "sans serif" font.  Reduce line spacing slightly.  */
body,button,input,select,textarea { 
	font-family: "Open Sans", Helvetica, Arial, sans-serif; 
  line-height: 1.5;	
}

/* Reduce margin below paragraph slightly. Previously 1.75em. */
p { margin: 0 0 1.2em; }


/* Reduce space at top of page: Was padding: 5.25em 4.5455%; */
.site-header {
    padding: 0 4.5455%;
}

/* Reduce space above the banner image.  Was margin: 1.3125em 0; */
.header-image {margin-top:0.2em; }

/* Reduce space under headings slightly */
.entry-title {
   margin-bottom: 0.5em;
}

/* Reduce top margin on widgets (thinner black lines) */
.widget { border-top: 2px solid #1a1a1a; }

	 
/* See ref https://wordpress.org/support/topic/cannot-get-rid-of-space-at-top-and-bottom-of-page/ 
Does not work for me - maybe because I don't have a background image.   
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
  height: 0;
}   */