html {
   height: 100%;
}
body {
    margin: 60px auto;
    width: 87%;
    min-height: 100%;
}
nav ul, footer ul {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: #6b6b6b;
}
a:hover {
    text-decoration: underline;
}
h1 { font-size: 3.0em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
h6 { font-size: 0.9em; }

h1 {
    font-size: 3em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
p {
    font-size: 1em;
    line-height: 1.4em;
    color: #373D3F;
}
footer {
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
}

ul.posts { 
    margin: 20px auto 40px; 
    font-size: 1.5em;
}

ul.posts li {
    list-style: none;
}
/* Small screens */
@media screen and (max-width:375px) {
    header{
    }
    @-ms-viewport{
        width: device-width;
        initial-scale: 1;
        maximum-scale: 1
        user-scalable: no;
    }
}

/* Large screens */
@media screen and (min-width: 376px) {
    nav {
        margin-top: 20px;
    }
}

