/*
Theme Name: Esdee17
Theme URI: 
Description: Child theme based on Twenty Seventeen
Author: webmaster@esdee
Author URI: 
Template: twentyseventeen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: twenty-seventeen-child
*/

/* font verwijzing toegevoegd om van Google fonts af te komen 9 mei 2025 */

/* old-standard-tt-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/old-standard-tt-v20-latin-regular.woff2') format('woff2'); 
}

/* old-standard-tt-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Old Standard TT';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/old-standard-tt-v20-latin-italic.woff2') format('woff2'); 
}

/* old-standard-tt-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/old-standard-tt-v20-latin-700.woff2') format('woff2'); 
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); 
}

.site-title {
    font-family: "Old Standard TT";
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.0rem;
} 
.site-description {
    font-family: "Old Standard TT";
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
}
.site-footer .wrap {
text-align: center;
}
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin";
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Old Standard TT";
  clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: " " " " " " " ";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}