/*
 Theme Name:   tbb
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Child of twentysixteen for thebrainblog.org
 Author:       Eric Wong
 Author URI:   http://example.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
*/

/* Remove the black border around the window */
.site {
    margin: 0;
}

.site-title {
/*	font-size: 23px; */
	font-size: 36px;
}

@media screen and (min-width: 44.375em) {
	.site-title {
	/*	font-size: 28px; */
		font-size: 48px;
	}
}

.site-branding {
/*	margin: 0.875em auto 0.875em 0; */
	margin: 0.1em auto 0.3em 0;
}

.site-header {
	padding: 2.25em 4.5455%;
}

.site-header-menu {
/*	margin: 0.875em auto 0.875em 0; */
	margin: 0.3em auto 0.3em 0;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after {
display: none;
}

