/*
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 : 13-jul-2020, 9:24:05
    Author     : Gebruiker
*/

.body {
    height: 100%;
}

.contactnavbar {
    color: RED;
}

.contactcontainer {
    position: absolute;
    height: 100%;
    padding-left: 5%;
}

.contact1 {
    position: relative;
    line-height: 1.2;
    top: 2%;
    height: 100%;
    margin-left: 10%;
    padding: 20px;
    background-color: #FFF;
    opacity: .75;
    box-shadow:  0px 14px 12px 0px rgba(0,0,0,0.4);
    font-size: .8em;
    overflow-y: auto;
}

.contactadres {
    margin: 40px 0 0 0;
    text-align: center;
}


.bgimage-contact { 
    /* The image used */
    background-image: url('../maincontact.jpg') ;
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;  
/*    filter: gray;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);  */
} 

.bgimage-contact:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    opacity: .8;
}


.caption {
    position: relative;
    left: 0;
    top: 20%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}