html, body {
    height: 100%;
}
html, body, header, main, footer, section, div, p, nav, ul, li {
    margin: 0;
    padding: 0;
}

body { 
    background-color: white;

    background-image: url(tree-background-v1.webp);
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.wrap {
    background-color: rgba(255,255,255,0.5);
    margin: auto;
    margin-top: 0;
    max-width: 800px;
}

footer {
    text-align: center;
    padding: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10pt;
}

.text {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14pt;
    line-height: 18pt;
}

a, a:hover, a:visited {
    color: black;
    text-decoration: underline;
}

.content {
    padding: 0 30px;
}

.quot {
    padding-top: 10pt;
    padding-left: 30pt;
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
}
@media screen and (max-width: 700px) {
    .quot {
        padding-left: 0pt;
    }
}

h1#company {
    margin-bottom: 18pt;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24pt;
    padding: 0;
    padding-top: 60px;
    font-size: 2em;
    text-align: center;
}
h1 {
    margin-bottom: 18pt;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24pt;
    padding: 0;
    font-size: 1.5em;
    text-align: center;
}
h2 {
    margin: 18pt 0;
    margin-top: 40pt;
    padding: 0;
    font-size: 1.5em;
    text-align: center;
}
h1 + h2 {
    margin-top: 18pt;
}
#tagline::before {
    content: "\2014\00A0";
}
#tagline::after {
    content: "\00A0\2014";
}
p {
    margin: 18pt 0;
}
#header {
    margin: auto;
    max-width: 800px;
}
.topnav {
    position: fixed;
    top: 0;
    margin: auto;
    width: 100%;
    max-width: 800px;
    background-color: #d5dfef;
    overflow: hidden;
    
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14pt;
    line-height: 14pt;
}
.topnav a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    font-size: 14pt;
    color: black;
    text-decoration: none;
}
.topnav .active {
    background-color: #aec4e8;
    color: black;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.topnav .icon {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

@media screen and (max-width: 800px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}
@media screen and (max-width: 800px) {
    .topnav.responsive {
        /*position: relative;*/
        position: fixed;
    }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
