/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-mei-2017, 14:20:25
    Author     : MeesVerberne
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10-mrt-2016, 9:25:59
    Author     : Mees Verberne
*/
.defaultFont {
  font-size: 14px;
  font-weight: 500;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.page-header {
  width: 100%;
  height: 500px;
  position: relative;
}
.page-header .title {
  color: #00c584;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: auto;
}
.page-header .container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 730px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.page-header .container h1 {
  width: 50%;
  padding-left: 20px;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.page-header .container h1 .black {
  font-size: 76px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .page-header {
    width: 100%;
    height: 400px;
  }
  .page-header .title {
    font-size: 50px;
  }
  .page-header .container {
    width: 100%;
  }
  .page-header .container h1 {
    font-size: 37px;
    line-height: 40px;
  }
  .page-header .container h1 .black {
    font-size: 52px;
    font-weight: 700;
  }
}
@media all and (max-width: 420px) {
  .page-header .title {
    font-size: 45px;
  }
  .page-header .container h1 {
    width: 100%;
  }
}
/*# sourceMappingURL=header_image.css.map */