*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.title {
  margin: 10px 0px 50px;
  text-align: center;
  text-transform: uppercase;
  color: rgb(249, 240, 224);
}

h2 {
  font-size: 35px;
  font-family: "Lora", Courier, monospace;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgb(249, 240, 224);
}

.underline-title {
  background-color: rgb(249, 240, 224);
  width: 200px;
  height: 3px;
  margin: 0px auto 0px;
}

.btn {
  margin: 40px auto;
  display: block;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
  border: solid rgb(255, 255, 255) 4px;
  font-size: 18px;
}

.btn:hover {
  background-color: rgb(249, 240, 224);
  border: solid rgb(249, 240, 224) 4px;
}

a {
  text-decoration: none;
}

body {
  position: relative;
}

.item-img {
  width: 100%;
  max-height: 550px;
}

header .hero-img {
  background-attachment: fixed;
  position: relative;
  width: 100%;
  height: 60vh;
  background-image: url("/img/AgaDarZakladStolarskiOlszcztynSzczytno.jpg");
  background-size: cover;
  background-position: bottom;
  z-index: 0;
}
header .hero-img .hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.747);
  z-index: -1;
}
header .hero-img .underline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  height: 5px;
  margin: 0px 10px;
  background-color: rgb(251, 244, 233);
}
header .hero-img .hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  font-style: italic;
}
header .hero-img .hero-text .hero--text {
  text-transform: uppercase;
  font-family: "Lora", Helvetica, sans-serif;
  margin-bottom: 0;
  margin-bottom: 0;
  color: rgb(251, 244, 233);
  font-size: 48px;
  letter-spacing: 4px;
}
header .hero-img .hero-text .button-con {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .hero-img .hero-text .button-con button {
  width: 160px;
  margin: 0px 10px 10px;
}
header .hero-img .hero-text h2 {
  font-size: 25px;
  font-family: "Lora", Courier, monospace;
  color: rgb(251, 244, 233);
  padding: 3px;
}

.gallery_header .hero-img {
  height: 100vh;
}

nav {
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
  z-index: 1;
  width: 100%;
}
nav .line {
  width: 2px;
  height: 20px;
  background-color: rgb(255, 228, 195);
  margin: auto;
}
nav .nav-link {
  text-align: center;
  color: #fff;
  font-size: 21px;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
nav i {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  color: white;
}
nav .navbar-brand {
  color: #fff;
}
nav .navbar-brand {
  font-family: "Lora", Courier, monospace;
  font-size: 30px;
}
nav .nav-link:hover,
nav .navbar-brand:hover {
  color: rgb(255, 228, 195);
}
nav .active {
  color: rgb(255, 228, 195);
}

.shadow-bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.aboutus {
  padding: 100px 0px 0px;
  background-image: url("/img/AgaDarZakladStolarskiAboutusUp.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.aboutus p {
  font-size: 21px;
  color: #fff;
}
.aboutus i {
  font-size: 60px;
  color: rgb(249, 240, 224);
  display: block;
  text-align: center;
}
.aboutus hr {
  background-color: #fff;
}
.aboutus .row {
  margin-top: 70px;
}
.aboutus .row .aboutus_card {
  margin-bottom: 80px;
}
.aboutus .row p {
  color: rgb(253, 245, 236);
  margin-top: 15px;
  text-align: center;
  font-size: 24px;
}

.offer {
  padding: 100px 0px;
  background-color: #121212;
}
.offer .row {
  margin-top: 100px;
}
.offer .row .chess-img {
  position: relative;
  background-position: center;
  background-size: cover;
  margin: 0px auto 30px;
  height: 500px;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.offer .row .chess-img .chess-color {
  background-color: rgba(0, 0, 0, 0.312);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}
.offer .row .chess-img .chess-color .chess-text {
  color: rgb(255, 255, 255);
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.offer .row .chess-img:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.offer .row .one {
  background-image: url("/img/four-rooms/received_1203185077127122.jpeg");
}
.offer .row .two {
  background-image: url("/img/four-rooms/received_1346402775882643.jpeg");
}
.offer .row .three {
  background-image: url("/img/four-rooms/received_747355556512823.jpeg");
}
.offer .row .four {
  background-image: url("/img/four-rooms/received_749513839714886.jpeg");
}
.offer .deseczki {
  width: 100%;
  height: 300px;
  background-color: #0afdc1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  background-image: url("../img/316724501_5502222709905022_223910290533383294_n.jpg");
  background-position: center;
  background-size: cover;
  margin: 0px 0px;
}
.offer .deseczki .deseczki_shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.312);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer .deseczki .deseczki_shadow h3 {
  color: rgb(255, 255, 255);
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.offer .deseczki:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.gallery {
  padding: 100px 0px;
  background-image: url("/img/AgaDarZakladStolarskiAboutusDown.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.gallery img {
  margin: 5px;
}

.contact {
  padding: 100px 0px 40px;
  font-family: "Lora", Courier, monospace;
  background-color: #121212;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact h3 {
  color: rgb(255, 228, 195);
  font-size: 30px;
}
.contact .h3 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 20px;
}
.contact p {
  font-size: 20px;
}
.contact .contact-img {
  position: relative;
  background-image: url("../img/AgaDarZakladStolarskiOlszcztynSzczytno.jpg");
  background-position: left;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}
.contact .contact-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.65);
  min-height: 30vh;
  min-width: 350px;
  max-width: 800px;
}
.contact .contact-shadow .contact-text {
  text-align: center;
  color: #fff;
}
.contact .contact-shadow .contact-text i {
  text-align: left;
  padding-right: 5px;
  margin-bottom: 15px;
  color: rgb(255, 228, 195);
}
.contact .google-map {
  margin-top: 40px;
  width: 90vw;
}

footer {
  padding: 30px 0px;
}
footer p {
  font-size: 20px;
}
footer p img {
  height: 25px;
}
footer p a {
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
  text-decoration: none;
  color: rgb(255, 228, 195);
}
footer p a:hover {
  color: #0afdc1;
}

@media (max-width: 991px) {
  header .hero-img .hero-text {
    text-align: center;
  }
  header .hero-img .hero-text .hero--text {
    font-size: 30px;
  }
  header .hero-img .hero-text h2 {
    font-size: 15px;
  }
  .aboutuss .aboutus-text .upperline {
    height: 500px;
  }
}
@media (max-width: 588px) {
  .aboutus .aboutus-text button {
    width: 300px;
  }
}
@media (max-width: 786px) {
  .aboutus p {
    text-align: center;
  }
  .contact .contact-shadow {
    width: 100%;
  }
  .contact .contact-shadow .contact-text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .contact .contact-shadow {
    width: 100%;
  }
  .contact .contact-shadow .contact-text {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .aboutus {
    background-image: url("/img/AgaDarZakladStolarskiOlsztyn.png");
  }
  .contact .contact-shadow {
    width: 70%;
  }
  .contact .contact-shadow .contact-text {
    font-size: 18px;
  }
}
.auto {
  margin-left: auto;
  margin-right: auto;
}

nav .fz {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 21px;
}

.kuchnie,
.sypialnie {
  padding: 80px 0px;
}
.kuchnie h2,
.sypialnie h2 {
  color: black;
}
.kuchnie .underline-title,
.sypialnie .underline-title {
  background-color: black;
  margin-bottom: 80px;
}

.lazienki,
.szafy {
  padding: 80px 0px;
  background-color: black;
}
.lazienki h2,
.szafy h2 {
  color: #fff;
}
.lazienki .underline-title,
.szafy .underline-title {
  background-color: #fff;
  margin-bottom: 80px;
}

.item {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.item:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}/*# sourceMappingURL=main.css.map */