@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Regular.ttf") format('truetype');
}

@keyframes slideUpMild {
    0% {
        transform: translateY(0);
        opacity: 0.7;
    }
    100% {
        transform: translateY(-70px);
        opacity: 1;
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
        opacity: 0.7;
    }
    100% {
        transform: translateY(-120px);
        opacity: 1;
    }
}

html, body {
    height: 100%;
    scroll-behavior: smooth;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    text-align: left;
}

h2, h4 {
    color: #fff;
}

body {
    background-color: #222;
    color: #222;
    font-size: 170%;
    font-style: normal;
    text-align: left;
    padding: 0;
}

article {
    width: 100%;
    text-align: right;
}

td {
    padding: 5px;
}

td input {
    width: 100%;
}

td textarea {
    resize: vertical;
    width: 100%;
    min-height: 25px;
    max-height: 400px;
}

footer {
    color: #fff;
    background-color: #222;
    width: 100%;
}

footer p {
    margin: 0;
    padding: 0;
}

footer, div.push {
    height: 25px;
}

footer.dark {
    background-color: #111;
}

header.header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0;
    height: calc(100vh - 50px);
    max-height: 1024px;
    width: 100%;
    background-size: cover;
    background-position: center;
    -moz-box-shadow: 0 5px 10px 5px #000;
    -webkit-box-shadow: 0 5px 10px 5px #000;
    box-shadow: 0 5px 10px 5px #000;
}

#arrow-down-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
}

#arrow-down {
    padding: 2em;
    filter: invert(100%);
    max-height: 7em;
    max-width: 7em;
}

#arrow-down:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: transform 200ms ease-in-out;
}

@media screen and (min-width: 1024px) {
    header.header {
        height: calc(100vh - 100px);
    }

    nav#home {
        margin-top: 18px !important;
    }

    footer.wilniet {
        position: fixed;
        bottom: 0;
    }
}

header.landschappen {
    background-image: url(../img/landschappen.JPG);
}

header.geloof {
    background-image: url(../img/galerij/geloof_en_samenleving/06-2014_021.JPG);
}

header.sport {
    background-image: url(../img/sport.JPG);
}

header.diverse {
    background-image: url("../img/galerij/landschappen/Het slufter, 2018, 60 x 80, acryl op doek.JPG");
}

header.martin {
    background-image: url(../img/galerij/landschappen/Impressie1.JPG);
}

header.over {
    background-image: url(../img/galerij/diverse/06-2014_004.JPG);
}

header.contact {
    background-image: url(../img/galerij/diverse/06-2014_002.JPG);
}

header.header h1 {
    animation: 1s ease-in-out 0s 1 slideUpMild;
    transform: translateY(-70px);
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #111;
}

header.header p {
    animation: 1s ease-in-out 0s 1 slideUpMild;
    transform: translateY(-70px);
    color: #fff;
    font-style: italic;
    font-size: 16pt;
    padding: 0 20%;
    text-shadow: 2px 2px 2px #111;
}

div.carousel h1 {
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 2px #111;
}

div.carousel p {
    font-style: italic;
    font-family: sans-serif;
    text-shadow: 3px 3px 3px #000;
}

nav.navbar {
    display: block;
    border-radius: 5px;
    margin: 18px auto 0;
    width: 820px;
    -moz-box-shadow: 2px 2px 3px 1px #111;
    -webkit-box-shadow: 2px 2px 3px 1px #111;
    box-shadow: 3px 3px 5px 1px #111;
}

a.navbar-brand {
    margin-top: -3px;
}

a.navbar-brand h3 {
    margin: 0 0 0 18px;
    color: #fff;
}

div.nav-wrapper {
    width: 100%;
    height: 52px;
    position: absolute;
}

ul.nav {
    border-left-style: solid;
    border-left-width: 2px;
    border-color: #111;
    margin-left: 7px;
}

img.img {
    float: right;
    display: inline;
    max-width: 100%;
}

img.wide-image {
    max-width: 100%;
}

div.wrapper {
    min-height: 100%;
    margin: 0 auto -25px;
}

.btn {
    border-style: groove;
    border-width: 1px;
    -moz-box-shadow: 2px 2px 3px 1px #111;
    -webkit-box-shadow: 2px 2px 3px 1px #111;
    box-shadow: 2px 2px 3px 1px #111;
}

/*.btn:hover {*/
/*    transform: translateY(-1px) scale(1.1);*/
/*    transition: all 200ms ease-in-out;*/
/*}*/

#myCarousel {
    background-color: #555;
    font-size: 30pt;
    color: #fff;
    -moz-box-shadow: 0 0 5px 5px #000;
    -webkit-box-shadow: 0 0 5px 5px #000;
    box-shadow: 0 5px 10px 5px #000;
}

table {
    width: 80%;
    margin: 0 auto;
}

div.button-container {
    margin-top: 10px;
}

img.img-circle, input.button {
    display: block;
    margin: 50px auto;
    font-size: 14pt;
}

.img-fullscreen {
    width: 80%;
    height: auto;
    position: absolute;
    top: 48px;
    left: 5px;
}

img.img-150x150 {
    border-radius: 3px;
    -moz-box-shadow: 0 5px 10px 5px #000;
    -webkit-box-shadow: 0 5px 10px 5px #000;
    box-shadow: 3px 3px 5px 5px #000;
}

/*@media (max-width: 1200px) {*/
/*    img.img-150x150 {*/
/*        max-width: calc((100vw / 2) - 35px);*/
/*    }*/
/*}*/
@media (max-width: 600px) {
    img.img-150x150 {
        max-width: calc(100vw - 10px);
    }
}

img.img-150x150:hover {
    opacity: 0.7;
}

img.portrait {
    max-width: none;
    max-height: 360px;
}

img.img-bottom {
    image-resolution: normal;
    width: 100%;
    max-height: 360px;
    border-radius: 3px;
    -moz-box-shadow: 0 5px 10px 5px #000;
    -webkit-box-shadow: 0 5px 10px 5px #000;
    box-shadow: 3px 3px 5px 5px #000;
}

.schilderijen {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    background-color: #111;
    color: #fff;
    padding: 0 0 36px;
    max-width: 100vw;
    margin: 0;
}

.schilderij {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 32vw;
    padding: 1rem;
}

@media (max-width: 760px) {
    .schilderij {
        width: 100vw;
    }
}

.schilderij img {
    margin: 1em 2em 0.2em;
    width: 100%;
    object-fit: cover;
}

.schilderij h4 {
    font-weight: bold;
}

.content.home {
    animation: 1s ease-in-out 0s 1 slideUpMild;
    transform: translateY(-70px);
}

.content {
    animation: 1s ease-in-out 0s 1 slideUp;
    transform: translateY(-120px);
    position: relative;
    min-height: 510px;
    padding: 20px 40px 50px;
    margin: -100px auto 7px;
    background-color: #fff;
    max-width: 70%;
    -moz-box-shadow: 0 5px 10px 5px #000;
    -webkit-box-shadow: 0 5px 10px 5px #000;
    box-shadow: 0 5px 10px 5px #000;
}

.button {
    padding: 10px;
    border-radius: 10px;
    border-width: 1px;
    border-style: groove;
    background-color: #428BCA;
    border-color: #357EBD;
    color: #fff;
}

.button:hover {
    background-color: #357EBD;
    border-color: #428BCA;
}

.galerij {
    background-color: #111;
    width: 100%;
    margin: 54px 0 0;
    border-top: 3px double #aaa;
}

.galerij-content {
    width: 80%;
    margin: 0 auto 2em;
}

.galerij-content > a > div {
    display: flex;
    flex-direction: column;
}

.galerij h1, h2 {
    text-align: center;
    color: #fff;
}

.details {
    padding: 0 1em;
    text-align: center;
    font-size: small;
    color: #fff;
}

@media (min-width: 500px) {
    img.img {
        max-height: 400px;
        max-width: 50%;
        padding-left: 1em;
    }
}

@media (max-width: 1600px) {
    .schilderijen {
        max-width: unset;
    }
}

@media (max-width: 760px) {
    header.header h1 {
        margin-top: 70px;
    }

    table {
        border-width: 0;
        border-radius: 0;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }

    nav.navbar {
        position: fixed;
        top: 0;
        border-radius: 0;
        border-style: none;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }

    header.header h1.long {
        margin-top: 70px;
    }

    header.header {
        font-size: 14pt;
    }

    header.header p.long {
        padding: 20px 7px 50px 7px;
    }

    h1 {
        font-size: 24pt;
    }

    img.img {
        margin-top: 18px;
        margin-bottom: 36px;
    }

    .schilderijen {
        max-width: 100%;
    }

    .content {
        max-width: 100%;
        padding: 20px 7px 50px 7px;
    }
}

