/*!
Theme Name: Jankovice
Theme URI: http://underscores.me/
Author: Jirka Bures
Author URI: http://underscores.me/
Description: Obecni web
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: redesign-2023
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

Jankovice is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('normalize.css');

@font-face {
	font-family: 'OpenSans';
	src: url(fonts/OpenSans-Regular.ttf) format('truetype'); }
@font-face {
	font-family: 'OpenSansMedium';
	src: url(fonts/OpenSans-Medium.ttf) format('truetype'); }
@font-face {
font-family: 'OpenSansBold';
src: url(fonts/OpenSans-Bold.ttf) format('truetype'); }
@font-face {
	font-family: 'OpenSansHeavy';
	src: url(fonts/OpenSans-ExtraBold.ttf) format('truetype'); }
@font-face {
	font-family: 'OpenSansSemibold';
	src: url(fonts/OpenSans-Semibold.ttf) format('truetype'); }
@font-face {
	font-family: 'OpenSansLight';
	src: url(fonts/OpenSans-Light.ttf) format('truetype'); }
@font-face {
	font-family: 'OpenSansItalic';
	src: url(fonts/OpenSans-Italic.ttf) format('truetype'); }

html {
	height: 100%; }
body {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	color: white;
	background-color: hsl(23 39% 44%);
	background-image: url(logo-jankovice.svg);
	background-size: 50%;
	background-position-x: 50%;
	background-position-y: 5rem;
	background-repeat: no-repeat;
	font-family: OpenSans;
	}


main {
	width: 60%;
	margin: auto; }

h1 {
	text-align: center;
	font-family: OpenSansLight;
	font-size: 3rem;
	letter-spacing: .1em;
	}
p {
	font-size: 1.4rem;
	line-height: 160%;
	letter-spacing: .06em;
}
