@media (min-width: 300px) {
  .h1, h1 {
    font-size: 2.5rem;
    margin-top: 10%;
    font-size: 130%;
  }
}

@media (min-width: 992px) {
  .h1, h1 {
    font-size: 2.5rem;
    margin-top: 10%;
  }
}

.footer-clean {
  border-top: solid rgb(75, 76, 77) 1px;
  margin-top: 8%;
}

.h2, h2 {
  font-size: 108%;
  text-align: center;
  margin-bottom: 42px;
  margin-top: 60px;
  text-transform: uppercase;
  line-height: 160%;
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 160%;
    line-height: 160%;
  }
}

.h2:last-child, h2:last-child {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .h2, h2 {
    /*font-size: 3rem;*/
  }
}

.hero {
  width: 100%;
  background: #dfdede;
}

.hero-image {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  content: url(../../assets/img/obrazky/hero_0px.png);
}

@media (min-width: 576px) {
  .hero-image {
    content: url(../../assets/img/obrazky/hero_540px.png);
  }
}

@media (min-width: 768px) {
  .hero-image {
    content: url(../../assets/img/obrazky/hero_720px.png);
  }
}

@media (min-width: 992px) {
  .hero-image {
    content: url(../../assets/img/obrazky/hero_960px.png);
  }
}

.logo-image {
  width: 50%;
}

.header {
  width: 100%;
  background: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}

body {
  font-family: superclarendon;
}

.section-black {
  background-color: black;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.col img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

p, .p-tight, .col > .p-tight {
  text-align: left;
  padding: 0;
  margin: 40px auto;
  font-size: 100%;
  color: #222222;
}

p:first-child, .p-tight:first-child, .col > .p-tight:first-child {
  margin: 0;
}

@media (min-width: 1200px) {
  p, .p-tight, .col > .p-tight {
    text-align: left;
    padding: 0;
    font-size: 130%;
  }
}

@media (min-width: 768px) {
  .p-tight {
    width: 70%;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .p-tight {
    width: 50%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .col > .p-tight {
    text-align: left;
    width: 100%;
  }
}

.div-sep {
  background: url("../../assets/img/obrazky/fb_banner_hero.jpg") center / contain no-repeat;
  max-width: 100%;
  height: 100px;
}

h4 {
  text-align: left;
  font-size: 175%;
}

@media (min-width: 768px) {
  h4 {
    text-align: center;
    font-size: 250%;
  }
}

@media (min-width: 1200px) {
  h4 {
    text-align: center;
    font-size: 350%;
  }
}

.logo-image-content {
  width: 30%;
  margin: 80px auto;
}

#col1 {
  display: none;
}

@media (min-width: 768px) {
  #col1 {
    display: block;
  }
}

#col2 {
  padding: 0 19px;
}

footer p {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 23px;
}

@media (min-width: 768px) {
  footer p {
    text-align: left;
  }
}

.fp {
  text-align: center;
}

.card {
  background: #eeeeee;
  width: 100%;
  min-height: 100px;
  border-radius: 4px;
  height: 100%;
  padding: 20px 20px 4px;
  border: none;
}

.card-header, .card-body, .card-footer {
  background: inherit;
  border: none;
  padding: 0;
  margin: 0;
  /*min-height: 71px;*/
}

.card-header p, .card-body p, .card-footer p {
  text-align: left;
  margin-left: 0;
}

.card-header p {
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70%;
  color: #aaaaaa;
}

.card-body p {
  font-size: 200%;
  font-weight: 700;
  line-height: 105%;
  margin: 35px 0 45px;
}

.card-footer p {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 150%;
  line-height: 110%;
  margin-top: 0;
}

.col-cell {
  margin-bottom: 30px;
}

.col-cell:first-child {
  margin-bottom: 30px;
}

.col-container {
  margin-top: 30px;
}

.black {
  background-color: black !important;
}

.black p {
  color: white;
}

.before-btn {
  font-size: 70% !important;
  text-align: center !important;
  margin: 0;
}

.card-pre-footer p {
  margin: 5px 0 30px;
}

.black img {
  height: auto;
  max-width: 75%;
  margin: 0px 0 18px;
}

.card-footer > .btn {
  width: 100%;
  margin: 0;
}

.col {
  padding-top: 0;
}

.ucet-span {
  font-size: 170%;
}

@media (min-width: 768px) {
  .ucet-span {
    font-size: 140%;
  }
}

@media (min-width: 992px) {
  .ucet-span {
    font-size: 190%;
  }
}

