/*!
 * 1. úklidová s.r.o. — Stylesheet
 * Bootstrap 5.3 compatible — v2.0.0 — 2026-03-12
 * Based on Start Bootstrap Freelancer theme (Apache 2.0)
 */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  overflow-x: hidden;
}

p {
  font-size: 20px;
}

p.small {
  font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.img-centered {
  margin: 0 auto;
}

/* === Navbar === */

.navbar {
  background-color: #ffc515;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.navbar .navbar-brand img {
  width: auto;
  max-height: 25px;
}

.navbar .navbar-nav {
  letter-spacing: 1px;
}

.navbar .nav-link {
  color: rgba(0, 0, 0, 0.8);
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  outline: 0;
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
}

.navbar .nav-link.active,
.navbar .nav-item.active > .nav-link {
  color: #333;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .navbar.fixed-top {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }

  .navbar.fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar.fixed-top.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar.fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

/* === Header === */

header {
  text-align: center;
  color: #fff;
  background: #fff;
}

.hlavni-fullw {
  height: 550px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-image: url("../img/1uklidova-pozadi.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}

@media (max-width: 767px) {
  .hlavni-fullw {
    background-image: url("../img/1uklidova-pozadi-mob.jpg");
  }
}

/* === Sections === */

section {
  padding: 100px 0;
}

section h2 {
  margin: 0;
  font-size: 3em;
}

section.success {
  background: #ffc515;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  outline: 0;
  color: #2c3e50;
}

@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
}

/* === Text blocks === */

.text {
  padding: 4em;
}

.text a {
  color: #d8a815;
}

.text ul {
  padding: 2em;
}

.text ul li {
  font-size: 1.4em;
}

.cenik-info {
  font-size: 1em;
}

/* === Footer === */

footer {
  color: #fff;
}

footer h3 {
  margin-bottom: 30px;
}

footer .footer-above {
  padding-top: 50px;
  background-color: #2c3e50;
}

footer .footer-col {
  margin-bottom: 50px;
}

footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}

.footer-below a {
  color: #ffc515;
}

/* === Scroll to Top Button === */

.scroll-top {
  z-index: 1049;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}

.scroll-top .btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 28px;
}

.scroll-top .btn-primary {
  background-color: #d8a815;
  border: 0;
}

.btn:focus,
.btn:active,
.btn.active {
  outline: 0;
}
