@import url("https://db.onlinewebfonts.com/c/e3e3a81b2544f4508a75573a04e0cafa?family=ITC+Korinna");
@import url("https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300&display=swap");

@font-face {font-family: "ITC Korinna"; src: url("https://db.onlinewebfonts.com/t/e3e3a81b2544f4508a75573a04e0cafa.eot"); src: url("https://db.onlinewebfonts.com/t/e3e3a81b2544f4508a75573a04e0cafa.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/e3e3a81b2544f4508a75573a04e0cafa.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/e3e3a81b2544f4508a75573a04e0cafa.woff") format("woff"), url("https://db.onlinewebfonts.com/t/e3e3a81b2544f4508a75573a04e0cafa.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/e3e3a81b2544f4508a75573a04e0cafa.svg#ITC Korinna") format("svg"); }


* {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	line-height: 1.2em;
	letter-spacing: 0.04em;
}
body, html {
	font-size: 26px;
}
h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.15em;
    letter-spacing: 0.5em;
    text-align: center;
    margin-right: -0.5em;
}
h1.alt {
	font-family: "ITC Korinna";
    display: inline-block;
    font-size: 1.2em;
    padding-top: 0.25em;
    padding-bottom: 0.15em;
    letter-spacing: 0.1em;
    text-align: center;
    margin-right: 0;
}
h2:after {
	content: url(../images/knot.png);
	display:block;
	margin-left: auto;
	margin-right: auto;
}
@media (orientation: landscape) {
	@media (max-height: 860px) {
		body, html {
			font-size: 22px;
		}	
	}
	@media (max-height: 720px) {
		body, html {
			font-size: 18px;
		}	
	}
}