body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #915609;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #e89010;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.4em;
}

a {
  margin-left: 20px;
  color: #140103;
  font-size: 1.3em;
  line-height: 1.4em;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 14px;
  padding-left: 20px;
  list-style-type: disc;
}

li {
  margin-bottom: 5px;
}

strong {
  font-weight: bold;
}

strong:hover {
  color: #915609;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(50%, rgba(0, 0, 0, 0.59)), to(hsla(0, 0%, 100%, 0))), url('../images/hero-abc.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.59) 50%, hsla(0, 0%, 100%, 0)), url('../images/hero-abc.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.sekce {
  margin-top: 60px;
  margin-bottom: 20px;
}

.linka {
  width: 100px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #915609;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 6px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.collection-item:hover {
  background-color: #eeede8;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item-2 {
  width: 18%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 1%;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 2px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.collection-item-2:hover {
  background-color: #e9e5e5;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.claim {
  margin-bottom: 0px;
  color: #f39900;
  font-size: 21px;
}

.logo {
  margin-right: 30px;
}

.button {
  border-radius: 4px;
  background-color: #f39900;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.button:hover {
  background-color: #915609;
}

.container-uzky {
  max-width: 75%;
}

.container-siroky {
  max-width: 80%;
}

.sluzby-seznam {
  list-style-type: square;
}

.claim-velky {
  font-size: 1.8em;
  font-weight: 700;
}

.textblock-uzky {
  width: 50%;
}

.contact-polozka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-polozka-text {
  margin-left: 10px;
}

.logo-paticka {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mapa {
  width: 100%;
  height: 300px;
  margin-bottom: 60px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.ikona-30 {
  width: 30px;
  height: 30px;
}

.ikona {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 2em;
  }

  .collection-item {
    width: 49%;
  }

  .collection-item-2 {
    width: 31%;
  }

  .claim {
    font-size: 19px;
  }

  .logo {
    width: 150px;
  }

  .button {
    font-size: 1.1em;
  }

  .container-uzky {
    max-width: 85%;
  }

  .container-siroky {
    max-width: 90%;
  }

  .logo-paticka {
    max-width: 200px;
    margin-top: 10px;
  }

  .image {
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  a {
    font-size: 1.2em;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .collection-item {
    width: 100%;
  }

  .collection-item-2 {
    width: 48%;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo {
    width: 150px;
  }

  .button {
    margin-top: 20px;
    margin-left: 0px;
  }

  .container-siroky {
    max-width: 100%;
  }

  .claim-velky {
    font-size: 1.5em;
  }

  .textblock-uzky {
    width: 100%;
    margin-bottom: 20px;
  }

  .logo-paticka {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .div-block-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image {
    max-width: 200px;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

