body {
    background: #B8A792 url("../../../images/photofond/fondwasmuel.png") center fixed repeat
}

#img01 {
    position: fixed;
    width: 90%;
    max-width: 1500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.4;
    z-index: 1;
}

#div3 {
    background: #B8A792 url("../../../images/photofond/fondwasmuel.png") center fixed repeat;
    width: 90%;
    position: sticky;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    z-index: 100;
}

#img04,
#img05,
#img06 {
    width: 50px;
    z-index: 100;
}

#h201 {
    text-align: center;
    top: 70px;
    position: sticky;
    text-shadow: 1px 1px 5px #fff;
    font-family: Georgia, Verdana, sans-serif;
    font-size: 380%;
    width: 90%;
    max-width: 1400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 5px ridge #B6A38C;
    background: -o-linear-gradient(to bottom, rgba(128, 128, 92, 1), rgba(242, 242, 174, 1));
    background: -moz-linear-gradient(to bottom, rgba(128, 128, 92, 1), rgba(242, 242, 174, 1));
    background: -webkit-linear-gradient(to bottom, rgba(128, 128, 92, 1), rgba(242, 242, 174, 1));
    background: -ms-linear-gradient(to bottom, rgba(128, 128, 92, 1), rgba(242, 242, 174, 1));
    background: -khtml-linear-gradient(to bottom, rgba(128, 128, 92, 1), rgba(242, 242, 174, 1));
    background: linear-gradient(to bottom, rgba(128, 128, 92, 1), rgba(242, 242, 174, 1));
    z-index: 100;
}

.para {
    text-align: justify;
    padding: 2px 7px 2px 7px;
    position: relative;
    text-shadow: 1px 1px 5px #fff;
    font-family: Georgia, Verdana, sans-serif;
    font-size: 100%;
    width: 90%;
    max-width: 1400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 5px;
    border: 5px ridge #B6A38C;
    background: #D2D297;
    z-index: 10;
}

.div2 {
    position: relative;
    width: 90%;
    max-width: 1400px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
    z-index: 50;
}

.div2 img {
    margin: 8px;
    z-index: 50;
}

@media screen and (min-width: 760px) and (max-width: 1000px) {

    #img04,
    #img05,
    #img06 {
        width: 100px;
        z-index: 100;
    }

    #h201 {
        width: 95%;
        top: 120px;
    }

    .para {
        width: 95%;
        font-size: 200%;
        padding: 10px 25px 10px 25px;
    }

    #div3 {
        width: 95%;
    }
}

@media screen and (max-width: 759px) {

    #img01 {
        width: 700px;
    }

    #img04,
    #img05,
    #img06 {
        width: 100px;
        z-index: 100;
    }

    #h201 {
        width: 700px;
        top: 120px;
    }

    .para {
        width: 700px;
        font-size: 200%;
        padding: 10px 25px 10px 25px;
    }

    .div2,
    #div3 {
        width: 700px;

    }
}