.ps-uvod {
  background: url(uvod.webp) center top no-repeat;
  height: 30rem;
}

.ps-menu {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ps-menu-pol {
  flex: 1;
  padding: .5rem 1rem;
  min-width: 15rem;
  background-color: #f2f2f2;
  font-family: proxima_nova_thextrabold, arial, helvetica;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #262626;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

.ps-menu-pol:hover {
  background-color: #eee
}

.ps-menu .ps-menu-pol:nth-child(2n) {
  background-color: #eaeaea
}

.ps-menu .ps-menu-pol:nth-child(2n):hover {
  background-color: #ddd
}

.ps-menu-text {
  color: #ed8b00;
}
.ps-menu-img {
  max-height: 5rem;
}

.kotva {
  position: relative
}

.kotva div {
  position: absolute;
  margin-top: -6rem
}

.pr-blok {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  line-height: 1.75em
}

.pr-blok-img {
  border-radius: 50%;
}

.pr-blok-nadpis {
  color: #702082;
  font-size: 32px;
  margin-bottom: 16px
}

.pr-blok-text {
  max-width: 690px;
  font-size: 20px;
  padding: 20px 16px 10px
}

.pr-blok-tlObal {
  margin: 4rem 0;
  text-align: center
}

.pr-blok-tlacitko {
  display: inline-block;
  color: #ed8b00;
  background-color: transparent;
  border: 3px solid #ed8b00;
  border-radius: 20px;
  padding: 12px 40px;
  font-size: 20px;
  cursor: pointer;
  transition: .3s
}

.pr-blok-tlacitko:hover {
  color: #fff;
  background-color: #ed8b00
}

.pr-blok-img {
  box-shadow: 9px 10px 39px -9px #702082;
  border-radius: 100%
}

@media only screen and (max-width:720px) {
  .pr-blok {
    flex-wrap: wrap;
    margin-top: 3rem;
  }

  .pr-blok-nadpis {
    text-align: center;
  }

  .pr-blok-tlObal {
    margin-top: 1rem;
  }
}