@charset "UTF-8";

body {
  font-family: sans-serif;
  background-color: #93cbff;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
  border: 0;
  padding-bottom: 0px;
}
header {
  overflow: hidden;
  position: absolute;
  background-image: url("../Kuvia/Banner_01.png");
  background-size: cover;
  background-position: 0px;
  height: 100px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  top: 0;
}
header a {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  background: #ff0000;
  text-decoration: none;
  text-align: center;
  display: block;
  float: left;
  padding: 2px 10px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  box-shadow: inset 0 0 0 0;
}
ul.Sivut {
  list-style-type: none;
}
ul.Sivut a:first-child {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #ffffff;
  background: #ff0000;
  text-decoration: none;
  text-align: center;
  display: block;
  float: left;
  padding: 2px 10px;
  margin-top: 4px;
  margin-left: 5px;
  box-shadow: inset 0 0 0 3px #3603033a, inset 0 0 5px #3603033a;
}
ul.Sivut a.Active {
  background-color: #003bfd;
}
ul.Sivut a:hover {
  color: #000000;
}
div.Sisalto {
  padding-top: 100px;
  padding-bottom: 0px;
  min-height: calc(100vh - 228px);
}
h1 {
  font-family: sans-serif;
  color: #ffffff;
  text-shadow: -2px 0 #ff0000, 0 2px #ff0000, 2px 0 #ff0000, 0 -2px #ff0000;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #11a6eb;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
h2 {
  color: #ffffff;
  font-family: sans-serif;
  text-shadow: -2px 0 #ff0000, 0 2px #ff0000, 2px 0 #ff0000, 0 -2px #ff0000;
  text-align: left;
  font-size: 1em;
  margin-left: 20px;
}
p.Description {
  margin-left: 30px;
  margin-right: 30px;
}
footer {
  overflow: hidden;
  background-image: url("../Kuvia/Footer_01.jpg");
  background-size: cover;
  background-position: 0px;
  height: 120px;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  font-size: 0.8em;
  padding: 0;
  border: 0;
  color: #ffffff;
}
footer h2 {
  font-family: sans-serif;
  margin-left: 30px;
}
footer p.Yhteystiedot {
  font-family: sans-serif;
  font-size: 0.8em;
  margin-left: 30px;
}
footer .Puh,
.Puh:visited {
  color: #ffffff;
  cursor: default;
}
footer span.Country {
  font-family: sans-serif;
  margin-left: 0px;
  font-size: 1em;
  padding-bottom: 0;
}
footer address {
  font-family: sans-serif;
  font-size: 0.8em;
  margin-top: -10px;
  margin-left: 30px;
  color: #ffffff;
}
footer address a {
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  header {
    overflow: hidden;
    position: fixed;
    background-image: url("../Kuvia/Banner_01.png");
    background-size: cover;
    background-position: 0px;
    height: 100px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0;
    top: 0;
  }
  header a {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    background: #ff0000;
    text-decoration: none;
    text-align: center;
    display: block;
    float: left;
    padding: 2px 9px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    box-shadow: inset 0 0 0 0;
  }
  ul.Sivut {
    list-style-type: none;
    margin-left: -20px;
    margin-top: 70px;
  }
  ul.Sivut a:first-child {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    background: #ff0000;
    text-decoration: none;
    text-align: center;
    display: block;
    float: left;
    padding: 2px 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;
    box-shadow: inset 0 0 0 3px #3603033a, inset 0 0 5px #3603033a;
  }
  ul.Sivut a.Active {
    background-color: #003bfd;
  }
  ul.Sivut a:hover {
    color: #000000;
  }
}
