@font-face {
    font-family: 'Miligant';
    src: url('fonts/Miligant.woff2') format('woff2'),
        url('fonts/Miligant.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Unageo';
    src: url('fonts/Unageo-Regular.woff2') format('woff2'),
        url('fonts/Unageo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    background-color: #ffe6eb;
    font-family: Unageo,'Courier New', Courier, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color:#e7284e
}
main{
    text-align: center;
    flex: 1;
}
header{
    position: sticky;
    top: 0;
    font-family: Miligant,'Courier New', Courier, sans-serif;
    font-size: 1.3rem;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    background-color: #FFC2CE;
    font-weight: 500;
    flex-direction: column;
    align-items: center;
    padding: 0;
    color: #e7284e;
}
footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: small;
    background-color: #FFC2CE;
}
button{
    background-color: white;
    border: none;
    border-radius: 5px;
    color: #e7284e;
    margin: 1em 0;
}

input, textarea,select{
    border: none;
    border-radius: 5px;
    color: #e7284e;

}
footer li{
    list-style: none;
    
}
footer ul{
    text-align: left;
    margin: 0 1em 0 0;
    padding: 0;
}
footer img{
    margin-left: 1em;
}
.eerst{
    font-family: Miligant,'Courier New', Courier, sans-serif;
}
h1{
    font-family: Miligant,'Courier New', Courier, sans-serif;
}
h3{
    font-family: Miligant,'Courier New', Courier, sans-serif;
    margin: 0;
}
legend{
    font-family: Miligant,'Courier New', Courier, sans-serif;
    font-size: 1.5em;
}
label{
    margin: 1px;
    display: flex;
    flex-direction: column;
}
nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: inherit;
}
a{    
    color: #e7284e;
    text-decoration: none;
}
.underline{
    text-decoration: underline;
}
nav a{
    padding: 3px 6px;
    margin-right: 10px;
    color:  inherit;
}
a:hover{
    color: #ffe6eb;
}
.underline:hover{
    color: #7b3b48;
    text-decoration: underline;
}
.logo{
    width: 8vh;
    height: 8vh;
    content: url("fotos/logo.png");
}
.logo-groot{
    width: 30vh;
    height: 30vh;
}
.logo-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0;
}
.logo-container *{
    margin: 0;
    padding: 0;
}
.sophie-bio{
    margin: 0 5vw;
}
.welkom-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    background-image: url("fotos/placeholder_optimized.png");
    background-size: cover;
    background-position: center;
    color: #e7284e;
    padding: 1em 0; 
    min-height: 60vh;
}
.welkom-uitleg{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #e7284e;
    background-color: #ffe6eb;
}
.welkom-uitleg *{
    max-width: 100%;
}
.welkom-uitleg p{
    margin: 1em 1em;
}
.welkom-uitleg article{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.welkom-sectie{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 
.welkom-sectie p{
    margin: 1em 1em;
}
fieldset{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0;
}
form{
    margin: 0 5vw;
}
.sophie{
    margin-top: 1em;
    max-height: 50vh;
    max-width: 100%;
    content: url("fotos/sophie_smaller.jpeg");
}
select{
    max-width: 200px;
    align-self: center;
    margin: 5px 0;
}
.fa {
    font-size: small;
    width: 20px;
    text-align: center;
}

.atelier{
    max-width: 96%;
    margin: 1% 2% ;
}
.atelier-img {
    width: 100%;
    height: 100%;
    max-height: 70vh;
    max-width: 75%;
    object-fit: cover;
}

.gepersonaliseerd-img {
    max-height: 70vh;
    max-width: 100%;
    content: url("fotos/atelier_small/hondenkom_tor.jpeg");
}
.gepersonaliseerd-content{
    max-width: 94%;
    margin: 3% 3% ;
}
.welkom-uitleg img{
    max-height: 70vh;
}
.welkom-img1{
    content: url("fotos/atelier_small/hondenkom_lou.jpeg");
}
.welkom-img2{
    content: url("fotos/atelier_small/hondenkom_tor.jpeg");
}
@media (min-width: 992px ) {
    header {
        flex-direction: row;
        justify-content: space-evenly;
    }
    
    nav {
        flex-direction: row;
        align-items: center;
    }
    
    nav a {
        margin: 5px 0;
    }
    .welkom-banner{
        background-image: url("fotos/placeholder.png");
    }
    .welkom-img1{
        content: url("fotos/atelier/hondenkom_lou.jpeg");
    }
    .welkom-img2{
        content: url("fotos/atelier/hondenkom_tor.jpeg");
    }
    fieldset{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: 1em 0;
    }
    legend{
        margin-bottom: 0.4em;
    }
    .gepersonaliseerd-content{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;
    }
    .gepersonaliseerd-content *{
        flex : 1;
    }
    .gepersonaliseerd-sectie{
        margin-right: 5em;
    }
    .gepersonaliseerd-img{
        padding: 0 8em;
    }
    .over-content{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .sophie{
        margin: 1em 0 0 1em;
        max-height: 70vh;
        content: url("fotos/sophie.jpeg");
    }
    .welkom-uitleg{
        display: flex;
        flex-direction: row;
        background-color: #FFC2CE;
    }
    .welkom-uitleg img{
        max-width: 33.33%;
        max-height: 70vh;
    }
    .welkom-sectie{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;
    }
    .welkom-sectie h1{
        flex: 1;
    }
    .welkom-sectie p{
        flex: 2;
        margin-right: 5vw;
    }
    .atelier-grid{
        display: grid;
        grid-template-columns: repeat(12, 7.5vw);
        grid-template-rows: repeat(43, 10vh);
        grid-gap: 0.5em;

    }
    .atelier-img {
        max-height: none;
        max-width: none;
    }
    .atelier{
        max-width: 96%;
        margin: 1% 1% ;
    }
    .borden1 {
        grid-column: 1 / 8;
        grid-row: 1 / 9;
    }
    .bugle_vol {
        grid-column: 8 / 13;
        grid-row: 1 / 5;
    }
    .bugle_leeg {
        grid-column: 8 / 13;
        grid-row: 5 / 9;
    }
    .hondenkom_ward {
        grid-column: 1 / 4;
        grid-row: 9 / 14;
    }
    .hondenkom_lou {
        grid-column: 4 / 8;
        grid-row: 9 / 14;
    }
    .hondenkom1{
        grid-column: 8 / 13;
        grid-row: 9 / 14;
    }
    .hondenkom_tor {
        grid-column: 5 / 9;
        grid-row: 14 / 20;
    }
    .lekkom{
        grid-column: 1 / 5;
        grid-row: 14 / 20;
    }
    .noedelkom1{
        grid-column: 9 / 13;
        grid-row: 14 / 20;
    }
    .noedelkom2{
        grid-column: 9 / 13;
        grid-row: 20 / 26;
    }
    .potjes1{
        grid-column: 1 / 5;
        grid-row: 20 / 26;
    }
    .potjes2{
        grid-column: 5 / 9;
        grid-row: 20 / 26;
    }
    .tas_groen{
        grid-column: 1 / 4;
        grid-row: 26 / 30;
    }
    .tas_knuffel{
        grid-column: 4 / 7;
        grid-row: 26 / 30;
    }
    .tas_rietje1{
        grid-column: 7 / 10;
        grid-row: 26 / 30;
    }
    .tas_vader{
        grid-column: 10 / 13;
        grid-row: 26 / 30;
    }
    .tas_zee2{
        grid-column: 1 / 5;
        grid-row: 30 / 37;
    }
    .tasjes1{
        grid-column: 5 / 9;
        grid-row: 30 / 37;
    }
    .tasjes2{
        grid-column: 9 / 13;
        grid-row: 30 / 37;
    }
    .tas_zee{
        grid-column: 1 / 7;
        grid-row: 37 / 44;
    }
    .tetjes{
        grid-column: 7 / 13;
        grid-row: 37 / 44;
    }
}