/**
 * Rules for header
 * */

.page-header {
  padding-top: 2em;
  border-bottom: 0px;
}



/* Header background section */
#block-headersection {
  padding-top: 35px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/sites/default/files/kuvat/taustakuva.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: 120%;
  min-height: 900px;
  min-height: 70vh;
  text-align: center;
}
#block-headersection p {
  /*width: 40%;*/
  margin: 0 auto;
  text-align: center;
  font-size: 1em;
  color: #FFF;
}
#block-headersection h2 {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  font-size: 1.7em;
  color: #FFF;
  padding-top: 125px;
}
#block-headersection h1 {
  font-size: 2em;
  padding-top: 2em;
  margin: 0 auto;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
#block-headersection h2::after {
  content: "";
  width: 50%; !important;
  border-bottom: 2px solid #FFF;
}
/* Logo */
#block-headersection img {
  width: 25%;
  height: auto;
  margin: 0 auto;
}


/*
 * Language selector
 * */
.language-selector {
  position: absolute;
  width: 150px;
  text-align: right;
  right: 1em;
}
#block-headersection .language-selector img {
  width: auto;
}
