html,
body {
  height: 100%;
  width: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: inherit;
  transition: all 0.3s;
  text-decoration: none !important;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

td a {
  color: #2a79aa;
}

#map {
  width: 100%;
  height: 100%;
  position: fixed;
}

#logo {
  height: 15px;
}

.keyt {
  width: 75px;
}

/* HEADER */
#header {
  height: 47px;
  position: absolute;
  width: 100%;
  display: block;
  background-color: #595968;
  color: #ccc;
  padding: 0 0 0 0 !important;
  top: 0;
  font-family: "Arvo", sans-serif;
  text-transform: uppercase;
}

#back {
  font-size: 11px !important;
  letter-spacing: 4px;
  color: #ccc;
  line-height: 2.2;
  display: inline-flex;
}

#otsikko {
  display: inline-block;
  text-align: center;
}

#otsikko h1 {
  height: 47px;
  user-select: none;
  margin: 0;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 200;
}

#header div {
  padding-left: 0px;
  padding-right: 0px;
}
#header p {
  margin-bottom: 0;
}
.header-credit {
  margin: 12.5px 15px;
}
ul.header-menu {
  margin: 0;
  cursor: pointer;
  text-align: right;
  padding-left: 0px;
}
ul.header-menu li {
  display: inline-block;
}
a:hover,
#back:hover {
  color: #dd5138;
}

ul a {
  line-height: 1 !important;
}

.propertiesTable > .captionTitle {
  font-size: 14px !important;
}

td,
tr {
  vertical-align: text-top !important;
}

hr {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.splash {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  background-color: white;
  text-align: center;
  color: black;
}

/* =================
Custom Media Queries
================= */

/* Mobile */
@media (max-width: 767px) {
  #back {
    font-size: 10px !important;
    letter-spacing: 1px;
    line-height: 2.2;
  }
  #otsikko h1 {
    line-height: 2.2;
    font-size: 10px;
  }
  hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .propertiesTable > .captionTitle {
    font-size: 14px !important;
  }
  td,
  tr {
    font-size: 10px;
    vertical-align: text-top !important;
  }
  .keyt {
    width: 50px;
    vertical-align: text-top !important;
  }
  .ol-popup-arrow {
    display: none;
  }
  #logo {
    height: 12.5px;
  }
}

/* iPad Portrait */
@media (min-width: 768px) and (max-width: 991px) {
  #back {
    font-size: 10px !important;
    letter-spacing: 1px;
    line-height: 2.2;
  }
  #otsikko h1 {
    line-height: 2.2;
    font-size: 10px;
  }
  hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .propertiesTable > .captionTitle {
    font-size: 14px !important;
  }
  td {
    font-size: 10px;
  }
  .keyt {
    width: 50px;
  }
  .ol-popup-arrow {
    display: none;
  }
  #logo {
    height: 12.5px;
  }
}
