﻿.colon {
    width: 6px;
    height: 25px;
    background-color: transparent;
    display: inline-block;
}

.digit {
    width: 25px;
    height: 25px;
    background-color: transparent;
    display: inline-block;
}

.millisecond .digit {
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

#main-navbar {
    border: none;
    background-color: #060606;
    background-image: none;
}

h3.text-muted.navbar-brand {
    font-size: 34px;
    color: #888888;
}

h3.text-muted.navbar-brand:hover {
    color: #888888;
}

/* iPhone 5 & 5S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    h3.text-muted.navbar-brand {
        font-size: 23px;
    }
}
/* iPhone 6 Plus in portrait & landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    /* STYLES GO HERE */
}
/* iPhone 6 in portrait & landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    /* STYLES GO HERE */
}

.navbar-toggle {
    margin-top: 25px;
}

div.tag-list {
    float: right;
}

ul.tags {
    list-style: none;
}

ul.tags li {
    display: inline;
}

a.tag {
    color: white;
    padding: 3px;
    margin-right: 3px;
}

a.tag:hover {
    background-color: #2a9fd6;
    text-decoration: none;
}

ul.serieslinks li {
    display: inline;
    list-style-type: none;
}

ul.serieslinks li::after {
    content: ' |';
}

ul.serieslinks li:first-child::after {
    content: none;
}

ul.serieslinks li:last-of-type::after {
    content: none;
}

li.serieslinkname {
    font: bold;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.jumbotron {
    height: 300px
}

img.profile {
    border: 2px white solid;
    border-radius: 3px;
    height: 200px;
    width: 200px;
}

img.about {
    border: 2px white solid;
    border-radius: 3px;
    height: 400px;
    width: 300px;
}

div.posts .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

div.posts .panel-body {
    min-height: 100px;
}

div.posts-row,
div.posts-row div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
}

div.posts-row .panel {
    width: 100%
}

span.post-date {
    display: inline-block;
    width: 130px;
}


/* Custom page footer */

.footer {
    padding-top: 20px;
}

.post-footer a.bmc-button{
    float: right;
}

/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
}