/**
 * Rules for mixed custom blocks
 * */

#block-frontpagesnapwidget {
  padding: 2em;
}

/* Contact links */
#block-contactlinks {
  min-height: 150px;
  background-color: #808080;
  text-align: center;
  margin-top: 40px;
  position: relative;
  width: 100%;
}
#block-contactlinks a {
  color: #FFF;
  text-decoration: none;
  padding: 2.5em;
  border: 2px solid #fff;
  text-transform: uppercase;
  width: 25%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#block-contactlinks a:hover {
  color: #808080;
  background-color: white;
}
#block-contactlinks a:first-child {
  top: 25px;
}
#block-contactlinks a:last-child {
  bottom: 25px;
}

#block-etusivunpalvelumme {
  text-align: center;
}
#block-etusivunpalvelumme div {
  padding-bottom: 2em;
}
#block-etusivunpalvelumme img {
  max-width: 100%;
}

/* Yhteystiedot */
#block-yhteystiedotblock {
  clear: both;
  text-align: center;
  padding-top: 4em;
  padding-bottom: 4em;
}
#block-yhteystiedotblock img {
/*  padding: 0 20px 35px 20px;*/
  width: 40px;
  height: auto !important;
/*  background-color: yellow;*/
}
/* signoff */
#block-footer {
  text-align: center;
  padding: 40px 0 40px 0;
}
