html, body{
  background: url('../img/back.png') repeat-x #000;
  padding: 0px;
  margin: 0px;
  color: #000;
  font-family: verdana, Arial, Times;
}

#main{
  width: 829px;
  margin: 0px auto;
  margin-top: 10px;
  position: relative;
  top: 0px;
  left: 0px;
  min-height: 600px;
  background: url('../img/background.png?v=2025') no-repeat;
}

.daatum{
  font-family: 'Magneto', sans-serif;
  color: black;
}

img {
  border: 0px;
}

h1{
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
}

h2{
  font-size: 1rem;
  font-weight: bold;
}

h3{
  font-size: 15px;
}

h4{
  font-size: 14px;
}

a:link,
a:visited{
  font-family: tahoma;
  color: #900;
  text-decoration: none;
}

a:hover{
  color: #fff;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}

/* ------------------------------------------ REGISTRACNI FORMULAR */

#form {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    padding: 0px;
}

label {
    text-align: right;
    margin-right:10px;
}

input {
    padding: 5px;
    height: 20px;
    width: 200px;
    margin-right: 50%;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

select {
    padding: 5px;
    width: 215px;
    margin-right: 50%;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

botton {
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
    clear: both;
}

.submit_button{
    padding: 0.5rem;
    cursor: pointer;

}

/* ------------------------------------------ MENU  */

#logo {
  position: absolute;
  top: 55px;
  left: 40px;
}

#uvod {
  position: absolute;
  top: 125px;
  left: 480px;
}

#gangy {
  position: absolute;
  top: 170px;
  left: 415px;
}

#pravidla {
  position: absolute;
  top: 140px;
  left: 310px;
}

#kontakty {
  position: absolute;
  top: 125px;
  left: 40px;
}

/* ------------------------------------------ GANGY  */

.imageEnlarger {
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.imageEnlarger > img:hover {
    transition: transform 1.2s;
    transform:scale(5);
    z-index: 99;
    position:relative;
}

.imageEnlarger > img {
  padding: 2px;
}

/* ------------------------------------------ HLAVNI */
#pravy_blok {
  position: absolute;
  top: 22px;
  left: 565px;
  width: 252px;
  height: 890px;
}

.foto_prave {
  width: 252px;
  height: 867px;
}

.foto_dole {
  margin-top: -45px;
  width: 613px;
  height: 258px;
}

#obal_text {
  position: absolute;
  left: 58px;
  top: 191px;
}

#text {
  background: url('../img/text-back.png');
  width: 495px;
  padding: 0px 45px 45px 20px;
  color: #000;
  font-size: 13px;
}

#text a:link,
#text a:visited{
  font-family: tahoma;
  font-size: 14px;
  color: #900;
  text-decoration: none;
}

#text a:hover{
  color: #fff;
}


#patka {
    text-align: right;
    margin-right: 40px;
}

#patka a:link,
#patka a:visited{
  font-family: tahoma;
  font-size: 14px;
  color: #900;
  text-decoration: none;
}

#patka a:hover{
  color: #fff;
}

.podsveti_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.podsveti_logo_img {
  width: 80%;
  height: auto;
}

.loga{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.loga img {
  width: 100px;
  height: auto;
}