
body {
    font-weight: normal;
    line-height: 150%;
    text-align: left;
    margin-left: 5vw;
    margin-right: 3vw;
    margin-top: 5vh;
    text-decoration:none;
    font-family:Helvetica,Arial;
}

/* Navigation */

a.nav_link_selected {
    font-weight: bold;
    color: #009900;
}

.nav_link {
    margin-right: 1.3vw;
    color: #282828;
}

.nav_link_images {
    float: left;
    margin-right: 2vw;
    margin-top: 0.5em;
}

.nav_link_images_alt {
    display: none;
}

a.nav_link {
    word-break: break-all;
}

.nav_image {
    height: 10em;
    max-width: 90vw;
    max-height: 90vh;
}

.clear_floating {
    clear: both;
}

a.nav_link:hover {
    font-weight: bold;
    color: #009900;
}

a.nav_link:active {
    font-weight: bold;
    color: #009900;
}

hr.nav_separator {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.5em 0;
    padding: 0;
}

/* Links */

a {
    text-decoration: none;
}

/* Images */

.page_image {
    width: 90vw;
}

div.search {
    display: none;
}

#search {
    width: 40%;
}

span.search_counter {
    color: #009900;
}

div.features {
    display: none;
}

button.login_logout_button {
    display: none;
}

#login_elements {
    display: none;
    margin-bottom: 1.5em;
}

.label {
    font-size: 0.9em;
    color: grey;
}

.settings {
    display: none;
}

span.nav_color {
    color: #009900;
}

:is(h1, h2, h3, h4, h5, h6) {
    color: #009900;
}
