@import url(/site/css/colors.css);
body {
  font-family: "Noto Sans";
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  padding: 1.5em 3em 1.5em 3em;
  margin: 1em;
  border-radius: 2em;
}

.navbar-nav {
  margin-left: auto;
  align-items: center;
}

.navbar-toggler {
  border: none
}

.navbar-toggler:focus {
  box-shadow: none;
  color: #000
}

.kontakt-btn {
  background-color: var(--accent);
  border: none;
}

.navbar-brand {
  font-size: 1.5em;
}

.firstname {
  color: var(--accent);
  font-weight: 800;
}

.lastname {
  color: var(--accent);
  font-weight: 100;
}

.footer {
  background: var(--bars);
  margin-top: auto;
}

.content {
  display: flex;
  flex-direction: column;
  padding: 2em 0 2em 0;
  margin: 0 10% 0 10%;
  align-items: center;
}

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('/site/img/tapicer1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 93px;
  height: 400px;
  font-size: 2em;
  color: #FFFFFF;
}

.intro::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,255,0.1);
  height: inherit;
  width: inherit;
}

.intro > p { z-index: 1; }

.kontakt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.oferta_item,
.dane {
  border-radius: 1em;
  background: rgba(0,0,0,0.05);
}

.spacer {
  background: var(--accent);
  height: 0.5em;
  border-radius: 1em;
  width: 5em;
  margin: 1.5em auto 1em auto;
}

.glowna h1 {
  text-align: center
}

.dane {
  margin: 0.5em;
  padding: 1em;
  border-radius: 1em;
  flex: 1;
}

.dane ul {
  list-style-type: none;
}

.dane_item {
  display: flex;
  align-items: center;
}

.dane_icon {
  width: 1em;
  text-align: center;
}

.mapa {
  max-width: 450px;
  width: 100%;
  height: 300px;
}

.glowna_sekcja {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.glowna_text {
  max-width: 450px;
  margin: 0.5em;
  padding: 1em;
  border-radius: 1em;
}

.glowna_text a {
  color: inherit;
  text-decoration: none;
  font-weight: 800;
  transition: 500ms;
}

.glowna_text a:hover {
  color: var(--accent);
}

.glowna_zdjecie {
  max-height: 250px;
  border-radius: 1em;
  margin: 1em;
}

.oferta_item {
  display: flex;
  align-items: center;
  padding: 1em;
  margin: 1em 0 0 0;
  border-radius: 1em;
  max-width: 600px;
  width: 100%;
}

.oferta_item span {
  margin-left: 1em;
}

.galeria {
  display: flex;
}

.galeria_lista {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  justify-content: center;
}

.galeria_item img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  padding: 0.5em;
  border-radius: 1em;
}

@media (max-width: 950px) {
  .navbar-brand {
    font-size: 1em;
  }
  .glowna_sekcja {
    align-items: center;
    flex-direction: column
  }
  .glowna_zdjecie {
    order: 2
  }
}
