html {
  scroll-behavior: smooth;
}

#nazev{
    color: white;
    font-size: 5vw;
    text-align: center;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 15%;
    margin-bottom: 14%;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
}

#socky {
    color: white;
    font-size: 1vw;
    margin-right: 2%;
    margin-left: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    text-align: right;
    position: static;
    bottom: 8px;
    right: 16px;
}

#netym {
    //background-color: black;
    background-image: url("pozadi1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}

#anotym {
    background-color: black;
    /*background-image: url("pozadi1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;*/
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}

.navbar {
  overflow: hidden;
  position: static;
  top: 0;
  width: 100%;
  max-width: 3000px;
  height: auto;
  padding: 5px 0px;
  background: rgb(0,0,0,0); 
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  z-index: 1;
}

#jmena {
  font-size: 20px;
  font-weight: bold;
}

.button {
  background-color: rgb(0,0,0,0); /* Green */
  border: none;
  color: white;
  padding: 0% 0%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.3vw;
  cursor: pointer;
  margin: 3px 0px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.ibutton {
  background-color: rgb(0,0,0,0);
  border: none;
  color: white;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 0px;
  cursor: pointer;
  margin: 0px 0px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s ease;
}

.button2:hover {
  text-shadow:0px 0px 10px white, 0px 0px 10px white;
}

.ibutton2 img:hover {
  box-shadow: 0px 0px 20px white;
  
}

table {
  width: 100%;
  max-width: 2000px;
  height: auto;
}
table, th, td {
  border: none;
  border-collapse: collapse;
}
#t02 table, th, td {
  border: none;
  border-collapse: collapse;
}

th, td {
  padding: 15px;
  text-align: center;
  width: 10%;
  max-width: 1000px;
  height: auto;
}

#t02 th, td {
  padding: 0px;
  text-align: center;
  width: 5%;
  max-width: 1000px;
  height: auto;
  color: white;
}

#t01 img {
    padding: 0px;
    box-shadow: 3px 3px 6px #999999;
    margin-right: 6px;
    transition-duration: 0.2s;
}

#t01 img:hover {
    padding: 0px;
    box-shadow: 12px 12px 24px #999999;
    margin-right: 6px;
}

#t03 a {
    background-color: black;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    box-shadow: 3px 3px 6px #999999;
    margin-right: 6px;
    transition-duration: 1s;
    text-decoration: none;
    color: white;
}

#t03 a:hover {
    background-color: white;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 10%;
    padding-bottom: 10%;
    box-shadow: 12px 12px 24px #999999;
    margin-right: 6px;
    text-decoration: none;
    color: black;
}

.mail {
  border: none;
  color: white;
  padding: 0% 0%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 3px 0px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.mail2:hover {
  text-shadow:0px 0px 5px white, 0px 0px 10px white;
}

