html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 1000px;
    position: relative;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12pt;
}

body {
    background-color: #000;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: center bottom;
}

.bgheader {
    background-color: #000;
}

.pagecontainer {
    position: relative;
    top: 0;
    width: 90%;
    max-width: 1100px;
    z-index: 1;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -78px;
}

.header {
    background-color: #000;
    padding: 25px 25px 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

.menu {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.content {
    margin-top: 40px;
}

.contentbody {
    padding: 10px 25px 20px 25px;
    background: #1f1f1f;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
}

.contentbody a {
    color: #6bb8e8;
    text-decoration: none;
}

.contentbody a:hover {
    color: #fff;
    text-decoration: underline;
}

.blue-link a {
    color: #479fd8;
    text-decoration: none;
    border-bottom: 0px;
}

.footer {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    padding-top: 15px;
    background-color: #000;
    text-align: right;
    vertical-align: center;
}

.bgfooter {
    height: 78px;
    width: 100%;
    background-color: #000;
}

.menu a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #4a4a4a;
    text-decoration: none;
}

.push {
    height: 98px;
}

pageTitle {
    color: #FFF;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-decoration: none;
}

pageTitle a {
    color: #FFF;
    text-decoration: none;
}

footerText {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
    color: #fff;
}

.icon-links img {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 32px;
}

text-links a {
    word-spacing: 30px;
    margin-left: 15px;
}

gray {
    color: #4a4a4a;
}

white {
    color: #fff;
}

blue {
    color: #479fd8;
}

.sectionHeader {
    font-size: 28pt;
    font-weight: bold;
}

.smallHeader {
    font-size: 20pt;
    font-weight: bold;
}

.blog_subtext {
    font-size: 10pt;
}

hr {
    width: 100%;
    border-color: #479fd8;
    border-width: 1px;
    border-style: solid;
}

.leftCol {
    text-align: center;
    width: 50%;
}

.rightCol {
    text-align: center;
    width: 50%;
}

.about_me_table a {
    color: #FFF;
    border-bottom: 1px #479fd8 dotted;
    text-decoration: none;
}

.about_me_table tr:last-child td {
    padding-bottom: 15px;
}

.about_me_table {
    float: right;
    width: 300px;
    text-align: center;
    border: solid 3px #FFF;
    color: #FFF;
    margin: 20px;
}

.about_image {
    width: 270px;
    padding-top: 10px;
    padding-bottom: 10px;
}

pre code {
    background: rgba(71, 159, 216, 0.1);
    color: #e0e0e0;
    display: block;
    padding: 12px 16px;
    border-radius: 4px;
    overflow-x: auto;
    border: 1px solid #000;
}

.contentbody img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.contentbody h2 {
    color: #fff;
    border-left: 3px solid #479fd8;
    padding-left: 10px;
    background: rgba(71, 159, 216, 0.08);
    padding: 6px 10px;
    border-radius: 0 4px 4px 0;
}

.contentbody table {
    border-collapse: collapse;
    margin: 15px 0;
    display: block;
    overflow-x: auto;
}

.contentbody thead th {
    background: rgba(71, 159, 216, 0.15);
    padding: 4px 8px;
    text-align: left;
}

.contentbody tbody td {
    padding: 4px 8px;
    border-bottom: 1px solid #333;
}

@media (max-width: 900px) {
    html, body {
        min-height: 0;
    }

    .pagecontainer {
        width: 95%;
    }

    .header {
        padding: 15px 10px;
        justify-content: center;
    }

    pageTitle {
        font-size: 36px;
        text-align: center;
        width: 100%;
    }

    .menu {
        align-items: center;
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }

    .icon-links img {
        margin-left: 10px;
        margin-right: 10px;
        width: 24px;
    }

    text-links a {
        margin-left: 8px;
        margin-right: 8px;
    }

    .contentbody {
        padding: 10px 15px 15px 15px;
    }

    .sectionHeader {
        font-size: 20pt;
    }

    .smallHeader {
        font-size: 16pt;
    }

    .about_me_table {
        float: none;
        width: 100%;
        margin: 10px 0;
    }

    .about_image {
        width: 80%;
        max-width: 270px;
    }

    .footer {
        width: 95%;
        text-align: center;
        padding-right: 0;
    }

    .push {
        height: 78px;
    }
}
