/*
  Theme Name: pvt_static
  Author: L. Zanotto
  Description: Tema statico PVTest Facility
  Version: 0.0.1
*/
.site-wrapper {
  display: block;
  min-height: 100vh;
}

hr {
  padding-top: 2em;
  padding-bottom: 2em;
}

.img-block {
    padding-top: 10em;
    padding-bottom: 10em;
    min-width: 100%;
    max-width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}

.header-text h1 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 800;
  /*font-size: 2.5em;
  padding: 6.5em 6.5em;*/
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
}

.cover-text {
  font-family: 'Libre Franklin', sans-serif;
  text-align: center;
  color: #000;
  padding-top: 2em;
}

.cover-text h1 {
  font-size: 1.8em;
  font-weight: 800;
}

.icon-bl {
  padding: 2em 2em;
  text-align: center;
}

.icon-bl h3 {
  padding: 2em 2em;
  font-size: 1.5em;
  font-weight: 800;
}

.footer {
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,0.25);
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  margin: 0 auto;
}

.footer-cont {
  padding-top: 1em;
  padding-bottom: 1em;
  vertical-align: middle;
}

.polimi-logo {
  padding-top: 0.5em;
  padding-right: 1em;
  text-align: center;
}

.footer-text {
}
