body {
  font-family: "Segoe UI";
  padding: 0px;
  margin: 0px;
  background-color: rgba(255, 255, 255, 0.363);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100px;
}

body header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 85, 81, 0.726)), to(rgba(91, 0, 177, 0.664)));
  background-image: linear-gradient(to right, rgba(0, 85, 81, 0.726), rgba(91, 0, 177, 0.664));
  text-align: center;
  font-family: "Segoe UI";
  color: blanchedalmond;
}

body header h1 {
  display: inline-block;
  font-weight: 400;
  margin: 0px;
  padding: 20px;
  padding-left: 0px;
}

body #clanky {
  min-height: 58vh;
  padding-top: 0px;
  padding-bottom: 30px;
}

body #clanky #nadpis {
  margin: 19.92px 0px 17px;
  background-color: white;
  font-weight: 400;
  margin-bottom: 17px;
  margin-left: 40px;
}

body #clanky hr {
  width: auto;
  border: 0;
  margin: 0px 40px 0px 40px;
  margin-bottom: 30px;
  border-radius: 10px;
  border-top: 3px solid #26557c;
}

body #clanky #info {
  margin: 10px 40px 0px 40px;
  line-height: 35px;
}

body #clanky article {
  margin: 10px 40px 10px 40px;
  background-color: #dddddd;
  padding: 15px;
  padding-bottom: 21px;
  border-radius: 7px;
}

body #clanky article h2 {
  font-weight: 400;
  margin-top: 0px;
}

body #clanky article p {
  margin-bottom: 30px;
}

body #clanky article a {
  text-decoration: none;
  color: white;
  padding: 5px;
  border: solid #26557c;
  background-color: rgba(38, 85, 124, 0.753);
  border-radius: 5px;
  border-width: 2px;
}

body footer {
  font-size: 14px;
  margin-top: auto;
  background-color: rgba(192, 192, 192, 0.383);
  text-decoration: none;
}

body footer div {
  color: black;
  font-family: "Segoe UI";
  padding: 20px;
  padding-left: 50px;
  line-height: 1.5;
}

body footer div a {
  margin: 30px;
  margin-left: 0px;
  text-decoration: none;
  color: black;
}
/*# sourceMappingURL=styldomov.css.map */