/*
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 : 9-jan-2019, 18:58:54
    Author     : Tim Cooreman
*/
html, body {
    font-family: Helvetica;
    background-color: #fafafa;
    font-size: 1.0em;
}
.banner {
    padding-top: 10px;
    text-align: center;
}

.bannerImg {
    height: 210px;
    width: auto;
}
.container, .row {
    width: 760px;
}


.container, .row {
    width: 100%;
  
}

.container {
   
    position: relative;
    min-height: 100vh;
      padding-bottom: 2.5rem
}
.col-md-6 img {
    display: block;
    margin: 0 auto;
}

/*.tekstIcoon {
    
    margin-right: 10px;
    height: 360px;
    float: left;
}*/
.headtekst {
    padding-left: 10%
}
.siteTekst {
    float: right;
    width: 80%;
}
.tekstIcoon {
    float: left;
    width: 20%;
}


footer {
    position:absolute;
    bottom:0;
    width:100%;
    font-size: 0.8em;
    height: 2.5rem;  
        /* Height of the footer */
}

/*@media only screen and (min-width: 767px) {
    
    .siteTekst {
        height: 380px;
    }
}*/



