/*
Tomáš Přibyl 2023
code source: 
HTTPS - Head of Tired Tomas Pribyl before Sleeping
inspired by
https://www.jakpsatweb.cz
https://www.w3schools.com
and so other

html */
body {
  background-image: url("IMG/bck_pcb.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: 70% 100%;
}
.fog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.98;
  z-index: -100;
}
.logo {
  position:relative;
  float:right;
  width:35%;
  height:auto;
  padding-left: 10px;
  display: none;
}
.logo img {
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 95%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-family: "Calibri",sans-serif;
  line-height: 1.2;
  font-size: 20px;
  padding: 0;
  text-align: center;
}
.logo:hover .overlay {
  opacity: 1;
}
/* text */
.txtblock {
  max-width: 60%;
  display: block;
  margin: auto;
  padding-right: 8.0pt;
}
.txtblock p,
.txtblock ol,
.txtblock li {
  margin-top: 0cm;
  margin-right :0cm;
  margin-bottom: 8.0pt;
  margin-left: 0cm;
  line-height: 107%;
  font-size: 12.0pt;
  font-style: normal;
  font-family: "Calibri",sans-serif;
}
.mark {
  z-index: 2;
  float: right;
  opacity: 1;
  width: 50px;
  height: 50px;
  color: #000;
  text-align: center;
  font-family: "Calibri",sans-serif;
  font-size: 30.0pt;
  font-weight: bold;
  border-radius: 50px;
  margin-right: 10px;
  background-color: #fff;
}
.mark a {
  color: #000;
  text-decoration: none;
}
.info {
  border: 3px solid #4b89ff !important;
}
.info:hover,
.txtblock .info:hover {
  background-color: #4b89ff;
  opacity: 0.6;
}
.media {
  border: 3px solid #fff4a3 !important;
}
.media:hover {
  background-color: #fff4a3;
  opacity: 0.6;
}
.contact {
  border: 3px solid #04aa6d !important;
}
.contact:hover,
.txtblock .contact:hover {
  background-color: #04aa6d;
  opacity: 0.6;
}
.info:hover a,
.contact:hover a {
  color: #fff;
}
.important {
  border: 3px solid #ffc0c7 !important;
}
.important:hover {
  background-color: #ffc0c7;
  opacity: 0.6;
}
.bazar {
  border: 3px solid #ffa500 !important;
}
.bazar:hover {
  background-color: #ffa500;
  opacity: 0.6;
}
.txtblock .important:hover {
  background-color: #fff;
  opacity: 1;
}
.txtblock .info {
  color: #fff;
  background-color: #4b89ff;
  opacity: 0.6;
}
.txtblock .contact {
  color: #fff;
  background-color: #04aa6d;
  opacity: 0.6;
}
.infline {
  border-right: 0px solid #4b89ff !important;
  border-radius: 50px;
}
.impline {
  border-right: 0px solid #ffc0c7 !important;
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
body {
  background-image: url("IMG/bckg.jpg");
  background-size: 100% 100%;
}
.txtblock {
  max-width: 100%;
  width: 100%;
}
.logo {
  width:25%;
}
.mark {
  display: none;
}
.infline,
.impline {
  border-right: 0px solid transparent !important;
}
}
