body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

a {
  text-decoration: none;
}

.ylapalkki {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 135px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.5);
}

.logo {
  margin: 20px 20px auto auto;
  float: right;
}

.navipalkki {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 30px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  text-align: justify;
}

.navilinkki {
  position: relative;
  display: inline-block;
  float: none;
  color: #666464;
  font-size: 16px;
  text-decoration: none;
}

.navilinkki.w--current:hover {
  color: #dd6dd0;
}

.navilinkki.w--current:active {
  color: #000;
}

.navilinkki.w--current:focus {
  color: #dd6dd0;
}

.container {
  padding-right: 30px;
  padding-left: 30px;
}

.row {
  margin-top: 60px;
  padding-top: 120px;
}

.leipis {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0px;
}

.link {
  color: #8a8a8a;
}

.link:hover {
  color: #fc8ec7;
}

.link:active {
  color: #f860af;
}

.link:focus {
  color: #f860af;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  display: inline-block;
  overflow: visible;
  margin-top: 15px;
  padding-right: 45px;
  padding-left: 45px;
  border: 3px solid #fc8ec7;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #fc8ec7;
  font-weight: 700;
}

.button.mallistonappi {
  display: inline-block;
}

.map {
  width: 100%;
  height: 600px;
}

.somelinkki {
  margin-right: 12px;
}

.column {
  -webkit-perspective: 500px;
  perspective: 500px;
}

.jakolinkit {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  margin-top: auto;
  margin-right: 10px;
}

.facebook {
  right: 0px;
  bottom: 0px;
  display: inline;
  float: none;
}

.twitter {
  display: inline;
  width: 70px;
  height: 18px;
  margin-right: 5px;
}

.google {
  display: inline;
  height: 20px;
}

.navbar {
  display: none;
}

.heading {
  margin-top: auto;
}

.heading-2 {
  margin-top: auto;
}

.heading-3 {
  margin-top: auto;
}

.column-2 {
  position: absolute;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.heading-4 {
  margin-top: auto;
}

.heading-5 {
  margin-top: auto;
}

.heading-6 {
  margin-top: auto;
}

.text-block {
  display: block;
}

.text-block.potocredit {
  position: relative;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

.leipislinkki {
  color: #f860af;
}

.evstelinkki {
  color: #8a8a8a;
}

.text-block-2 {
  color: #8a8a8a;
  font-style: italic;
}

.text-block-3 {
  color: #000;
  font-size: 12px;
  font-style: italic;
}

.evstekytntlinkki {
  color: #8a8a8a;
}

.evastecontainer {
  padding-right: 45%;
  padding-left: 30px;
}

.poikkeusaika {
  display: none;
  margin: 15px 15px 15px 5px;
  padding: 10px;
  background-color: rgba(252, 142, 199, 0.4);
}

@media screen and (max-width: 991px) {
  .heading {
    line-height: 20px;
  }

  .heading-2 {
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navipalkki {
    display: none;
  }

  .navbar {
    display: block;
    background-color: transparent;
  }

  .brand {
    display: none;
  }

  .menu-button {
    margin-top: 30px;
    float: left;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #8a8a8a;
  }

  .nav-menu {
    background-color: #fc8ec7;
    color: #fff;
  }

  .nav-link {
    width: 100%;
    color: #fff;
  }

  .nav-link.w--current {
    background-color: hsla(0, 0%, 100%, 0.2);
    color: #a12b69;
  }

  .nav-link-2 {
    width: 100%;
    color: #fff;
  }

  .nav-link-2.w--current {
    width: 100%;
    color: #a12b69;
  }

  .nav-link-3 {
    width: 100%;
    color: #fff;
  }

  .nav-link-3.w--current {
    width: 100%;
    color: #a12b69;
  }

  .nav-link-4 {
    width: 100%;
    color: #fff;
  }

  .nav-link-4.w--current {
    width: 100%;
    color: #a12b69;
  }

  .nav-link-5 {
    width: 100%;
    color: #fff;
  }

  .nav-link-5.w--current {
    width: 100%;
    color: #a12b69;
  }

  .nav-link-6 {
    width: 100%;
    color: #fff;
  }

  .nav-link-6.w--current {
    width: 100%;
    color: #a12b69;
  }

  .heading {
    line-height: 20px;
  }

  .heading-2 {
    line-height: 20px;
  }

  .heading-3 {
    line-height: 20px;
  }

  .heading-6 {
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navipalkki {
    display: none;
  }

  .container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .button {
    margin-left: auto;
  }

  .map {
    height: 300px;
    margin-bottom: 30px;
  }

  .column {
    margin-bottom: 15px;
  }

  .jakolinkit {
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
  }

  .navbar {
    display: block;
    width: 100%;
    background-color: transparent;
  }

  .brand {
    display: none;
  }

  .menu-button {
    margin-top: 30px;
    margin-right: auto;
    margin-left: 20px;
    float: left;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .mobiilinavi {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 135px;
  }

  .icon {
    color: #8a8a8a;
  }

  .icon:active {
    color: #fc8ec7;
  }

  .nav-menu {
    background-color: #fc8ec7;
  }

  .nav-link {
    width: 100%;
    color: #fff;
  }

  .nav-link.w--current {
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.2);
    color: #a12b69;
  }

  .nav-link-2 {
    width: 100%;
    color: #fff;
  }

  .nav-link-2.w--current {
    color: #a12b69;
  }

  .nav-link-3 {
    width: 100%;
    color: #fff;
  }

  .nav-link-3.w--current {
    color: #a12b69;
  }

  .nav-link-4 {
    width: 100%;
    color: #fff;
  }

  .nav-link-4.w--current {
    color: #a12b69;
  }

  .nav-link-5 {
    width: 100%;
    color: #fff;
  }

  .nav-link-5.w--current {
    color: #a12b69;
  }

  .nav-link-6 {
    width: 100%;
    color: #fff;
  }

  .nav-link-6.w--current {
    color: #a12b69;
  }

  .heading {
    line-height: 26px;
  }

  .heading-2 {
    line-height: 26px;
  }

  .heading-3 {
    line-height: 26px;
  }

  .image-2 {
    margin-top: 25px;
  }

  .image-3 {
    margin-top: 25px;
  }

  .evastecontainer {
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}

