/* CSS Document */
ul {
    background-color: rgb(110, 77, 143);
  }

  html {
    background-color: rgb(53,20, 86);
}

body {
    background-color: rgb(110, 77, 143);
    color: rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 20px;
    border: 12px;
    border-radius: 12px;
}

p {
    color: rgb(0, 0, 0);
    font-size: 1.5vw;
    padding: 5px;
}

h1 {
    color:#ffffff;
    font-family:'Times New Roman', Times, serif;
    text-align: left;
    background-color: rgb(79, 44, 115);
    font-size:xx-large;
    border-radius: 12px;
  padding-left: 5px;
}

table {
    color:rgb(255, 255, 255);
    text-align: center;
    border-collapse: collapse;
    width: 50%;
    background:rgb(145, 119, 172);
    margin-left: auto;
    margin-right: auto;
}
th {
    background-color: rgb(31, 4, 57);
    color: #ffffff;
    height: 50px;
}
table, th, td {
    border: 1px solid;
}
caption {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color:#000000;
  font-size:x-large;
  margin-bottom: 5px;
}

.custom-caption {
  color:rgb(0, 0, 0);
  font-size: large;
  border-radius: 10px;
  background-color: rgb(145, 119, 172);
  padding: 5px;
  margin: 5px;
  text-align: center;
  width:20%;
  margin-left:40%;
  font-weight: bold;
  }
.custom-caption-1 {
  color:rgb(0, 0, 0);
  font-size: large;
  border: 10px;
  border-radius: 10px;
  background-color: rgb(145, 119, 172);
  padding: 5px;
  font-weight: bold;
  margin: 5px;
  width:8%;
}

.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar li {
  float: left;
  color:#000000;
}
.navbar li a {
  display: block;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar li a:hover {
  background-color: rgb(145, 119, 172);
}
  
ul{
  color:rgb(0, 0, 0);
}
.special-caption {
  font-weight: bold;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding-left: 5px;
  border-radius: 10px;
  background-color: rgb(145, 119, 172);
  padding: 5px;
  margin-left: auto;
  width:145px;
  margin-right: auto;
}
.special-caption-lan {
  font-weight: bold;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  border-radius: 10px;
  background-color: rgb(145, 119, 172);
  padding: 5px;
  margin-left: auto;
    margin-right: auto;
  width: 130px;
}

a{
  color:rgb(0, 0, 0);
}

.high-caption {
  font-weight: bold;
  border-radius: 10px;
  background-color: rgb(145, 119, 172);
  padding: 5px;
  margin: 5px;
  width: 180px;
}

img{
  margin: 5px;
}

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

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