body {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    background-color: azure;
}

main    {
    display: grid;
    margin: 1rem;
}

h1 {
    font-family: "Orbitron",Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    padding: 1rem;
    margin-bottom: 2rem;
}

h2  {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
}

.reclame  {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    text-align: left;
    margin-bottom: 1rem;
}

.reclame img    {
    width: 20%;
    max-width: 400px;
    height: auto;
}

.reclame .reclame-text   {
    max-width: 55%;
    line-height: 1.6;
    font-size: 1.5rem;
}

.inleiding  {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.inleiding img  {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-right: 1rem;
    margin-top: 3rem;
}

.inleiding .inleiding-text  {
    text-align: center;
    margin-bottom: 0.5rem;
    max-width: 600px;
}

.adres  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(18rem,auto);
    justify-items: stretch;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
}

#contact    {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1rem;
    text-align: center;
}

#contact img    {
    width: 40%;
    max-width: 400px;
    height: auto;
    margin-right: 2rem;
}

#contact .text-content  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 55%;
}

#contact h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

#contact p  {
    font-size: 1rem;
    margin-bottom: 1rem;
}

#contact a  {
    text-decoration: none;
    color: rgb(87, 90, 75);
    font-weight: bold;
}

#contact a:hover    {
    text-decoration: underline;
}

.articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(18rem, auto);
    gap: 1rem;
    padding: 2rem;
}

.articles2  {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.articles2 article    {
    display: flex;
    flex: 1;
    max-width: 30%;
    padding: 1rem;
    overflow: hidden;
    text-align: center;
    flex-direction: column;
}

.articles2 article img  {
    width: 50%;
    height: auto;
    margin-bottom: 1rem;
    align-self: center;
}

.articles2 article h3   {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.articles2 article p    {
    text-align: justify;
    margin-bottom: 0.5rem;
}

article + img {
    display: grid; 
    grid-template-rows: 150px    25px    25px;
    grid-template-columns: auto    auto   auto;
}

#article3   {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#articles3 img  {
    width: 50%;
    height: auto;
    margin-bottom: 1rem;
}

#agency {
    width: 30rem;
    padding: 3rem;
}

#article3 p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#article3 h2    {
    margin-top: 3rem;
}

img {
    width: 13rem;
}

.reizen {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.reizen+h2  {
    margin-bottom: 1rem;
}

#h1_reizen  {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
}

.articles div p   {
    margin-bottom: 3rem;
}

#logo   {
    width: 2.5rem;
    padding: 0.6rem;
}

nav {
    background-color: rgb(87, 90, 75);
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;    
}

nav>a   {
    font-size: 1.5rem;
    color:rgb(245, 237, 237);
    text-decoration: none;
}

form    {
    display: grid;
    gap: 1rem;
    width: 100%;
    max-width: 800px;
    padding: 1rem;
}

fieldset{
    display: grid;
    gap: 0.5rem;
    padding: 1rem;
    width: 100%;
}

form h2 {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

fieldset    {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
}

fieldset legend {
    padding: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
}

fieldset label  {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

fieldset input[type="text"] {
    font-weight: bold;
    width: 60%;
    padding: 0.5rem;
    font-size: 1rem;
    border-color: white;
}

fieldset input[type="radio"]    {
    margin-right: 1rem;
    width: auto;
}

fieldset .radio-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

input[type="submit"]    {
    grid-column: 1 / 3;
    padding: 1rem 2rem;
    background-color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

input[type="submit"]:hover  {
    color: rgb(128, 0, 32);
    text-decoration: underline;
}

.blog   {
    display: flex;
    align-items: flex-start;
    width: 5rem;
    border-radius: 100%;
    margin: 10px;
    align-self: self-start;
}

.blog-article   {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 5rem;
}

.blog-article article   {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.blog-article article div   {
    max-width: 600px;
}

.blog-article div h3    {
    font-weight: bold;
    margin-bottom: 1rem;
}

.video  {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

footer  {
    font-size: 1rem;
    margin: 0.5rem;
}

@media screen and (max-width: 768px) {
    .reclame    {
        flex-direction: column;
        text-align: center;
    }

    .reclame img    {
        width: 100%;
    }

    .reclame .reclame-text  {
        width: 100%;
        font-size: 1.2rem;
    }

    .inleiding img {
        width: 80%;
    }

    .adres  {
        grid-template-columns: 1fr;
    }

    #contact img    {
        width: 100%;
    }

    .articles   {
        grid-template-columns: 1fr;
    }

    .articles2 article  {
        max-width: 100%;
    }

    #contact    {
        flex-direction: column;
        text-align: center;
    }

    nav {
        flex-direction: column;
        padding: 1rem;
    }

    form    {
        padding: 1rem;
    }

    .blog-article article   {
        flex-direction: column;
    }

    .video  {
        max-width: 100%;
        margin-bottom: 10px;
    }
    }   
 @media screen and (max-width: 480px) {
    h1  {
         font-size: 1.8rem;
    }

    h2  {
        font-size: 1.3rem;
    }

    .reclame .reclame-text  {
        font-size: 1rem;
    }

    .inleiding .inleiding-text  {
        font-size: 1rem;
    }

    .articles2 article h3{
        font-size: 1.2rem;
    }

    .articles2 article p    {
        font-size: 1rem;
    }

    footer  {
        font-size: 0.8rem;
    }

    .video  {
        max-width: 100%;
        padding-bottom: 75%;
    }
}