/***************************
 * Normalize
***************************/

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.25em 0;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}


@font-face {
    font-family: 'corda-regular';
    src: url('./fonts/corda-regular-webfont.eot');
    src: url('./fonts/corda-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/corda-regular-webfont.woff2') format('woff2'),
         url('./fonts/corda-regular-webfont.woff') format('woff'),
         url('./fonts/corda-regular-webfont.ttf') format('truetype'),
         url('./fonts/corda-regular-webfont.svg#corda-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
	background-color: #efddac;
	color: #bf0000;
    font-family: corda-regular, Arial,Verdana, Geneva, sans-serif;
    font-size: 1em;
    line-height: 1.4;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}


#pagewrapper {
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	/*background-color: #000040;
	background-image: -webkit-linear-gradient(270deg, #222260, #000040 300px);
	background-image: linear-gradient(180deg, #222260, #000040 300px);*/
}
#main{
	position: relative;
	padding-top: 10px;
	border: none;

}
#svatadobroslava{
	padding-top: 10px;
	width: 280px;
	height: auto;
	border: none;
}
#txt{
	font-size: 110%;
	line-height: 1.6;
	padding: 10px 15px 10px 15px;
}
h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
 } 
#link{
	font-size: 110%;
	color: #fdd535;
	/*line-height: 1.6;*/
	line-height: 2.2;
	margin-bottom: 50px;
}
#link:hover{
	color: #dd9900;
}
#footer{
	height: 30px;
}
.prezentace_link {
	font-size: 1.25rem;
	color: #ba0000;
}
.letacek {
	max-width: 600px;
	margin-top: 1.5rem;
	margin-bottom: 3.5rem;
}
@media only screen and (max-width : 720px) {
	#svatadobroslava {
		width: 250px;
	}
	h1 {
	  font-size: 1.8em;
	}
	.letacek {
	max-width: 360px;
	}	
}
@media only screen and (max-width : 620px) {
	#svatadobroslava {
		width: 220px;
	}
	h1 {
	  font-size: 1.6em;
	}
}
@media only screen and (max-width : 520px) {
	#svatadobroslava {
		width: 200px;
	}
	#link, #txt{
		font-size: 100%;
	}
	.prezentace_link {
		font-size: 1.1rem;
		line-height: 1;
	}
}
@media only screen and (max-width : 420px) {
	#svatadobroslava {
		width: 180px;
	}
	.letacek {
	max-width: 92%;
	}
}
@media only screen and (max-width : 320px) {
	#svatadobroslava {
		width: 180px;
	}
}

@media only screen and (max-height : 900px) {
	#main{
		padding-top: 10px;
	}
}
@media only screen and (max-height : 800px) {
	#main{
		padding-top: 10px;
	}
}
@media only screen and (max-height : 700px) {
	#main{
		padding-top: 0px;
	}
}
@media only screen and (max-height : 640px) {
	#main{
		padding-top: 0px;
	}
}


/* prezentace */
.backButton {
	display: inline-block;
	border: 1px solid #9f0c03;
	padding: 0.75rem 2rem;
	margin-bottom: 1.5rem;
	border-radius: 5px;
	background-color: #c20b00;
	color: #fff;
	text-decoration: none;
}
.backButton:hover {
	background-color: #de443b;
}

.prezentace {
	padding-bottom: 2rem;
	max-width: 100%;
}

.snimek {
	width: 100%;
	max-width: 960px;
	max-height: 720px;
	margin: 0 auto 2rem auto;
	background-color: #ffcc99;
	position: relative;

}
.videoContainer {
	width: 92%;
  margin: auto;
	position: relative;
}
.cesty_viryContainer {
	width: 76%;
  margin: auto;
	padding-top: 4%;
	position: relative;
}
.cesty_viry {
	max-width: 100%;
}
.cesty_viryTxt {
	padding: 0 1rem;
	margin-top: 2rem;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2;
	color: #bf0000;
	padding: 0 1rem;
}
.cesty_viryTxt a {
	/*font-size: 1.3rem;*/
	font-weight: normal;
}
@media only screen and (max-width : 890px) {
	.cesty_viryTxt {
		font-size: 1.2rem;
		line-height: 1.4;
		margin-top: 1rem;
	}
}
@media only screen and (max-width : 790px) {
	.cesty_viryTxt {
		font-size: 1.2rem;
		line-height: 1.2;
		margin-top: 1rem;
	}
	.cesty_viryContainer {
		width: 64%;
	}	
}
@media only screen and (max-width : 620px) {
	.cesty_viryTxt {
		font-size: 1rem;
		line-height: 1;
	}
}
@media only screen and (max-width : 460px) {
	.cesty_viryTxt {
		font-size: 0.8rem;
		/*line-height: 0.9;*/
		margin-top: 0.5rem;
	}
}
@media only screen and (max-width : 380px) {
	.cesty_viryContainer {
		width: 50%;
	}
}

@media only screen and (max-height : 700px) {
	.backButton {
		margin-top: 30px;
	}
}

hr {
	width:15rem; 
	color: #bf0000;
	border: none;
  	height: 1px;
	 background-color: #bf0000;  	
}

.novena {
	font-size: 120%;
	color: #ff2a2a;
	font-weight: bold;
}

.vlajky {
	max-width: 90px;
	min-width: 50px;
	width: 10%;
}





