body {
    margin: 0px;
    font-family: Arial;
    font-size: 16px;
    color: #666666;
}

.header {
    width: 100%;
    background-color: #ccc;
    text-align: center;
}

.header img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
}

.logo {    
    display: block;
    width: 140px;
    float: right;
}

.txt {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
    line-height: 22px;
    min-height: calc(100vh - 582px);
}

.txt a {
    
    color: #e23827;
    text-decoration: underline;
}

.txt a:hover {
    color: #555555;
}
h1 {
    color: #e23827;
    font-weight: 200;
    padding: 0 0 20px 0;
    margin: 0px;
    font-size: 24px;
    line-height: 32px;
}

strong {
    
    color: #e23827;
}

.footer {
    background-color: #e23827;
    color: #fef0f0;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.footer a {
    color: #e23827;
    text-decoration: none;
    margin:-8px 30px 0 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    background-color: #fef0f0;
    
}


@media screen and (max-width: 800px) {
    .header {
        background-image: url(Beachbeek-header.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top right;
        height: 250px;
    }
    .header img { 
        display: none;
    }
    .logo {    
        width: 90px;
    }
    
    
    .footer a {
        display: block;
        text-align: center;
        margin: 0 auto 20px auto;
    }
    
    .txt {
        font-size: 14px;
        line-height: 19px;
    }
}

.img1 {
    float: left;
    width: calc(50% - 15px);
    height: auto;
    margin: 40px 0 0 0;
}
.img2 {
    float: right;
    width: calc(50% - 15px);
    height: auto;
    margin: 40px 0 0 0;
}
.clear {
    clear: both;
}

@media screen and (max-width: 600px) {
    .logo {    
        float: none;
        display: block;
        width: 50px;
        margin: 0 auto 10px auto;
    }
    
    h1 {
        text-align: center;
    }
    .img1, .img2 {
        display: block;
        float: none;
        width: 90%;
        margin: 40px auto 0 auto;
    }
}
@media screen and (max-width: 400px) {
     .header {
        background-image: url(Beachbeek-header.jpg);
        background-repeat: no-repeat;
        background-size: 580px;
        background-position: top right;
        height: 210px;
    }
    
    .txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 330px) {
     .header {
        background-image: url(Beachbeek-header.jpg);
        background-repeat: no-repeat;
        background-size: 550px;
        background-position: top right;
        height: 200px;
    }
}