body {
    font-size: medium;
    line-height: 1.5;
    background-color: #FAEBD7;
}

a {
    color: #000000;
}

a:hover {
    color: #008B8B;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #CD853F;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    font-variant-caps: small-caps;
    font-weight: bold;
    font-size: normal;
}

ul.topnav li {float: left;}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {
    background-color: #B8860B;
}

ul.topnav li a.active {
    background-color: #A52A2A;
}

ul.topnav li.right {float: right;}

ul.topnav-lang {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #CD853F;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    font-variant-caps: small-caps;
    font-weight: bold;
    font-size: smaller;
}

ul.topnav-lang li {float: right;}

ul.topnav-lang li a {
    display: block;
    color: white;
    text-align: center;
    padding: 4px 8px;
    text-decoration: none;
}

ul.topnav-lang li a:hover:not(.active) {
    background-color: #B8860B;
}

ul.topnav-lang li a.active {
    background-color: #A52A2A;
}

ul.urls {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: darkgreen;
    font-variant-caps: small-caps;
    font-weight: bold;
    font-size: normal;
}

ul.urls li {
    float: right;
}

ul.urls li a {
    display: block;
    color: white;
    text-align: center;
    padding: 4px 8px;
    text-decoration: none;
}

ul.urls li a:hover {
    background-color: green;
}

ol.urls {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: darkgreen;
    font-variant-caps: small-caps;
    font-weight: bold;
    font-size: normal;
    display: flex;
    flex-direction: row-reverse;
}

ol.urls li {
    float: right;
}

ol.urls li a {
    display: block;
    color: white;
    text-align: center;
    padding: 4px 8px;
    text-decoration: none;
}

ol.urls li a:hover {
    background-color: green;
}

@media screen and (max-width: 600px) {
    ul.topnav {
        /*font-size: smaller;*/
    }
    ul.topnav li.right {
        float: left;
        /*position: static;*/
        /*float: none;*/
    }
    ul.topnav li {
        /*float: none;*/
    }
    ul.urls {
        /*font-size: smaller;*/
    }
}

#img-container {
    width: 100%;
    height: 20em;
    position: relative;
    background-color: #59c66c;
    overflow: hidden;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
    margin-right: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em
}

#thepic {  
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    -webkit-filter: brightness(90%) contrast(90%) blur(2px) grayscale(10%);
    filter: brightness(90%) contrast(90%) blur(2px) grayscale(10%);  
}

#color_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;  
    height: 100%;
    background-color: #59c66c;
    opacity: 0.3;
}

#content {  
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0em;
    right: 0em;
    margin: auto;
    text-align: left;
}

img.right {
    float: right;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
}

h1.right {
    text-align: right;
    margin-right: 0.5em;
}

div.footer {
    color: white;
    background-color: #CD853F;
    text-indent: 0em;
    text-align: center;
    border-style: none none;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    margin-left: 0em;
    margin-right: 0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1.0em;
    padding-right: 0.5em
}

div.footer a {
    color: white;
    text-decoration: underline;
}

p.small {
    font-size: smaller;
    text-indent: 0em;
    text-align: center;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    padding-top: 0em;
    padding-bottom: 0em
}
