body{
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 1.2em;
    font-family: sans-serif;
    background-color: #c8a964;
}

body, div, p{
    margin: 0px;
    padding: 0px;
}
p{
    text-align: justify;
}

img{
    max-width: 100%;
}

div#kartyBg{
background-position: center;
background-image:url("imgs/karty.jpg");
height: 250px;

}
div#pata img{
    filter: contrast(40%) sepia(100%) saturate(250%) hue-rotate(310deg) brightness(50%);
}
div#infoAndForm{
    border-bottom: 3px solid #590019;
    border-top: 3px solid #590019;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #dbc492;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
}
div#info{
    max-width: 800px;
}

form#chciForm{
    width: 300px;
    padding:10px;
}
div#info{
    padding:10px;
}

div#karty{
    text-align: center;
    padding-bottom:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div#pata{
    padding: 20px;
}
div#pata img{
    vertical-align: middle;
    margin-right: 10px;
}
a{
    color: #4a0202;
}

h1, h2{
    padding:0px;
}
h1{
margin-bottom:0px;
}
div#karty h2{
    margin: 10px;
    margin-top:0px;
}
.fleft{float:left}.fright{float:right}

#chci {
    width:150px;
    margin:10px;
    font-size:1.4em;
    font-weight: bold;
    font-family: sans-serif;
    background-color: #84ce00;
    border: 3px solid #487100;
    border-radius: 16px;
    box-sizing: border-box;
    color: #003105;
    cursor: pointer;
    padding: 14px 22px;
  text-decoration: none;
}

#chci:hover {
  background-color: #DAF2AE;
  border-color: rgba(0, 0, 0, 0.19);
}
div#slides div#dots span{
    border: 4px solid #fff6ce;
    border-radius: 50%;
    display: inline-block;
    margin:5px;
    margin-left:10px;
    margin-right:10px;
    filter:drop-shadow(1px 1px 2px #200040);
    cursor: pointer;
}
div#slides div#dots span.active{
    border: 5px solid white;
}
div#slideHandles{
    display:flex;
    justify-content: space-between;
    padding-top:10px;
    padding-bottom:10px;
    user-select: none;
}
div#slides div.arrow{
    margin-left: 10px;
    margin-right: 10px;
    color:#fff6ce;
    filter:drop-shadow(1px 1px 2px #200040);
    cursor: pointer;
    font-size:1.2em;
}
div#slides img{
    border: 3px solid #590019;
    border-radius: 20px;
    background-color: #af8c52;
}
div#slides{
    overflow: hidden;
    margin-top:20px;
}
div#karty div#vyroky{
    text-align: left;
    padding:20px;
}
div.thumb{
    display: inline-block;
    width: 195px;
    background-color: #af8c52;
    text-align: center; 
    padding-bottom: 5px;
}
div.thumb span{
    text-transform: capitalize;
    font-weight: bold;
}
.highlight{
    font-weight: bold;
}

