@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Single Day';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/singleday/v17/LYjHdGDjlEgoAcF95EI5jVo.ttf) format('truetype');
}
::selection {
  color: #000;
  background: #f4efe4;
}
::-moz-selection {
  color: #000;
  background: #f4efe4;
}
a:visited {
  color: #d0c778;
}
a:active {
  color: #d0c778;
}
body {
  margin: 0;
  padding: 0;
  display: grid;
  color: #000;
  min-height: 100vh;
  font-family: 'Raleway', sans-serif;
  grid-template-columns: 1fr;
  background-color: white;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: 'Quicksand', serif;
  text-align: center;
  text-indent: 0;
}
body h1 {
  font-size: 50px;
}
body main {
  min-height: 95vh;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  gap: 0;
}
body main #block-1 {
  background-image: url('../images/alpaka.webp');
  background-attachment: fixed;
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  background-repeat: no-repeat;
}
body main #block-1 .overlay {
  position: relative;
  height: 100%;
}
body main #block-1 .overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, #43847580, rgba(255, 255, 255, 0.2));
  pointer-events: none;
}
body main #block-1 .overlay .box {
  position: relative;
  top: 15%;
  left: 5%;
  width: 30%;
  background: #ffffff90;
  border-radius: 40px;
  padding: 40px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
@media screen and (max-width: 1700px) {
  body main #block-1 .overlay .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    top: 5%;
    left: 3%;
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  body main #block-1 .overlay .box {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    padding: 0;
    height: 100%;
  }
}
body main #block-1 .overlay .box .item {
  font-family: 'Quicksand', serif;
  padding: 10px;
}
@media screen and (max-width: 1700px) {
  body main #block-1 .overlay .box .item {
    text-align: center;
  }
}
body main #block-1 .overlay .box .item img {
  height: 300px;
}
body main #block-1 .overlay .box .item #name {
  font-size: 30px;
}
@media screen and (max-width: 1700px) {
  body main #block-1 .overlay .box .item #name {
    margin: 10px;
  }
}
body main #block-1 .overlay .box .item #intro {
  padding: 20px 0;
}
body main #block-1 .overlay .box .item #contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body main #block-2 {
  background-color: #4b859b;
  background: linear-gradient(to bottom left, #78bad3, #4b859b);
  /*height: 100vh;*/
  color: white;
  font-size: 28px;
  padding: 50px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-indent: 70px;
}
@media screen and (max-width: 800px) {
  body main #block-2 {
    text-align: justify;
    font-size: 20px;
    padding: 20px;
  }
}
body main #block-3 {
  background-image: url('../images/biegi.webp');
  background-attachment: fixed;
  position: relative;
  background-position: 50% 20%;
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
}
body main #block-3 .overlay {
  position: relative;
  height: 100%;
}
body main #block-3 .overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, #43847580, rgba(255, 255, 255, 0.2));
  pointer-events: none;
}
body main #block-3 .overlay .box {
  position: relative;
  top: 15%;
  left: 5%;
  width: 30%;
  background: #ffffff90;
  border-radius: 40px;
  padding: 40px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  place-content: center;
}
@media screen and (max-width: 1700px) {
  body main #block-3 .overlay .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    top: 5%;
    left: 3%;
    width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  body main #block-3 .overlay .box {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    padding: 0;
    height: 100%;
  }
}
body main #block-3 .overlay .box p {
  padding: 10px 0;
}
body main #block-3 .overlay .box .span {
  grid-column: span 2;
}
body main #block-3 .overlay .box img {
  height: 300px;
  position: relative;
  bottom: -40px;
  left: 90px;
}
@media screen and (max-width: 1700px) {
  body main #block-3 .overlay .box img {
    left: 75%;
  }
}
@media screen and (max-width: 1300px) {
  body main #block-3 .overlay .box img {
    left: 55%;
  }
}
@media screen and (max-width: 800px) {
  body main #block-3 .overlay .box img {
    left: 35%;
  }
}
@media screen and (max-width: 600px) {
  body main #block-3 .overlay .box img {
    bottom: -114px;
    left: 80px;
  }
}
@media screen and (max-width: 400px) {
  body main #block-3 .overlay .box img {
    left: 40px;
  }
}
@media screen and (max-width: 356px) {
  body main #block-3 .overlay .box img {
    display: none;
  }
}
body main #block-4 {
  /*height: 100vh;*/
  background-color: #807a7e;
  background: linear-gradient(to bottom left, #474546, #807a7e);
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 28px;
  padding: 50px;
  text-indent: 70px;
}
@media screen and (max-width: 800px) {
  body main #block-4 {
    text-align: justify;
    font-size: 20px;
    padding: 20px;
  }
}
body footer {
  width: 100%;
  height: 5vh;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  body footer {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
@media screen and (max-width: 600px) {
  body footer p {
    margin: 0;
  }
}
body footer div {
  display: grid;
  place-items: center;
}
body footer div #company {
  font-weight: bold;
  text-transform: uppercase;
}
body footer #support {
  color: #fff;
}
body footer #support a {
  color: #fff;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */