/*
Theme Name:   Twenty Seventeen Child
Theme URI:    https://wordpress.org/themes/twentyseventeen/
Description:  Twenty Seventeen child theme
Author:       Krusorg
Author URI:   https://birtekruse.com
Template:     twentyseventeen
Version:      1.0.0
Text Domain:  twentyseveteenchild
*/


@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.site-info {
	display: none !important;
}


#main .seasonal-content {
	display: none;
}

#page .site-branding .site-branding-text .site-title a {

	font-size: 2.8rem;
	font-family: "Newsreader", "Libre Franklin";
	font-weight:700;
/* 	letter-spacing: .05em; */
	letter-spacing: normal;
	line-height: 1.25;
}
#page .site-branding .site-branding-text .site-description {
	font-weight: 700;
	font-size: 1.6rem;
}

#page .site-branding .site-branding-text .site-title a,
#page .site-branding .site-branding-text .site-description {
	--text-shadow-col: rgba(0,0,0,.7);
	text-shadow: 1px 1px var(--text-shadow-col), -1px -1px 		var(--text-shadow-col), 0 0 3px var(--text-shadow-col);
	font-optical-sizing: auto;
	font-family: "Newsreader", "Libre Franklin";
}

@media (max-width: 640px) {
	#page .site-branding .site-branding-text .site-title a {
		font-size: 1.8rem;
	}
}


@media screen and (min-width: 48em) {
    .page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 1em;
	}
}

.display-none {
		display: none !important;
}
#page .single-featured-image-header {
	display: none;
}
