﻿body {
    background-image: url("bg.jpg");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
}

.center {
    text-align: center;
    width: 100%;    
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.toplogo {
    width: 50%;
}

.welkombutton {
    background-image: url("knop_verder.jpg");
    width: 284px;
    height: 107px;
    border: 0px;
}

.welkombutton:hover {
    background-image: url("knop_verderH.jpg");
}

.terugbutton {
    background-image: url("knop_terug.jpg");
    width: 284px;
    height: 107px;
    border: 0px;
}

.terugbutton:hover {
    background-image: url("knop_terugH.jpg");
}

img{
    max-width: 600px;
}

.menucontainer {
    padding-top: 10px;
}

.menubutton {
    background-image: url("knop_bg.jpg");
    display: inline-block;
    width: 284px;
    height: 62px;
    font-family: 'Vladimir Script';
    font-size: 32px;
    text-decoration: none;
    color: gold;
    padding-top: 25px;
}

.menubutton:hover {
    background-image: url("knop_bgH.jpg");
    color: yellow;
    text-decoration: underline;
}

iframe{
    width: 100%;
    max-width: 600px;
    height: 450px;
    border: none;
}

.topnav {
    overflow: hidden;
    position: relative;
}

a.icon {
    display: none;
}

h1 {
    text-align: center;
    font-family: Garamond;
    font-size: 36px;
    text-decoration: none;
    color: gold;
    margin-top: 30px;
    margin-bottom: 0px;
}

h2 {
    text-align: center;
    font-family: Garamond;
    font-size: 16px;
    text-decoration: underline;
    color: gold;
    margin-top: 35px;
    margin-bottom: 20px;
}

h3 {
    text-align: center;
    font-family: Garamond;
    font-size: 14px;
    text-decoration: none;
    color: whitesmoke;
    margin: 0px;
}

h4 {
    text-align: center;
    font-family: Garamond;
    font-size: 24px;
    text-decoration: underline;
    color: gold;
    margin-top: 10px;
    margin-bottom: 0px;
}

h5 {
    text-align: center;
    font-family: Garamond;
    font-size: 18px;
    text-decoration: none;
    color: whitesmoke;
    margin-top: 20px;
}

.fotocontainer {
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contentImgBlock {
    max-width: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
a.content {
    text-align: center;
    font-family: Garamond;
    font-size: 36px;
    text-decoration: none;
    color: whitesmoke;
}

a.content:hover {
    text-decoration: underline;
}

.contentImg {
    max-width: 300px;
}

.lastImg {
    clear: both;
    left: 225px;
    position: relative;
}

.contentText {
    text-align: left;
    font-family: Garamond;
    font-size: 24px;
    color: whitesmoke;
    padding: 5px;
}

.maillink {
    text-align: center;
    font-family: Garamond;
    font-size: 18px;
    text-decoration: none;
    color: gold;
}

.maillink:hover{
    text-decoration: underline;
}

img {
    border: none;
}

p {
    margin: 0px;
}

@media (max-width: 600px) {
    a.icon {
        background-image: url("hamb.jpg");
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    .topnav #myLinks {
        display: none;
    }

    .topnav a.icon {
        background-image: url("hamb.jpg");
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
    }

        .topnav a.icon:hover {
            background-image: url("hambH.jpg");
        }

    .contentText {
        font-size: 16px;
    }

    img {
        max-width: 400px;
    }

    .fotocontainer {
        max-width: 400px;
    }

    .lastImg {
        left: 25px;
    }
}