body {
    font-family: 'Computer Modern Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: url('back.jpg');
    background-repeat: repeat;
}
header {
    margin: 0px;
    background: url('greenback.jpg');
    background-repeat: repeat;
    width: 100%;
    color: white;
    font-weight: normal;
}

div.logo {
    padding: 5px;
    margin: 5px;
}

header div.logo {
    position: absolute;
    background-image: url(logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    border: 3px solid #689a10;
    width: 100px;
    height: 150px;
}
header h1, .card h1 {
    font-family: 'OpenDyslexic';
    text-align: center;
    font-weight: bold;
    margin-left: 140px;
    margin-right: 140px;
}
header div.name, .card div.name {
    margin-top: 10px;
    font-family: Cinzel;
    text-align: center;
    font-weight: bold;
    font-style: small-caps;
}
header div.subtitle, .card div.subtitle {
    font-family: 'BenchNine', serif;
    font-size: 60%;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

header div.title {
    margin-top: 15px;
}

a, a:active {
    color: #0a505c;
}
a:visited {
    color: #0a505c;
}
main a:hover, footer a:hover {
    color: #0a505c;
}

section {
    background: #ffffff;
    /*border-radius: 20px;*/
    padding: 10px;
    margin-bottom: 10px;
    border: 3px solid #689a10;
}

header a {
    color: white;
    border-bottom: none;
}

nav.menu {
    font-family: 'BenchNine', serif;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 75%;
    max-width: 920px;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    background: #ffffffaa;
    border-radius: 20px;
}

nav.menu a {
    color: #385209;
    text-decoration: none;
}
nav.menu ul li a:active {
    color: #385209;
    text-decoration: none;
}

nav.menu a:hover {
    color: #689a10;
    text-decoration: underline;
}

nav.menu ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
nav.menu li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
nav.menu ul::before {
    content: "~";
    color: #689a10;
    font-weight: bold;
}
nav.menu ul::after {
    content: "~";
    color: #689a10;
    font-weight: bold;
}

footer {
    margin: 0px;
    margin-top: 50px;
    background: url('greenback.jpg');
    color: white;
    font-size: 95%;
    width: 100%;
    text-align: left;
}
footer div.footer {
    margin: 10px;
}
footer div.footer {
    flex-grow: 2;
}
footer a, footer a:visited, footer a:hover {
    color: white;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer .copyright {
    font-weight: bold;
}
footer div.contact {
    float: right;
}
footer div.contact ul {
    list-style: none;
}
footer .made-with, footer .notice {
    font-size: 80%;
}


div.textcontainer {
    display: flex;
    width: 100%;
    margin: 0px;
}
div.text{
    width: 75%;
    padding: 10px;
}
div.img {
    padding: 10px;
    width: 25%;
}
div.img img, img.portrait {
    width: 100%;
    filter: drop-shadow(0 0 0.15rem black);
    border-radius: 10px;
}
img.portrait {
    margin-top: 7px;
}
div.left div.text {
    margin-right: 30px;
}
div.right div.text {
    margin-left: 30px;
}



ul.networks {
    margin: 0px;
    padding: 0px;
    font-size: 140%;
}

main {
    flex: 1 0 auto;
}
main div.page-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding: 10px;
}
main .portfolio, main .portfolio-index {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
main .portfolio .drawing img {
    width: 80%;
    filter: drop-shadow(0 0 0.75rem black);
}
main .portfolio .drawing div.caption {
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-style: italic;
}


main .portfolio-index {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}
.portfolio-index a img  {
    margin-top: 5px;
}
.portfolio-index img, p img {
    width: 300px;
    filter: drop-shadow(0 0 0.15rem black);
    border-radius: 10px;
}

main .portfolio-index .category label {
    display: block;
    font-size: 120%;
    font-weight: bold;
}
main .portfolio-index .category:hover div.inner {
    border: white solid 1px;
}
main .portfolio-index .category div.inner {
    border: transparent solid 1px;
}

h2, h3 {
    font-family: 'BenchNine';
    color: #689a10;
}

.networks ul {
    list-style: none;
}
.networks li {
    display: inline;
}

img.visitekaartje {
    filter: none !important;
    border-radius: none;
}

@media screen and (max-width: 720px) {
    .nomobile {
        display: none;
    }
    header {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0px;
        margin-bottom: 5px;
        width: 100%;
        color: white;
        font-weight: normal;
        min-height: 180px;
        text-align: center;
    }
    header div.logo {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
    }
    header h1 {
        display: none;
    }
    section {
        margin-bottom: 30px;
    }
    footer {
        margin-left: 0;
        margin-right: 0;
        margin-top: 25px;
        margin-bottom: 0px;
        font-size: 95%;
        width: 100%;
        text-align: left;
    }
    blockquote {
        font-size: 120%;
        padding: 10px;
        margin: 0px;
    }
    main .portfolio .drawing  img {
        width: 95%;
    }
    nav.menu {
        margin: 0px;
        width: 100%;
    }
    div.textcontainer {
        display: flex;
        flex-direction: column;
    }
    div.textcontainer div.text {
        width: 90%;
    }
    div.textcontainer div.img {
        width: 90%;
    }
    div.right div.text, div.left div.text {
        margin: 0px;
    }
}

