@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
@import url("bootstrap.css");
@import url("classes.css");
@import url("animate.css");
@import url("gdpr.css");
@import url("hover.css");
@import url("lightbox.css");

html,body {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: "Quicksand";
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #eee;
}
#slideshow{
    float: left;
    display: inline;
    border-top: solid 5px #fff;
    background-color: #2a7d8c;
}
#welkom{
    width: 100%;
    padding-bottom: 30px;
}
.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;
}
.welkomfooter {
    position: fixed;
    background-color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 1000;
}
/*** galleria ***/
.galleria {
    height: 600px;
    width: 100%;/* Change the height to whatever you want */
}
h1{
    padding-top: 20px;
    font-size: 24px;
}
#welkomcontent{
    width: 100%;
    background-color: #ffe400;
    color: #3a3a3a;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 10px;
}
#content{
    overflow: auto;
    width: 100%;
    padding-top: 120px;
}