#header {
    background: rgba(148,125,82,0.85);
    position: fixed;
    width: 100%;
}
#content {
    margin-top: 115px;
}
#container img {
    border: 3px solid #000;
}
#content ul {
    list-style-type: circle;
}
#content ul p {
    padding-left: 0;
}
#content p.indent {
    padding-left: 3em;
}
#content section {
    background-color: hsla(0,100%,100%,0.5);
    box-shadow: 0px 0px 6px #000;
    padding: 0 1em 1em 1em;
    margin-bottom: 4em;
}
#content section.alt {}

#content section.alt h3 {
    font-size: 0.9em;
    margin-bottom: 2em;
    font-family: Arial, sans-serif;
}
#content section.alt h4 {
    font-family: Arial, sans-serif;
}
#content section h1 {
    color: #000;
    font-family: Arial, sans-serif;
    background: transparent;
    font-size: 1.2em;
    text-align: left;
    border-bottom: 3px solid #999;
    margin: 0em 0.9em 0em;
    padding: 1em 0 0;
}
#content section:not(.alt) h1 {
    margin-bottom: 1em;
}

#content section h1 span {
    transition: all 0.5s ease-out;
    float: right;
}

#content section.news figure {
    margin: 1em;
}

#content section.news h1 {
    cursor: ns-resize;
}

#left {
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
}
#exposities picture {
    z-index: -1;
}
#exposities li img {
    margin: 1rem 0 -1rem 0;  
}
#exposities .figcaption {
    position: relative;
    top: -3em; left: 3em;
    color: rgba(256, 256, 256, 0.8);
    text-shadow: 2px 2px 0px rgb(80, 80, 80);
}