body {
    padding-top: 70px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Hyphenation */
@supports ((hyphens: auto)
           or (-webkit-hyphens: auto)
           or (-moz-hyphens: auto)) {
    div.line-block, p {
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        text-align: justify;
    }
}

#sidebar .list-group, #sidebar .list-group-item {
    background-color: transparent;
}

/* for list-groups nested within a list-group-item, reset the bottom margin */
.list-group-item > .list-group {
    margin-bottom: 0px;
}

/* for list-group-items nested within a list-group-item, reset the bottom
   padding of the last item, b/c the containing item has paddimg already
 */
.list-group-item .list-group-item:last-child {
    padding-bottom: 0px;
}

.list-group-item {
    border: none;
}

.tag-0 {
    font-size: 16pt;
}

.tag-1 {
    font-size: 13pt;
}

.tag-2 {
    font-size: 10pt;
}

.tag-3 {
    font-size: 8pt;
}

.tag-4 {
    font-size: 6pt;
}

#aboutme {
    padding-top: 0px;
    padding-bottom: 5px;
}

#sidebar {
    padding-top: 0px;
    word-break: break-word;
    hyphens: auto;
}

#sidebar a {
    color: inherit;
}

.icon-label {
    margin-left: 10px;
}

/* Example for how to control spacing between icon and label in specific
   lists in the sidebar. To change, override in your CUSTOM_CSS           */
#sidebar #social i {
    margin-right: 3px;
}

a, a:hover {
    color: inherit;
}

.entry-content a,
.summary a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.entry-content a:hover,
.summary a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content figcaption, .caption {
    font-size: small;
    margin-bottom: 2px;
}

.summary img {
    max-width: 100%;
    height: auto;
}

blockquote {
    font-size: inherit;
    font-style: italic;
}

blockquote em {
    font-size: inherit;
    font-style: normal;
}

.floatright, .align-right {
    float: right;
}

.floatleft, .align-left {
    float: left;
}

.lightbox-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.floatcenter, .align-center {
    width: 100%;
}

figure.floatright, div.lightbox-block.align-right {
    margin-left: 4px;
}

figure.floatleft, div.lightbox-block.align-left {
    margin-right: 4px;
}

figure.floatcenter, div.lightbox-block.align-center {
    margin-bottom: 11px;
}

.highlighttable pre {
    /* Removes bootstrap default margin-bottom */
    margin-bottom: 0px;
}

.highlighttable {
    /* Adds them margin-bottom to highlightable instead of <pre> */
    margin-bottom: 11px;
}

.highlighttable {
    width: 100%;
}

#categories ul, #tags ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.footnote {
    font-size: 90%;
}

.docutils.footnote td.label {
    display: table-cell;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    white-space: inherit;
    border-radius: inherit;
}

.categories-timestamp {
    color: #AAAAAA;
    font-size: 0.9em;
    margin-right: 10px;
}

.tagcloud li {
    padding: 0px;
}

#banner {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover;
    background-color: #C4C4C4;
    margin: 0 0 20px;
    padding: 70px 0; /*controls padding around inner text*/
    position: relative;
}

#banner .copy {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: inline;
    float: left;
    max-width: 600px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

#banner h1 {
    color: #fff;
    font-family: "HelveticaNeue-CondensedBold","Helvetica Neue CE 600 Condensed","Helvetica Neue LT Condensed","Helvetica Neue 600 Condensed","HelveticaNeue-BoldCondensed","Helvetica Neue BoldCondensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 60px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase;
}
#banner .intro {
    color: #fff;
    font-size: 21px;
    line-height: 1.33;
    opacity: 0.75;
}
#banner .btn, #banner .intro {
    margin-left: 4px;
}

/* Solutions for mobile and small screens  */
@media (max-width: 650px) {
    #banner h1{
       font-size: 30px; /* !important;*/
    }
    #banner .intro{
        font-size: 16px;
    }
}

.gap-right {
    margin-right: 10px;
}

.gap-left {
  margin-left: 10px;
}

div.admonition {
    margin: 20px 0px;
    padding: 9px;
    border-radius: 3px;
    background-color: #fcf8e3;
    border: 1px solid #ffeb81;
    color: inherit;
}

div.admonition tt.xref, div.admonition code.xref, div.admonition a tt {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
}

div.admonition p.admonition-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 10px 0;
    padding: 0;
}

div.admonition p:last-child {
    margin-bottom: 0;
}

.label-default {
    color: #333;
    border: solid 1px #ccc;
    font-weight: normal;
    vertical-align: text-top;
    padding: .1em .6em .2em;
    background-color: #fff;
    line-height: 1.6;
}

.toctitle {
    display: block;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.toc li {
    list-style-type: decimal;
}

#social i {
    display: none;
}

.well {
    box-shadow: none;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    color: #555555;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
    color: #555555;
}

:target::before {
    content: "";
    display: block;
    height: 60px; /* fixed header height */
    margin: -60px 0 0; /* negative fixed header height */
}

.entry-content table {
    margin-left: auto;
    margin-right: auto;
}

.entry-content table td,
.entry-content table th {
    padding: 3px 4px;
}

.entry-content p + table {
    margin-bottom: 10px;
}

.entry-content li > ol,
.entry-content li > ul {
    margin-top: 10px;
}

.entry-content li {
    margin-bottom: 10px;
}

#pec-decrypt-form p {
    margin-bottom: 20px;
}