/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Template:     twentysixteen
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "utf-8";

.header-image {
	margin-top: -5.2em;	
	width: 100%;
}
#site-header-menu {
	margin-top: 0em;
	margin-left: 4em;	
}
.header-image #headtag {
	margin-top: -7em;
	margin-left: 500px;
	text-align: left;
	position: relative; 
}
.header-image #headtag h3{	
	font-style: italic;	
	position: relative; 
}
#content.site-content {
	margin-top: -4em;	
}

.no-sidebar .entry-header, .no-sidebar .entry-content {
	margin-left: 5%;		
}

@media screen and (max-width: 72em) {
	.header-image #headtag {
	margin-top: -5em;
	}
#site-header-menu {
	margin-top: -1em;
	margin-left: 5%;	
}	
}

@media screen and (max-width: 61.56em) {
	.header-image #headtag {
	margin-top: -4em;
		margin-left: 5%;
	}
#site-header-menu {
	margin-top: -1.75em;
	margin-left: 5%;	
}	
}

@media screen and (max-width: 46em) {
.header-image {
	margin-top: -4.2em;	
	width: 100%;
}
	.header-image #headtag {
	margin-top: -3em;
		margin-left: 5%;
	}
#site-header-menu {
	margin-top: -1.75em;
	margin-left: 5%;	
}	
#content.site-content {
	margin-top: -2.5em;	
}
.no-sidebar .entry-header, .no-sidebar .entry-content {
	margin-left: 7%;		
}
}
@media screen and (max-width: 30em) {
.header-image {
	margin-top: -3em;	
	width: 100%;
}
	.header-image #headtag {
	margin-top: -1.8em;
		margin-left: 5%;
	}
.header-image #headtag h3{	
	font-size: .9em;
}	
#site-header-menu {
	margin-top: -1.75em;
	margin-left: 5%;	
}	
#content.site-content {
	margin-top: -2.5em;	
}
.no-sidebar .entry-header, .no-sidebar .entry-content {
	margin-left: 7%;		
}
.no-sidebar .entry-header h1 {
	font-size: 1.1em;		
}
}