/*
Theme Name:     Twenty Sixteen Child
Description:    Child theme for the Twenty Sixteen theme 
Author:         Birdhive Development & Design
Author URI:     http: //birdhive.com
Template:       twentysixteen
Version:        0.1.0
*/

.site-header {
	padding-top: 1em;
	padding-bottom: 1em;
	border:1px solid transparent;
}

@media screen and (min-width: 61.5625em){
	.site-header {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

@media screen and (min-width: 44.375em) {
	.site-header {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
	
.floatleft {
	float: left;
	padding-right: 2em;
}

.twocol {
	width: 48%;
	padding:0px 1%;
}

.wp-block-button a,
.wp-block-button a:link, 
.wp-block-button a:active, 
.wp-block-button a:focus, 
.wp-block-button a:visited {
	color: white;
}

.wp-block-button .wp-block-button__link:hover {
	background: #d62929 !important;
}