* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

body {
    background-color: darkblue;
    background-image: url("../images/ocean4.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: oldlace;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* margin-left: 60px; */
    /* margin-right: 60px; */
}

body a {
    color: slategray;
}

header {
    color: mintcream;
    background-color: midnightblue;
    position:fixed;
    text-align: center;
    width: 100%;
    border-bottom: mintcream solid 1px;
    margin-bottom: 50px;
    top: 0;
    /* background-blend-mode:color-dodge; */
}

h1 {
    font-size: 20pt;
    /* font-style: oblique; */
}

h2 {
    font-size: 12pt;
    text-align: center;
    font-style: oblique;
}

h3 {
    text-align: center;
    font-size: 17pt;
}

.summary {
    /* margin-top: 50px; */
    /* background-image: url(../images/crab.jfif); */
    /* display: block; */
    /* min-height: 375px; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    margin-top: 55px;
    /* margin-left: 100px;
    margin-right: 100px; */
    font-size: 10pt;
    border-bottom: mintcream solid 0.5px;
}

p {
    line-height: 1.5em;
    font-style: oblique;
}

p::first-letter :not(zen-summary){
    font-size: 17pt;
}


#zen-preamble {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 50px;
    margin-bottom: 100px;
}

#zen-supporting {
    margin-left: 100px;
    margin-right: 100px;
    /* margin-top: 500px; */
}

#zen-explanation {
    margin-top: 500px;
    margin-bottom: 100px;
}

#zen-participation {
    margin-top: 500px;
    margin-bottom: 100px;
}

#zen-benefits {
    margin-top: 500px;
    margin-bottom: 100px;
}

#zen-requirements {
    margin-top: 500px;
}

footer {
    font-style: normal;
    text-align: center;
    border-top: mintcream solid 0.5px;
    word-spacing: 60px;
}

aside {
    height: 100px;
    background-color: midnightblue;
    bottom: 0px;
    font-size: 10pt;
    columns: 3;
    text-decoration: none;
    color: mintcream;
    border-top: mintcream solid 1px;
    line-height: 1.2em;
}

aside h3 {
    text-align: left;
    font-size: 10pt;
}

/* p.sidebar {
    font-size: inherit;
} */

/* h3.wrapper {
    font-size: 15pt;
} */