/*
 Theme Name:     Twentysixteen Child Theme
 Theme URI:      https://sheridanregionalhealth.org/themes/twentysixteen
 Description:    Twentysixteen Child Theme
 Author:         Mark Nitschke
 Author URI:     http://www.marknitschke.com
 Template:       twentysixteen
 Version:        1.0.0
*/

@import url("../twentysixteen/style.css");

/* custimization starts here! */
.site-logo {
	height: 85px;
}

#navbar {
	height: 20px;
	background-color: #7c2348;
}

#content {
	margin-top: 20px;
}

@media screen and (min-width: 61.5625em) {
.site-header {
    padding: 1.25em 4.5455%;
}}
@media screen and (min-width: 56.875em) {
.site-header {
    padding-right: 4.5455%;
    padding-left: 4.5455%;
}}
@media screen and (min-width: 44.375em) {
.site-header {
    padding: 0.9375em 7.6923%;
}}

@media (max-width: 768px) {
    .site-logo {
		height: 50px;
	}
}
@media screen and (min-width: 56.875em) {
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
	}
}