body {
    background-color: #333;
    color: #FFF;
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 10%;

    font-family: Helvetica, sans-serif;
    box-sizing: border-box;
}

body #header .title {
    font-size: 5em;
    margin-bottom: 0.2em;
}

body #header nav #menuItems a {
    color: #FFF;
    text-decoration: none;
    padding: 0.2em;
}

body #header nav #menuItems a:hover {
    text-decoration: underline;
}

body #header nav #menuItems a.active:hover {
    text-decoration: none;
}

body #header nav #menuItems .linkPadding {
    display: inline;
    font-size: larger;
    text-decoration: none;
    padding-right: 0.5em;
    text-decoration: none;
}

body #header nav #menuItems a.active {
    font-weight: bold;
    background-color: #FFF;
    color: #333;
}

body #header nav #menuItems {
    display: inline;
}

body #header nav .float-right {
    font-size: larger;
    text-decoration: none;
    text-decoration: none;
    float: right;
    font-weight: bold;
    background-color: #FFF;
    color: #333;
    padding: 0.2em;
    cursor: pointer;
}

body #header nav .float-right:hover {
    text-decoration: underline;
}

body #footer {
    text-align: right;
    font-size: 0.75em;
}

body #footer p {
    display: inline;
}

body #content .post-information {
    padding: 1em;
    background-color: #FFF;
    color: #333;
    margin-bottom: 1em;
}

body #content .post-information a {
    color: #333;
    text-decoration: none;
}

body #content .post-information p {
    margin-bottom: 0;
}

body #content .post-information a.title{
    font-weight: bold;
    text-decoration: underline;
}

img.markdownImage {
    width: 100%;
}

.dynamicBox {
    background-color: #FFF;
    color: #333;
}

#content #post-info {
    /* background-color: #FFF;
    color: #333; */
    padding-top: 1em;
    padding-bottom: 1em;
    /* margin: 1em; */
    margin-top: 1em;
    margin-bottom: 1em;
}

#content #post-info #postTitle {
    font-size: xx-large;
    font-weight: bold;
    margin: 0;
}

#content #post-info #pubDate {
    margin: 0;
}

#content #post-info .subheading {
    display: inline-block;
}

#content #post-content {
    /* background-color: #FFF;
    color: #333; */
    margin-bottom: 1em;
    margin-top: 0;
    padding: 1em;
}

#content #post-content p {
    margin-top: 0;
}

#content figure {
    margin: 0;
    font-style: italic;
}

@media screen and (max-width: 640px) {
    body {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 0%;
    }
}