html {
    overflow-y: scroll;
}

html, body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000;
    background-color: #fff;
    margin: 0 auto 0 auto;
    height: auto;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted;
    color:#222;
}

em {
    font-weight: 500;
}

a:hover {
    color:#777;
}

.container {
    width: 900px;
    padding-top: 48px;
    margin: auto;
    height: auto;
}

.header {
    position: relative;
}

.content {
    position: relative;
    margin-bottom: 16px;
}

h1 {
    color: #646464;
    font-size: 48px;
}

h2 {
    font-size: 24px;
    font-weight: 500;
}

h3 {
    font-size: 16px;
    text-indent: 16px;
    margin-bottom: -8px;
    padding-top: 8px;
    font-weight: 500;
}

p {
    text-indent: 32px;
    text-align: justify;
}

li p {
    text-indent: 0;
}

.footer {
    text-align: center;
    position: relative;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 12px;
}

/* Navigation bar stuff */
.navbar {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 4px 0;
    background-color: #333;
    display: inline;
}

.navbar_container {
    /* Overwrite the container class */
    margin: 0 auto;
    padding: 0;
}

.navbar a {
    border: none;
    color: #ddd;
}

.navbar a:hover {
    color: #777;
}

.navbar_sections {
    padding-top: 4px;
    float: left;
}

.navbar_sections a {
    margin-right: 16px;
}

.navbar_links {
    float: right;
}

.navbar_links a {
    margin-left: 2px;
}
