body {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    text-align: left;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0;
    background-attachment: fixed !important;
    font: 1em/1.75em Hind;
    font-family: 'Hind', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    background-color: #111111 !important;
    color: #bebebe;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a, a:hover, a:focus, a:visited, a:active {
    color: #598fbf;
}

#page-logo {
    background-color: #0f6dbf !important;
    height: 201px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    background-size: contain;
    border-radius: 0;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#site-navigation {
    height: 50px;
}

.navbar {
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto!important;
}

.navbar li {
    margin-left: 10px;
    margin-right: 10px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

main {
    padding-bottom: 0px;
    word-wrap: normal;
    width: 100%;
    clear: both;
}

#content {
    overflow: hidden;
}

#content header {
    text-align: center;
}

@media only screen and (min-width: 991px) {
    #content {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

#comic {
    text-align: center;
    padding: 15px;
}

.single-comic-wrapper {
    margin-top: 15px;
}

.single-comic-navigation {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 30px;
}

.single-comic-navigation a {
    text-decoration: none;   
}

.single-comic-navigation i {
    margin: 0 10px;
}

#site-navigation, .single-comic-wrapper, .entry-footer, .footer {
    background-color: #202020 !important;
}

.entry-footer {
    position: relative;
    margin-top: 15px;
    padding: 20px;
}

#comic-social {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 30px;
}

#comic-social a {
    text-decoration: none;   
    margin: 0 10px;
}

.entry-meta {
    text-align: center;
}

.comic-script {
    margin-left: 20px;
}

.footer {
    margin-top: 20px;
    text-align: center;
}

#home-scroll-container {
    text-align: right;
    position: fixed;
    z-index: 2000;
    right: 0;
    bottom: 45px;
}

#home-scroll-container .ScrollTop {
    background-color: #dd9933 !important;
    margin-right: 10px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: white;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    border-radius: .75rem;
}

.author {
    font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, sans-serif;
    text-transform: uppercase;
}

.inline-title {
    font-weight: bold;
}
