@charset "UTF-8";
body {
  font-family: "Poppins", sans-serif;
  color: #271403;
  background-image: linear-gradient(to right top, #d1c3b7, #e5c2af, #e7dcd6, #f2eae6, #fcf7f5);
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: justify;
}

#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/ban.png") center center;
  background-size: cover;
  position: relative;
  padding: 0;
}

.logo {
  width: 24%;
}

.bg-light {
  background-color: #d1c3b7;
}

.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf7f5 !important;
  box-shadow: 0 2px 15px rgba(39, 20, 3, 0.08);
}

.navbar-nav .nav-link {
  position: relative;
  color: #271403;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background: #d1c3b7;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #b5a8a1;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #a27962;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  font-family: "Baskervville", serif;
  font-style: italic;
  color: #271403;
  text-align: left;
}

h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 5px;
  background: #a27962;
  left: 0;
  right: 0;
  bottom: 0;
}

h3 {
  font-size: 1.7rem;
  font-weight: 800;
  padding-bottom: 10px;
  position: relative;
  font-family: "Baskervville", serif;
  font-style: italic;
  color: #271403;
}

h4 {
  font-weight: 600;
  font-family: "Baskervville", serif;
  color: #a27962;
}

.podnadpis {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.text-bold {
  font-weight: 500;
  font-family: "Baskervville", serif;
  font-size: 1.8rem;
  font-style: italic;
}

.card-home {
  border-radius: 20px;
  border-color: #271403;
  background-color: #a27962;
}

.card-body-home {
  color: #fcf7f5;
  border-radius: 20px;
  padding: 25px;
}

#sluzby .card {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#sluzby .card-img,
#sluzby .card-img-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#sluzby .card-text {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
#sluzby .dodatok {
  font-size: 0.8rem;
  line-height: 1.4rem;
}

#footer {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #271403;
}

figure {
  margin: 0 0 0rem;
}

.blockquote {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}

.blockquote-footer {
  font-size: 0.7rem;
  margin-bottom: 0rem;
  line-height: 1.6rem;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.footer-menu li {
  margin-bottom: 0.6rem;
}

.footer-menu a {
  color: #271403;
  text-decoration: none;
  transition: 0.3s;
}

.footer-menu a:hover {
  color: #b5a8a1;
  padding-left: 6px;
}

/* Aktívna stránka */
.footer-menu a.active {
  color: #d1c3b7;
  font-weight: 600;
}

/* Telefón, email */
#footer a {
  color: #271403;
  text-decoration: none;
  transition: 0.3s;
}

#footer a:hover {
  color: #b5a8a1;
}

/* Facebook */
.social-linksFooter {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.social-linksFooter i {
  font-size: 1.3rem;
}

.table td,
.table th {
  background-color: #fcf7f5;
  font-size: 0.9rem;
}

.mapa {
  max-width: 500px;
  height: 400px;
  border: 0;
  border-radius: 15px;
}

.separator {
  border: 0;
  border-top: 1px solid #a27962;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  #hero {
    height: 48vh;
  }
}
@media only screen and (max-width: 768px) {
  #hero {
    height: 30vh;
    background-size: cover;
  }
}
@media only screen and (max-width: 576px) {
  .logo {
    width: 18%;
  }
  #hero {
    height: 25vh;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  .text-bold {
    font-size: 1.2rem;
  }
  .text-klasik {
    font-size: 0.9rem;
  }
  h3 {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */