:root {
  --white: white;
  --black: black;
}

body {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.container {
  height: 100vh;
  max-width: 1200px;
  padding-top: 10vh;
  padding-left: 40px;
}

.yhteystiedot_div {
  float: right;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 10%;
}

.link {
  color: #000;
  text-decoration: none;
}

.text_b {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.header_b {
  color: #c60751;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 900;
}

.heading {
  text-align: center;
  margin-right: 12px;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: static;
  top: 40%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  margin: 50vh auto;
  position: absolute;
}

.heading2 {
  text-align: center;
  font-size: 44px;
  font-weight: 400;
  display: inline-block;
  position: static;
  top: 40%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.otsikko_div {
  text-align: center;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.logo {
  position: absolute;
  top: 10%;
  left: 10%;
}

.image {
  margin-top: 5px;
}

@media screen and (max-width: 479px) {
  .yhteystiedot_div {
    bottom: 5%;
    left: 40px;
    right: auto;
  }

  .header_b {
    font-size: 18px;
  }

  .heading {
    text-align: left;
    margin-bottom: 0;
    font-size: 36px;
  }

  .heading2 {
    text-align: left;
    margin-top: 0;
    font-size: 36px;
  }

  .otsikko_div {
    text-align: left;
    margin-left: 35px;
  }

  .logo {
    top: 5%;
    left: 40px;
  }
}


