/*
Theme Name: Twenty Seventeen
Description: IE8 specific style.
*/

body {
	font-size: 16px;
}

h1 {
	font-size: 30px;
	font-size: 1.875rem;
}

h2,
.page .panel-content .recent-posts .entry-title {
	font-size: 26px;
	font-size: 1.625rem;
}

h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 13px;
	font-size: 0.8125rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

img {
	width: inherit;  /* Make images fill their parent's space. */
}

/* Fixes linked images */
.entry-content a img,
.widget a img {
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=5, Color=#ffffff);
}

/* Layout */

.site-content {
	padding: 6.5em 0 0;
}

/* Site Branding */

.custom-header {
	overflow: hidden;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header {
	display: block;
}

.custom-header-media {
	background-position: bottom center;
}

.site-branding {
	padding: 45px 0;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding {
	bottom: 0;
	display: block;
	left: 0;
	height: auto;
	padding-top: 0;
	position: absolute;