/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Tom Bonanno
 Author URI:   https://obsessiveprogrammer.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:  twenty-sixteen-child
*/

.site-header {
	/* padding: 2.625em 7.6923%; */
	padding: 0 0;
}

.header-image {
	clear: both;
	/* margin: 0.875em 0; */
	margin: 0 0;
}

@media screen and (min-width: 44.375em) {
	.site-header {
		/* padding: 3.9375em 7.6923%; */
		padding: 0 0;
	}

	.header-image {
		/* margin: 1.3125em 0; */
		margin: 0 0;
	}
}

@media screen and (min-width: 61.5625em) {
	.site-header {
		/* padding: 5.25em 4.5455%; */
	}

	.header-image {
		/* margin-top: 1.75em; */
		/* margin-bottom: 1.75em; */
		margin-top: 0;
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		/* width: 71.42857144%; */
		width: 84%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		/* width: 21.42857143%; */
		width: 16%;
	}
}
