/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: 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.
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
Version: 2.0.1557876251
Updated: 2019-05-14 18:24:11

*/

.site-branding .site-title a {
    color: #ccc;
}

.site-description {
    color: #cc8a51;
}

.entry-title a {
    color: #ccc;
}

.widget {
    border-color: #cccccc;
}

button {
 background-color: #cccccc;
}
.site-info a {
    color: #cc8a51;
}

.post-navigation a {
    color: #ccc;
}

.comment-metadata a, .pingback .comment-edit-link {
    color: #ccc;
}

.comment-author {
    color: #cc8a51;
}

a {
    color: #cc8a51;
}

body, button, input, select, textarea {
    color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

.entry-footer a {
    color: #cc8a51;
}

.site-header {
    padding: 30px;
}

@media screen and (min-width: 61.5625em) {
	.site-header {
    	padding: 0;
		margin-top: 30px;
		margin-left: 5%;
		margin-right:5%;
	}
	.site-branding {
    	margin-top: 0px;
    	margin-bottom: 0px;
	}
	.header-image {
    	margin-top: 15px;
    	margin-bottom: 25px;
	}	
}

@media screen and (max-width: 61.5624em) {

	.header-image {
    	width: 120%;
    	margin-left: -10%;
	}

	.site-description {
    	display: block;
	}

}




