/* Global Reset of all HTML Elements */
html,
body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/*
 * General
 */
html,
body {
  background-color: #f0f0f0;
  min-width: 320px;
}
html,
body,
* {
  font-family: 'Quattrocento Sans';
  font-size: 17px;
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
a {
  text-decoration: none;
}
input:invalid {
  border-color: red !important;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}
input {
  background-color: #ffffff;
  transition-duration: 0.2s;
}
input:hover,
input:focus {
  background-color: #ffffcc;
  transition-duration: 0.2s;
  border-color: #888;
}
input[type=submit] {
  appearance: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
h2 {
  font-size: 150%;
  margin-bottom: 20px;
}
/*
 * Rows, columns
 */
.main-wrapper {
  max-width: 760px;
  min-width: 230px;
  margin: auto;
  min-height: 100vh;
  border-bottom: 1px solid transparent;
  background-color: white;
  box-shadow: 0 0 30px #ddd;
  overflow: hidden;
}
.content {
  padding: 10px 30px 15px 30px;
}
@media only screen and (max-width: 600px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-row {
  margin: 17px 0 0;
  display: flex;
}
.col1 {
  width: 170px;
  flex-shrink: 0;
  font-weight: 700;
}
.col2 {
  flex-basis: 530px;
}
/*
 * Square block container
 */
.square-block-container {
  display: inline-block;
  position: relative;
  width: 100%;
}
.square-block-container:after {
  content: '';
  display: block;
  margin-top: 100%;
}
.square-block-container .dummy {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.square-block {
  transform-origin: center center;
  height: 100%;
}
/*
 * Breadcrumb
 */
.breadcrumb {
  margin-bottom: 15px;
}
.breadcrumb ul {
  list-style: none;
}
.breadcrumb li {
  display: inline;
  color: #444 !important;
}
.breadcrumb li a {
  color: #444 !important;
}
.breadcrumb li:before {
  content: "> ";
}
.breadcrumb li:first-child:before {
  content: "";
}
.breadcrumb li[aria-current="location"] {
  font-weight: bold;
}
.breadcrumb li {
  display: inline;
  color: #888;
}
/*
 * Other
 */
input,
button,
select {
  padding: 2px 4px;
  height: 26px;
  background-color: #f8f8f8;
  border: 1px solid #bbb;
}
select {
  padding: 1px 4px;
}
select::-ms-expand {
  display: none;
  /* hide arrow in IE */
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
  margin: 0;
  height: auto;
}
.controls {
  z-index: 1;
  position: relative;
  margin: 0 !important;
}
.large-row {
  width: 100%;
  text-align: center;
  border: 0;
  border-radius: 4px;
  line-height: normal;
  color: black;
  display: block;
  cursor: pointer;
  height: auto;
  padding: 7px 10px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);
}
.submit-row {
  margin-bottom: 30px;
}
.green-button {
  background-color: #84ff00;
  transition-duration: 0.2s;
}
.green-button:hover {
  background-color: #77e600;
}
.back-to-previous-page-container {
  margin: 15px 5px 40px 5px;
  text-align: center;
}
.back-to-previous-page {
  background-color: #84ff00;
  border-radius: 4px;
  padding: 4px 10px;
  color: black;
}
.back-to-previous-page::before {
  content: "← ";
}
@media only screen and (max-width: 450px) {
  .main-row {
    flex-wrap: wrap;
  }
  .col1 {
    width: auto;
  }
}
@media only screen and (max-width: 400px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner {
  background-color: #098400;
  position: relative;
  z-index: 2;
}
.page-index .banner {
  background-image: url(/images/kartta-kasissa.jpg);
  background-size: 100%;
  background-position: 50% 100%;
  height: 100vh;
}
@media only screen and (max-aspect-ratio: 110 / 100) {
  .page-index .banner {
    height: 85vw;
  }
}
@media only screen and (min-width: 760px) {
  .page-index .banner {
    height: 517px;
  }
}
.page-index .banner-texts {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner-texts h1 {
  font-size: 42px;
  padding: 7px 0 0 0;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.0em;
  color: #84ff00;
}
.page-index .banner-texts h1 {
  text-shadow: 0 0 25px #000000;
}
.banner-texts p {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: white;
  padding: 16px 10px 15px 10px;
  line-height: 110%;
}
@media only screen and (max-width: 370px) {
  .banner-texts p {
    font-size: 14px;
  }
}
.banner .logo {
  height: 65px;
  position: relative;
  display: block;
  margin: 0 auto;
  padding-right: 8px;
  max-width: 100%;
}
.page-index .banner .logo-bg {
  position: absolute;
  left: 50%;
  width: 100px;
  margin-left: -38px;
  top: 51px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 60px #000000;
}
.page-index .banner-texts p {
  text-shadow: 0 0 10px #000000;
}
/*
 * Top right corner
 */
.top-corner {
  position: absolute;
  right: 10px;
  top: 5px;
  color: white;
}
.language-selector {
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: auto;
  padding: 3px 6px 1px 8px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.language-selector:hover,
.language-selector:active {
  background-color: white;
  color: black;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
}
.language-selector option {
  background-color: white;
  color: black;
}
.help-link {
  margin-left: 10px;
  color: white;
}
@media only screen and (max-width: 450px) {
  .top-corner {
    right: 0px;
  }
  .language-selector {
    margin-right: 5px;
  }
  .help-link {
    display: block;
    text-align: right;
    padding-right: 10px;
  }
  .top-corner * {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px), only screen and (max-height: 400px) {
  .banner-texts h1 {
    font-size: 32px;
  }
  .banner .logo {
    height: 52px;
    padding-right: 6px;
  }
  .page-index .banner .logo-bg {
    width: 75px;
    margin-left: -24px;
    top: 41px;
    height: 15px;
  }
  .banner-texts p {
    xmargin-top: 11px;
    xmargin-bottom: 12px;
  }
}
.bottom {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
}
.bottom h2 {
  margin: 20px 0;
  font-size: 24px;
}
.fb-like-container {
  text-align: center;
  height: 15px;
}
.credits {
  padding-top: 12px;
  color: #8b8b8b;
  font-weight: 600;
  text-align: center;
}
.credits .sentence {
  font-size: 14px;
  white-space: nowrap;
}
.credits .powered-by-google {
  height: 17px;
  position: relative;
  top: 4px;
}
.credits .playful-pixels-logo img {
  height: 19px;
  position: relative;
  top: 5px;
}
.credits a {
  color: #8b8b8b;
}
.open-source {
  text-align: center;
  font-size: 14px;
}
/*# sourceMappingURL=common.css.map */