* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    background: #fdfdff;
    margin: 0;
    font-family: 'helvetica neue';
}

p,
a,
li {
    color: #555555;
    text-decoration: none;
    font-weight: 400;
}

h1 {
    color: #444444;
    font-size: 200%;
    font-weight: 600;
}

h2 {
    color: #555555;
    font-size: 135%;
    font-weight: 500;
    padding: 10px 0px;
}

.page {
    position: relative;
    height: 100vh;
}

.top {
    padding: 20px 0px;
}

.top h1 {
    margin: 0;
    text-align: left;
}

.essay-nav {
    float:top;
    height: 2rem
}

.essay-nav li {
    float: left;
    position: relative;
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 0.1rem 9px;
}

.nav {
    float: top;
    width: auto;
    height: 2rem;
}

.nav ul {
    list-style: none;
    position: relative;
    display: block;
}

.nav li {
    float: left;
    position: relative;
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 0.1rem 9px;
}

.nav a {
    color: #777777;
    text-decoration: none;
    display: block;
}

.nav a:hover,
#nav li:hover {
    color: #333333;
}

.nav-parent-list ul {
    left: -10px;
    float: none;
    position: absolute;
    background: #eee;
    padding: 10px 2px 10px 2px;
    text-align: center;
    display: none;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.nav-parent-list li {
    float: none;
}

.content-inside {
    padding-left: 1vw;
}

.content-container {
    margin-left: 10vw;
    margin-right: 10vw;
    padding-bottom: 2.5rem;
}

#content {
    padding-left: 5px;
}

aside {
    float: right;
    width: 100px;
    border: 4px solid #0400FF;
    padding: 16px 8px 0 12px;
    margin-right: 80px;
    color: black;
    background-color: white;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    text-align: center;
    background-color: #dddddd;
    border-top: 2px solid #111111;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.center {
    text-align: center;
}

.essay {
    line-height: 2;
}