/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
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.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, 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, blog
Text Domain: twentysixteen

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.
*/

/*COLORS USED
color: #8a2403;(brown)
background: #dd9933; (pale gold)
*/

#masthead {
	padding-top: 50px;
	padding-bottom: 50px;
}

/***SITE TITLE***/
.site-branding p.site-title a {
	color: #8a2403 !important; 
}

/*p.site-title a:hover {
  color: #8a2403; !important; 
}*/

.entry-title {
	font-size: 1.5rem;
}

header.entry-header {
	color: white;
	background-color: #8a2403;
	text-align: center;
	font-size: 1rem;
	border-radius: 5px;
	padding-top: 5px;
}

.entry-content h2 {
	font-size: 1.15rem;
	color: #8a2403;
}

/*TO REMOVE BACKGROUND FROM GOOGLEADS*/
ins.adsbygoogle {
    background: #ffffff !important;
}



@media screen and (min-width: 61.5625em) { 
	.wideleftmarginforamazon {
		padding-left: 150px;
	}

	.alignleft {
		text-align: left;
	}
} 