/*
Theme Name: Andrew Pyper 2018
Template: twentyseventeen
Author: Allen Zuk
Author URI: http://allenzuk.com
Version: 1.0.1540995710
Updated: 2018-10-31 14:21:50

*/
body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'EB Garamond', serif;
}
@media screen and (min-width: 48em) {
	.custom-logo-link img {
		max-width: 580px;
	}
}
.custom-logo-link img {
    /* display: inline-block; */
    max-height: 99px;
    /* width: auto; */
}
.custom-header-media {
    height: 134px;
    position: relative;
}
.colors-dark .site-header, .colors-dark .single-featured-image-header, .custom-header {

	background-image: url('http://www.andrewpyper.com/wp-content/themes/andrewpyper-2018/images/headerbg-2018.png');
	background-repeat: repeat;
}
@media screen and (min-width: 48em) {
.main-navigation a {
    padding: 0.9em 1.15em;
}
}
.site-content {
	background: rgba(0, 0, 0, 0);
	background-color: transparent !important;
    background-image: url('http://www.andrewpyper.com/wp-content/themes/andrewpyper-2018/images/apbg-2018.jpg');
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.site-content .wrap {
    background: rgba(0, 0, 0, 0.4);
	padding-top: 2em;
}