body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: auto;
  font-family: "Oranienbaum", serif;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #000000;
  box-sizing: border-box;
  max-width: 1200px;
  min-width: 320px;
  box-shadow: 0 0 10px 3px #FA9CC4, 0 0 20px 4px #8BC6E6;
}

header {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  height: 100px;
}

.logo {
  padding: 15 0 15 0;
}

.container-intro {
  height: 600px;
}

.container {
  display: flex;
  justify-content: space-around;
}

.text-center {
  text-align: center;
}

.flex-center {
  justify-content: center;
}

.bg-img-1 {
  display: flex;
  justify-content: space-around;
  background-image: url(../img/kotisiivoukseen.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: inherit;
}

.intro {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.intro h1, .intro span {
  color: #FFFFFF;
}

.spikes-out {
  width: 100%;
  text-align: center;
  font-weight: 400;
  border-bottom: 1px solid #8BC6E6;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.spikes-out span {
  background: #FFFFFF;
  padding: 0 10px;
}

.content-box-1 {
  max-width: 670px;
  padding: 60px 60px 60px 60px;
  letter-spacing: 0.9px;
  line-height: 35px;
}
.content-box-1 p {
  padding: 30 0 0 0;
}

.content-box-2 {
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  letter-spacing: 0.9px;
  line-height: 35px;
}
.content-box-2 h2 {
  font-weight: 400;
}

.feedback-box {
  padding: 60 60 30 60;
  letter-spacing: 0.9px;
  line-height: 35px;
  max-width: 600px;
  min-width: 250px;
}

.col img {
  min-width: 150px;
  max-width: 450px;
  margin-left: 25px;
}

.what-we-offer {
  padding: 0 80 0 80;
}

.hearts {
  margin: 40 0 10 0;
}

.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50 0 50 0;
  padding: 0 10 0 10;
}

.bubble-1 {
  position: relative;
  height: 40px;
  left: -20%;
}

.bubble-2 {
  position: relative;
  height: 40px;
  left: 110%;
  transform: rotate(225deg);
}

.contact-title {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  gap: 60px;
  margin-bottom: 15px;
}

.form-item {
  display: flex;
  flex-direction: column;
}
.form-item label {
  text-transform: uppercase;
}
.form-item input {
  padding: 5px;
  margin: 5 0 5 0;
}
.form-item textarea {
  padding: 5px;
  margin: 5 0 5 0;
  resize: none;
}
.form-item input {
  width: 100%;
}

.textarea {
  flex-basis: 100%;
}

.send-button {
  background-color: #FA9CC4;
  padding: 10 25 10 25;
  margin: 10px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: ease-in 250ms;
  border-radius: 25px;
}
.send-button:hover {
  background-color: #FC358B;
  color: #FFFFFF;
  transition: ease-in 250ms;
}

.courgette {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-size: 26px;
}

footer {
  border-top: 1px solid white;
}

.footer-content {
  align-items: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.footer-item {
  margin: 10 20 10 20;
  flex-basis: 100%;
}
.footer-item h4 {
  text-transform: uppercase;
}
.footer-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.9px;
}

.socials {
  margin: 25 0 0 0;
}

.social-item img {
  height: 15px;
  cursor: pointer;
}

.bottom-gradient {
  background: white;
  background: linear-gradient(180deg, white 0%, #8bc6e6 100%);
}

@media (max-width: 940px) {
  .mirror-img {
    display: none;
  }
}
@media (max-width: 640px) {
  .bubble-1, .bubble-2 {
    display: none;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
  }

  .footer-item p {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
  }
}

/*# sourceMappingURL=style.css.map */
