@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 0 px;
}

.vcenter {
    display: flex;
    align-items: center;
}

.hcenter {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

A {
    COLOR: #ffffff;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: 300;
    TEXT-DECORATION: none;
}

A:hover {
    COLOR: #7c97f6;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: 300;
    TEXT-DECORATION: none;
}

.shadow {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}

.shadow2 {
  box-shadow: 0 0 10px 5px rgba(56, 126, 167, 0.1);
}

.kraje {
    padding: 15px 15px;
}

.kraje2 {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

.service-box img {
  width: 120px; /* velikost ikonky, uprav dle potřeby */
  height: auto;
  display: block;
  margin: 0 auto 10px auto; /* centrování a mezera pod ikonou */
}

@media (max-width: 960px) {
  #aboutus2 .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

.footer-box {
    display: flex;
    flex-direction: column;
    align-items: center; /* vycentruje nadpis i blok textu */
}