@charset "UTF-8";
.landing-container-wrap {
  position: absolute;
  bottom: 0;
}
.landing-container-wrap #uvod-landing-container {
  position: static;
}

@media screen and (min-width: 1050px) {
  #uvod-landing {
    height: 100vh;
  }
}
@media screen and (max-width: 1400px) {
  #byvy-landing > img {
    min-height: 50%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1400px) {
  #byvy-landing > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.menu-contact-details {
  font-size: 33px;
  color: black;
}
.menu-contact-details span {
  color: #B4E639;
}

.kontakt span {
  color: #B4E639;
}
.kontakt h3 {
  color: #fff;
  font-size: 28px;
}
.kontakt .telefon {
  font-size: 68px;
}

#cont-section1-center h2 {
  font-size: 34px;
  text-transform: uppercase;
}
#cont-section1-center h3 {
  color: black;
}
#cont-section1-center span {
  font-size: 20px;
  text-transform: uppercase;
}

#cont-section1-right .kontakt h3 {
  color: black;
  font-size: 46px;
}
#cont-section1-right .kontakt span {
  font-size: 48px !important;
  text-transform: lowercase !important;
}

@media screen and (min-width: 900px) {
  .cont-section1 {
    padding-bottom: 3rem;
  }
}
#naby-landing {
  background-image: url(../img/Snímek1_v3._budovaA.jpg);
  background-position: 50% 15%;
}

#byvy-landing-lower-text span {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
}

.loc-section3 {
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1400px) {
  #location-map {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}
#byvy-pudorys-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-img {
  width: 60%;
}/*# sourceMappingURL=fixies.css.map */