@charset "utf-8";
/*
IKT Green:  #5CA04E
IKT Gray:   #555
*/
.homeIntro {
  width: 100%;
  background-color: #5A5A5A;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 225px 0 225px 0;
  text-align: center;
  overflow: hidden;
  font-weight: 400;
}
.homeIntro h1 {
  color: #FFF;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
  border-bottom: 3px solid #FFF;
}
.homeIntro h2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 1px 1px 24px 1px;
  padding: 0 0 0 0;
  color: #FFF;
  font-weight: 100;
}
#overview {
  overflow: hidden;
  text-align: center;
}
#overview h1 {
  color: #5CA04E;
  font-family: 'Bebas Neue', cursive;
  font-size: 3.4rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 549px) {}