@font-face {
  font-family: 'source_sans_prosemibold';
  src: url('/css/fonts/SourceSansPro-Semibold-webfont.eot');
  src: url('/css/fonts/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/SourceSansPro-Semibold-webfont.woff2') format('woff2'),
       url('/css/fonts/SourceSansPro-Semibold-webfont.woff') format('woff'),
       url('/css/fonts/SourceSansPro-Semibold-webfont.ttf') format('truetype'),
       url('/css/fonts/SourceSansPro-Semibold-webfont.svg#source_sans_prosemibold') format('svg');
  font-weight: normal;
  font-style: normal;

}


BODY{
  background-image:url(/img/achtergrond-takken3.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-position:center center;
}