/* always show scrollbars */
html {
    overflow-y: scroll;
}

body {
    padding-top: 20px !important;
}

footer {
    padding: 10px 0 !important;
    text-align: center;
}

.vertical-center {
    display: flex;
    align-items: center;
}

#title {
    color: #cd0200;
}

#about {
    border: none !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.list-group .title {
    /* overrides margin-top/-bottom from header class */
    margin: 0 0 2px 0;
}

.list-group .date {
    font-size: 13px;
    margin: 0 16px 0;
}

.post .title {
    font-weight: 600;
}

.post .title a {
    color: inherit;
    text-decoration: none;
}

.post .date {
    margin: 0 0 16px;
}

.post .imagebox {
    padding: 0 0 10.5px;
}
.post .imagebox .img-responsive {
    margin: 0 auto;
}

.post .imagebox .caption {
    text-align: center;
    font-style: italic;
}


.post .nav {
    margin: 20px;
}

.post .nav .prev {
    text-align: left;
}

.post .nav .mailing-list {
    text-align: center;
}

.post .nav .next {
    text-align: right;
}

.post .post-content {
    border-bottom: 1px solid #ccc;
}

/* responsive youtube http://avexdesigns.com/responsive-youtube-embed/#sthash.MLbvEtJI.dpuf */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10.5px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
