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

body {
    position: static;
    background-color: #eeeeee;
    top: 1vh;
    right: 2vw;
    left: 1vw;
    bottom: 7vh;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    max-width: 97vw;
    <!-- height: auto; -->
    min-height: 400px;
    box-sizing: border-box;
}


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


header img {
    max-height: 10vh;
    width: auto;
    overflow: hidden;
    padding-right: 1%;
    vertical-align: text-top;
}


header p {
    font-family: 'Caveat', cursive;
    font-size: 8vh;
    overflow: hidden;
}

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

/* 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: 2.5vh;
}

/* 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;
}



h1
{
    position: static;
    font-family: 'Caveat', cursive;
    font-size: 200%;
    text-align: left;
    padding: 1vh 0 1vh 1vh;
    border: none;
}


footer {
    font-family: 'Caveat', cursive;
    font-size: 2.5vh;
    color: #eeeeee;
    background: #333333 none repeat scroll 0 0;
    clear: both;
    overflow: hidden;
    padding: 0.5vh 0.5vw;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

footer li {
    display: inline-block;
    list-style-type: none;
    padding: 10px 20px;
}


p.main {
    max-width: 100%;
    height: auto;
    border: 2px solid #c3c3c3;
}

section {
    padding: 0 10px;
    max-width: 100%;
    height: auto;
    position: static;
    top: 10vh;
}

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

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

p img {
    height:inherit;
    width: auto;
}
