@font-face {
	font-family:"Open Sans";
	src:url("/fonts/OpenSans-Regular.ttf");
	font-weight:normal;font-style:normal;
}

html {
	font-family: Arial, sans-serif;
	font-size: 16px;
}


body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", Arial, sans-serif;
	position: relative;
	font-size: 1em;
	color: #000;
}

.body-bg {
	background-color: #F4BA5C;    
	background-image: url("/images/bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	height: 100vh;
	width: 100vw;
}

.content {
	position: absolute;
	left: 50%; 
	transform: translateX(-50%);
	width: 100%;
}

div, h1 {
text-align: center;
	}

a {
	text-decoration: none;
	color: #40812F;
	border-bottom: 1px dotted #40812F
}

a:hover,
a:active,
a:focus
 {
	text-decoration: none;
	color: #327029;
	border-bottom: 1px dotted #327029
}

.center-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	border: 0px solid green; 
}

.center {
	width: 540px;
	max-width: 88%;
	margin: 25px auto;
	border: 0px solid red;
}

.center-in {
	background-color:rgba(255,255,255,0.9);
	margin: auto auto;
	line-height: 1.5; 
	border: 0px solid red;
	padding: 25px 45px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 12%);
}

.logo {
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;
}

.logo img {
	width: 220px;
	max-width: 60%;
}

.nadpis {
	font-size: 1.8rem;
	margin-top: 0;
	line-height: 1.05; 
	text-align: center;
	margin-bottom: 40px;
}

.nadpis span {
	display: block;	
	font-size: 1.95em;
	margin-bottom: 5px;
}

.popis {
	font-size: 1.2em;
	/*text-align: left;*/
}

.kontakty {
	font-size: 1.95em;
	margin-bottom: 20px;
}

.kontakty p {
	margin: 5px 0;
}


.qr {
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 45px;
}

.qr img {
	width: 260px;
	max-width: 100%;
}

.btn-kontakt {

	color: #fff;
	background-color: #449d44;
    border-color: #398439;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-kontakt:hover, 
.btn-kontakt:active, 
.btn-kontakt:focus 
{
    color: #fff;
    background-color: #388138;
    border-color: #388138;
}


.popis2 {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 35px;
}

.popis2 ul {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	list-style: none;
}

.popis2 ul li {
	margin-bottom: 8px;
	position: relative;
	margin-left: 30px;
}

.popis2 ul li::before { 
    position: absolute;  
    top: 0px;  
    margin: 0px 0px 0 -35px;    
    vertical-align: middle;
    display: inline-block;
	
	content: "\2705"; 
}

.footer {
	font-size: 0.8em;
	color: #777;
}

.footer hr {
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 25px;
}



@media(max-width:767px) {

	.center-in {
		padding: 25px 25px;
	}
	
	.logo {
		margin-top: 25px;
	}

	.nadpis {
		font-size: 1.25rem;
		margin-bottom: 26px;
	}
	
	.nadpis span {
		font-size: 1.9em;
	}
	
	.kontakty {
		font-size: 1.55em;
	}

	.popis {
		font-size: 0.9em;
	}

	.qr {
		font-size: 0.75em;
	}
	
	.popis2 {
		font-size: 1em;
	}

	.popis2 ul {
		padding: 0 20px;
		margin: 0;
	}
	
	.popis2 ul li {
		margin-bottom: 12px;
		margin-right: 0px;
	}
	
	.footer {
		font-size: 0.75em;
	}

}

