/*
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
  ---------------------------------------------------*/
.title-block {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
}
.title-block .pagetitle {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.title-block .description {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1180px) {
  .title-description-block .contentwrapper {
    padding-left: 30px;
    width: calc(100% - 60px);
  }
}
@media all and (max-width: 920px) {
  .title-description-block .contentwrapper {
    width: 100%;
    padding: 0 20px;
  }
  .title-description-block .contentwrapper h1 {
    width: 100%;
    font-size: 28px;
  }
  .title-description-block .contentwrapper h1 b,
  .title-description-block .contentwrapper h1 strong {
    font-size: 44px;
  }
  .title-description-block .contentwrapper .description {
    width: 100%;
  }
}
/*# sourceMappingURL=title_block.css.map */