@import url('https://fonts.googleapis.com/css2?family=Barrio&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    background-color: #fdfdfd;
    color: #333;
}

html, body {
  overflow-x: hidden;
}

header {
    background: #f28c28;
    color: white;
    color: #9f0e00;
    padding: 25px 15px;
    /*height: 300px;*/
    text-align: center;
    background: url('img/banner.jpg');
    /*background-size: 100% auto; */
    background-position: top center;
    background-repeat: no-repeat;   /* voorkomt herhaling */
  background-size: cover;         /* vult hele ruimte */
  /* background-position: center; */    /* centreert de afbeelding */
}

a {
color: #f28c28;
}

a:visited {
color: #9f0e00;

}

img {

    max-width: 100%;
}

.inset img {

    margin-right: 20px;
    margin-bottom: 20px;
}

nav {
    background: #333;
    padding: 12px;
    text-align: center;
}



nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

.container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    line-height: 1.6;
}

h2 { color: #f28c28; margin-top: 35px; }

.placeholder-img {
    background: #d8d8d8;
    height: 220px;
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 6px;
}

footer {
    text-align: center;
    padding: 25px;
    background: #f2f2f2;
    margin-top: 50px;
}

.foto {
    width: 100%;
    height: 220px;     
    overflow: hidden;   
}

.foto img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.subtitle {

font-family: 'Barrio', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 1.5em;

}

img, .inset {

    border-radius: 10px;

}
.inset {

    background: #ccc; 
    padding: 20px;
    
}