* {
    border: 0 none;
    margin: 0;
}

header {
    position: static;
    color: #eeeeee;
    background: #333333 none repeat scroll 0 0;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    max-height: 15vh;
    padding:1%;
    overflow: hidden;
}

div.container {
    width: 100vw;
    max-height: 15vh;
    padding: unset;
    position: static;
}

div.pic {
    box-sizing: border-box;
    width: 15vh;
    height:15vh;
    border: none;

    float: left;
}

div.headline {
    box-sizing: border-box;
    max-width: 85vh;
    height:15vh;
    text-align: bottom;
    font-family: 'Caveat', cursive;
    font-size: 12vmin;
    padding: 5px;
}

img.scale {
    height: 15vh;
    width: auto;
    padding-right: 2%;

}


div.h1 {
    position: static;
    font-family: 'Caveat', cursive;
    font-size: 2em;
    text-align: unset;
    padding: 1vh 0 1vh 1vh ;
    border: none;
}

/*********************************************************************************/
/* Top navigation bar                                                                         */
/*********************************************************************************/
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
    position: static;
    width: 100vw;
    max-height: max-content;
    min-height: fit-content;
    font-family: 'Caveat', cursive;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 0.5vh 1vh;
    text-decoration: none;
    font-size: 1.5em;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #cec7c3;
    color: white;
}


html, body {
    max-width: 1200px;
    min-width:400px;
    min-height:600px;
    margin:auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    height:100%;
    overflow:hidden;
}

#content_container {
    height:95%;
    overflow:auto;
}


p {
    font-size: 1em;
    line-height: 1.2em;
}


section article {
    padding: 0px 10px;
    position: static;
    top: 15vh;
}

section article img {
    clear: both;
    float: left;
    padding-right: 10px;
}

a {
    color: inherit;
    text-decoration: none;
}



footer {

    font: inherit;
    color: #eeeeee;
    background: #333333 none repeat scroll 0 0;
    clear: both;
    width: 100vw;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 1% 1% 0% 1%;
    text-align: center;
}

footer li {
    display: inline-block;
    list-style-type: none;
    margin: 1% 1%;
}