#section1 {
    height: 100vh;
    margin-bottom: 5vh;
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
    #section1 {
        height: auto;
        margin: 100px 0 5vh 0;
    }

    #read-more-section {
        display: none;
    }
}

@media (max-height: 604px) {
    #section1 {
        height: auto;
        margin: 100px 0 5vh 0 !important;
    }

    #read-more-section {
        display: none;
    }
}

#header-content {
    height: 200px;
}

#header1 {
    border-radius: 10px;
}

#header3 h1{
    display: inline;
    padding-right: 30px;
    margin-left: 30px;
}

#banner {
    height: 200px;
    background-image: url(duinen.jpg);
    background-size: cover;
}

@media (min-width: 1200px) {
    #header-content, #banner {
        height: 250px;
    }
}

#read-more-section {
    padding-bottom: 2vh;
}

#read-more {
    font-size: 1rem;
}

#section2 {
    padding: 5vh 0;
}

#section2 h2 {
    display: inline;
    font-size: 1.6rem;
}

#section3-container {
    margin: 5vh 0 150px 0;
    background-color: #DED6D3;
    padding: 7vh 0;
}

#section3-container img {
    border-radius: 10px;
}

@media(min-width: 992px) {
    #header3 h1 {
        display: block;
        padding-right: 0;
        margin-left: 0;
    }

    #section2 h2 {
        display: inline;
        margin-left: 30px;
        padding-right: 30px;
    }
}
