@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
@import url("bootstrap.css");
@import url("hover.css");
@import url("classes.css");
@import url("carousel.css");
@import url("lightbox.css");
/*
@import url("berichten.css");
*/
html,body {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: "Ubuntu";
    font-size: 14px;
    color: #3a3a3a;
}
#welkom{
    width: 100%;
    height: 100%;
}
.presentatietekst{
    padding-top: 30px;
}
.photo-thumb{
    width:214px;
    height:214px;
    float:left;
    border: thin solid #d1d1d1;
    margin:0 1em 1em 0;
}
div#blueimp-gallery div.modal {
    overflow: visible;
}
footer {
    height: 250px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    border-top: solid 5px #3375b6;
    text-align: center;
    width: 100%;
}
footer a {
    color: #3375b6;
}
#welkomblok {
    top: 0;
    left: 0;
    clear: both;
    margin-top: 170px;
    height: auto;
    text-align: center;
    width: 100%;
    z-index: 1000;
    position: absolute;
}
#taalbalk {
    background-color: #3A3A3A;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: 30px;
}
#taalbalk a {
    color:#fff;
}