/*!
 * Start Bootstrap - Landing Page v5.0.5 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

header.masthead2 {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-intro-kadernictvi.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

header.masthead2 .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead2 h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  header.masthead2 h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.call-to-action2 {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-intro-kadernictvi.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action2 .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

header h1 {
  text-shadow: 1px 1px black;
}

header h1 a {
  border-bottom: 1px dashed;
  color: #fff;
}

header h1 a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dashed #fd7e14;
}

.btn-primary {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-primary:hover {
  background-color: #f37004;
  border-color: #fd7e14;
}

.features-icons-icon i {
  color: #fd7e14 !important;
}

.opening-hours {
  text-align: center;
}

.pricelist table {
  width: 100%;
  margin-bottom: 2em;
}

.pricelist table tr.table-header {
  background: #fff !important;
}

.pricelist table tr.table-header th {
  padding: 0.3em 0.5em;
}

.pricelist table tr:not(.table-header):hover {
  background: #ffeadc !important;
}

.pricelist table tr:nth-child(even) {
  background: #fdf8f4;
}

.pricelist table tr td {
  border: 1px dashed #bbb;
  padding: 0.3em 0.5em;
}

.pricelist table tr td span {
  font-weight: 600;
}

.pricelist table tr td div {
  font-size: 90%;
}

.contact, .pricelist-wrapper {
  padding: 3em 0 0;
  font-size: 1.25rem;
  font-weight: 300;
}

.contact h1, .pricelist-wrapper h1 {
  padding: 0 0 1em;
}

.pricelist h3 {
  border-top: 1px solid #bbb;
  padding-top: 10px;
}

.help {
  font-size: 80%;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: -20px;
  background: #eaffaf;
  padding: 10px;
  color: black;
}

.shortcuts {
  margin-bottom: 10px;
}

.shortcuts a {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 4px;
  background: #fff3e9;
  margin: 5px 4px 0 0;
  font-size: 80%;
  color: #000;
}

.shortcuts a:hover {
  background: #ffd1aa;
  text-decoration: none;
}

.contact .container, .pricelist .container {
  padding-bottom: 2em;
}

.grecaptcha-badge {
  visibility: hidden;
}

.form-row.recaptcha {
  font-size: 11px;
  color: #fff;
}

#contact.failed:placeholder-shown {
  border: 2px solid red;
}

.nav-link.alt {
  padding: .5em 0;
  color: #777;
}

.nav-link.alt:hover {
  color: #000;
}

@media (max-width: 768px) {
  .nav-link.alt {
    padding: 1.2em 0 .5em;
  }
}

.mini-gallery {
  text-align: center;
}

.mini-gallery .mini-gallery-item {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  -webkit-box-shadow: #999 0px 0px 3px;
  box-shadow: #999 0px 0px 3px;
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
}

.mini-gallery .mini-gallery-item:hover {
  -webkit-box-shadow: #000 0px 0px 3px;
  box-shadow: #000 0px 0px 3px;
}

a.features-icons-item {
  text-decoration: none;
  color: black;
}

#covid {
  background: #ff2222;
  color: white;
}

#covid #covid-content {
  padding: 10px;
  text-align: center;
  letter-spacing: .09em;
  /* text-shadow: 1px 2px #00000066; */
}

#covid #covid-content ul {
  color: #dedede;
  list-style: none;
  font-size: 75%;
  letter-spacing: initial;
}

#covid-close {
  position: absolute;
  top: 3px;
  right: 10px;
  background: none;
  border: none;
  font-weight: 600;
  color: white;
  font-size: 17px;
}

#covid-close:hover {
  text-decoration: underline;
  cursor: pointer;
}

.header-title .smaller {
  font-size: 80%;
}

.map-bullets {
  padding-left: 10px;
  list-style-type: circle;
}

.price-clock {
  display: block;
  font-size: 14px !important;
  color: #555;
  padding-bottom: 10px;
  font-weight: bold;
}

.price-additional {
  font-size: 80% !important;
}

.warning {
  font-weight: 600;
  color: red;
}