@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
  font-family: "Roboto", sans-serif;
}

nav.fixed-opacity,
footer.fixed-opacity {
  background-color: #21252980 !important;
}

nav {
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

nav img {
  height: 100px;
}

footer div {
  height: 50px;
}

footer span.fa-stack {
  font-size: 1.5em;
}

footer span.fa-stack i.fa-square {
  font-size: 1.75em;
  bottom: 1px;
}

footer span.fa-stack i.fa-facebook-square {
  color: #4267B2;
}

footer span.fa-stack i.fa-facebook-square:hover {
  color: #3b5998;
}

.o-mnie,
.kontakt {
  margin-top: 100px;
  padding-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.carousel .carousel-indicators {
  margin-bottom: 5rem;
}

.carousel .carousel-item img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.o-mnie {
  min-height: calc(100vh - 150px);
}

.o-mnie .card {
  border-color: white;
}

.o-mnie .card .portrait img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-mnie .card .card-body p {
  text-indent: 1.5rem;
}

.kontakt iframe {
  height: 100%;
  width: 100%;
  min-height: 350px;
}

.kontakt .textarea textarea {
  resize: none;
}

.kontakt .adres {
  height: 100%;
}

.kontakt .adres p,
.kontakt .adres a {
  margin: 0;
  padding: 8px 0;
}

@media screen and (max-width: 991px) {
  .o-mnie .portrait {
    height: 600px;
  }
  .o-mnie .portrait img {
    width: 100%;
    -o-object-position: top;
       object-position: top;
  }
}
/*# sourceMappingURL=styles.css.map */