/*
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 : 19-aug-2015, 8:18:36
    Author     : ehoeve
*/

html {
  background: url(/images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 16px;
}
html, body {
    margin: 0;
    padding: 0;
}
body {
     background-color: transparent;
/*     font-family: 'Raleway', sans-serif;*/
    font-family: 'helvetica', sans-serif;
    font-size: 14px;
  
}
.containerplacer {
    width: 550px;
    margin:  50px auto;
    height: 600px;
}
.header {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
.subheader {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
}
.gegevens {
    display: block;
    text-align: center;
    font-size: 16px;
    width: 100%;
}
a {
    color: #000;
}
.divider {
    margin: 50px 0;
}
.containerplacer img {
    display: block;
    margin: auto;
}

@media (max-width: 700px) {
    .containerplacer {
    width: 100vw; }
    .containerplacer img {
         width: 100vw;
         height: auto;
    }
}