body {
    background-color: #272633;
    padding-top: 10px;
    padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
    display: block;
    margin-bottom: 20px;
    position: static;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}

.article-showcase {
    background-color: #ded8c2;
    border-radius: 10px;
}

.navbar-inverse {
    background-image: linear-gradient(to bottom, #161834 0%, #0b0b0d 100%)
}
/* Deep blue gradient for top banner navbar */

.jumbotron {
    padding: 20px 0;
}

.navbar-brand {
    height: 80px;
}

@media (min-width: 1200px) {
    .container[role=main] {
        width: 970px;
        /* Was 1175px, and later 970px but limiting width due to non-responsive article-menu-title jpegs */
    }
    .container {
        width: 970px;
        /* Added to keep menu centered at large sizes, remove again if added top-menu items pushes it to be wider than 970 */
    }
}

@media (min-width: 992px) {
    .container[role=article] {
        width: 890px;
        /* Was 1175px, but limiting width due to non-responsive article-menu-title jpegs */
    }
}

.table > tbody > tr > td {
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
}
/* Used to display article-menu-title jpegs, default was 8px all around */

.table.table-bordered > tbody > tr > td {
    border-bottom-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
}
/* Ha! un-bordering the bordered table style. */

.page-header > h1 {
    color: white;
}

.page-titleblocks {}

.article-body {
    color: #030021;
    padding-top: 2px;
    padding-bottom: 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: justify;
}

.article-body > ul {
    padding-top: 6px;
    padding-right: 22px;
}

.article-subheader {
    padding-bottom: 0px;
    font-weight: bold;
}

.image-page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

@media (min-width: 0px) {
    .image-page-header {
        margin: 10px 0 0px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 10px;
        padding-left: 10px;
    }
    .jumbotron p {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 200;
    }
    .h1,
    h1 {
        font-size: 25px;
    }
    .h2,
    h2 {
        font-size: 23px;
    }
    body {
        padding-top: 140px;
    }
}

@media (min-width: 380px) {
    .image-page-header {
        margin: 10px 0 10px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 30px;
        padding-left: 30px;
    }
    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
    }
    .h1,
    h1 {
        font-size: 36px;
    }
    .h2,
    h2 {
        font-size: 30px;
    }
    body {
        padding-top: 100px;
    }
}

@media (min-width: 767px) {
    .image-page-header {
        margin: 10px 0 10px;
    }
    body {
        padding-top: 150px;
    }
}

@media (min-width: 992px) {
    .image-page-header {
        margin: 10px 0 10px;
    }
    body {
        padding-top: 100px;
    }
}

.dropdown-disabled {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #BBB;
    white-space: nowrap;
}