html, body {
  font-size: 16px;
  }
  
  @media (max-width: 750px) {
	html, body {		font-size: 14px;		}
	}

/* přiřazení fontů ke dvěma skupinám */
p, ul, ol, li {
	font-family: Verdana, Arial, sans-serif;
	}
h1, h2, h3, h4, h5, h6, time {
	font-family: "Constantia", Times, serif;
	}

h1 { font-size: 2.4rem; line-height: 3.6rem; }
h2 { font-size: 2rem; line-height: 3rem; }
h3 { font-size: 1.6rem; line-height: 2.4rem; }
h4 { font-size: 1.2rem; line-height: 1.8rem; }
h5 { font-size: 1rem; line-height: 1.8rem; }
h6 { font-size: 0.8rem; line-height: 0.9rem; }

/* padding nadpisů je shora zdvojen marginem */
h1, h2, h3, h4, h5, h6 {
	margin: 0.9rem auto 0 auto;
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
	}

h2 {
	padding-top: 3.5rem;
	}

/* padding odstavců je malý kvůli CMS */
p, ul, ol { 
	font-size: 1rem;
	line-height: 1.8rem;
	padding-top: 0rem;
	padding-bottom: 0.9rem;
	margin: 0;
	}

li {	
	list-style-type: none;
	}
	

/* horizontální poměry jsou určeny odděleně */
h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding-left: 2.1rem;
	padding-right: 2.1rem;
	}
	
p, ul, ol { 
	text-align: left;
	}
li { 
	text-align: justify;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	}

h1, h2, h3 {	font-weight: normal;	text-align: center;	}
h4 {	font-weight: normal;	text-align: left;	}
h5, h6 {	font-weight: bold;	text-align: center;	}


/* definice dalších prvků */
.cas { 	text-align: right;	}
.skryte {  display: none; }
.nastred { 	text-align: center;	}
.listovani { 	margin-top: 1.8rem	}
.galerie { 	text-align: center;	}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.8rem; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
}

img {
	border: none;
	margin: 0;
	max-width: 80%;
	}
iframe {
	border: none;
	overflow: hidden;
	}
	
a, a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	}
a:hover  {
	text-decoration: none;
	}
	
article footer {	
	text-align: center;
	margin: auto;
	padding: 0.9rem;
	}
article footer div{	
	text-align: center;
	margin: auto;
	}
footer {	
	padding-top: 0.3rem;
	padding-bottom: 0.3rem
	}
footer p { 
	font-size: 0.8rem; 
	line-height: 0.9rem;
	padding-top: 0rem;
	padding-bottom: 0rem}