* {
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  overflow-x: hidden;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero {
  color: #fff;
  background: #15a357 url(/2a09d47206fd522357c85fc82bc7821b.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 100px;
}
.hero:after {
  content: '';
  display: block;
}
.kayttokatkocontainer {
  background-color: #f00;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  outline: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: #107da8;
}
.tagline {
  width: 800px;
  background: #006e9d;
  min-height: 540px;
  padding: 30px;
  margin: 0px auto;
  margin-bottom: 60px;
}
@media (max-width: 860px) {
  .tagline {
    width: 100%;
  }
}
.tagline h1 {
  font-size: 2em;
  text-align: center;
}
.tagline h1,
.tagline h2 {
  margin: 0;
}
.tagline h1 span,
.tagline h2 span {
  display: block;
}
.tagline .span-break {
  margin-bottom: 1em;
}
.tagline .ingress2 {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.tagline .ingress {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2em;
}
.tagline .paraghraph {
  font-size: 16px;
}
.login-options {
  text-align: center;
}
.login-options .login-option {
  background: #fff;
  padding: 24px 12px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  width: 250px;
  margin: 0 24px;
  color: #007cb0;
  text-decoration: none;
  position: relative;
}
.login-options .login-option:hover {
  text-decoration: underline;
}
.login-options .login-option:focus {
  outline: 5px solid #949494;
}
footer,
.hero:after {
  height: 150px;
}
footer {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 600;
  padding-bottom: 10px;
}
@media (max-width: 860px) {
  footer {
    flex-direction: column;
    align-items: center;
  }
}
footer .flex-child {
  margin-right: 50px;
}
@media (max-width: 860px) {
  footer .flex-child {
    margin-right: 0px;
    margin-top: 20px;
    width: 80%;
  }
}
footer .logo {
  background: url(/2cf7806994f9ce05c9186310a1d1c50c.svg) no-repeat center center;
  width: 315px;
  height: 150px;
}
footer .yhteystiedot {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .yhteystiedot address {
  font-style: normal;
}
footer .linkit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
