body {
  background-color: white;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.row-space {
  height: 50px;
}

.font-gotham {
font-family: "gotham", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 50px;
}

.font-open-sans {
font-family: "open-sans", sans-serif;
font-weight: 400;
font-style: normal;
}

.font-georgiapro {
font-family: "georgiapro", sans-serif;
font-weight: 400;
font-style: normal;
}

.jumbotron .akce {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #3a99fc;
  text-transform: uppercase;
}
.jumbotron .akce img {
  width: 20px;
  padding-right: 3px;
}

h2, h4 {
  color: #3a99fc;
}

h4 {
  margin-bottom: 30px;
}

h5:not(:first-of-type) {
  margin-top: 30px;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgba(58,153,252,0.05);
}

.table-bordered td, .table-bordered th {
  border: 1px solid white;
}

.cas {
  text-align: right;
  white-space: nowrap;
}

.col-offset-md-1 {
  margin-left: 8.333333%;
}

@media (max-width: 768px) {
  h1.display-3 {
    font-size: 1.5rem;
  }
  .col-offset-md-1 {
    margin-left: 0%;
  }
}

@media (max-width: 991px) {
  div.row > div {
    padding-bottom: 20px;
  }
}

