* {
  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.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 10em;
}
header .logo {
  background: url(/c6fa24a85b52895135254eff94021e99.svg) no-repeat center center;
  width: 20rem;
  height: 100%;
  margin-left: 5%;
}
.hero {
  color: #070707;
  background: rgba(146,209,214,0.302) url(/5b3e362fed5173f9f257b6b965bc1b50.svg) no-repeat center center;
  background-size: cover;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}
.hero:after {
  content: '';
  display: block;
}
.kayttokatkocontainer {
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  outline: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: #107da8;
}
.kayttokatkocontainer a {
  color: #fff;
}
.tagline {
  position: relative;
  text-align: center;
  width: 65%;
  background: #fff;
  min-height: 30rem;
  min-width: 30rem;
  padding: 5%;
  margin: 3% auto;
}
@media (max-width: 860px) {
  .tagline {
    width: 100%;
  }
}
.tagline h1 {
  font-size: 2em;
  text-align: center;
}
.tagline h1,
.tagline h2 {
  color: #00008e;
  margin: 0;
}
.tagline h1 span,
.tagline h2 span {
  display: block;
}
.tagline .span-break {
  margin-bottom: 1em;
}
.tagline .ingress2 {
  color: #00008e;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}
.tagline .ingress {
  color: #00008e;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2em;
  font-style: italic;
}
.tagline .paraghraph {
  font-size: 16px;
}
.login-options {
  text-align: center;
}
.login-options .login-option {
  background: #00008e;
  padding: 24px 12px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  width: 300px;
  margin-top: 5%;
  color: #fff;
  text-decoration: none;
}
.login-options .login-option:hover {
  text-decoration: underline;
}
.login-options .login-option:focus {
  outline: 5px solid #949494;
}
footer {
  background: aregb(#eaece2, 0.5);
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 50px;
}
@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 .yhteystiedot {
  flex-direction: row;
  justify-content: space-between;
}
footer .yhteystiedot address {
  font-style: normal;
}
footer .linkit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
