html {
    font-size: 16px;
}

html,
body {
    width: 100%;
}


/*
    Header
*/
.header {
    padding: 0.2em 0.8em 0;
    background-color: #eee;
    color: #2d2d2d;
}

.brand-section {
    text-shadow: 1px 1px 0 #fafafa;
}

.header-menu .glyphicon {
    margin-right: 0.3em;
}

.container a {
    color: #3f3f3f;
}

.container {
    margin-top: 0;
    margin-bottom: 0;
}

.news,
.search-form {
    padding: 1.8em 0 0;
    position: relative;
}

.search-form ul {
    padding: 0;
}

.search-form .form-group {
    display: inline-block;
}

.search-form label {
    font-size: 0.8em;
    padding: 0; 
}

.search-form label:before {
    content: "|";
    padding-right: 1em; 
}

.search-input {
    border: 1px solid #ccc; 
}

.search-group {
    margin-top: -0.2em;
}

@media screen and (max-width: 767px) {
    .brand-section {
        text-align: center;
    }
    .news {
        display: block;
        text-align: center;
        padding-top: 0.6em;
    }
    .search-form,
    .search-list {
        display: inline-block;
        padding: 0 1em;
        margin: 0;
    }

    .search-form {
        text-align: center;
    }

    .search-form label:before {
        content: none;
    }
}

/*
    Navigation
*/
.nav-container {
    background: #ccc;
}
.nav {
    padding-top: 2em;
}

@media screen and (max-width: 990px) {
    .header {
        padding: 0.4em 0.8em;
    }
    .nav {
        padding: 0.4em;
    }
    .nav-tabs > li > a {
        border-radius: 4px;
    }

}

/*
    Content
*/

.main-content {
    margin-top: 1.8em;
}

h2 {
    position: absolute;
    margin-top: -15px;
    margin-left: 15px;
    padding: 2px 20px;
    font-size: 1.2em;
    background: black;
    color: white; 
}

@media screen and (max-width: 991px) {
    .main-content {
        margin-top: 0.2em;
    }
    h2 {
        position: relative;
        display: block;
        margin: 10px;
    }
}

.info li {
    padding: 0;
}

.info .extra {
    padding: 0.1em 0.8em;
    background-color: #4E4E4E;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.post-container {
    margin-top: 30px; 
    height: auto;
    border-bottom: 1px solid gray;
}

.post-container:after {
    display: block;
    content: " ";
    clear: both;
}

.post-container:last-child {
    border: none;
}

.post-container .category,
.post-container .author {
    font-weight: bold;
}

.tags .tag {
    text-decoration: underline;
}

.tags .tag:hover {
    text-decoration: none;
    color: #a5a5a5;
}

.post-container .category:after {
    content: "|";
    position: relative;
    padding-left: 0.4em;
    top: -1px;
}

.post-container .glyphicon {
    padding: 5px;
}

.post-container .list-inline {
    margin-left: 0;
}

.post-content h3 {
    margin: 0 0 0.6em;
}

.post-content img {
    margin: 12px 0;
    width: 100%;
    height: 250px;
    background: gray;
}

.comments {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    padding-left: 0;
    padding-right: 0;
}


@media screen and (max-width: 999px) {
    .comments {
        width: 100%;
        border: none;
    }
}

.interview-header {
  margin-left: 26px;
}

.interview {
    margin: 0;
    padding-bottom: 20px;
    background-color: #ccc;
}

.interview .caption {
    padding-top: 0;
}

.no-gutter {
    padding: 0;
}

.thumbnail {
    padding-top: 30px;
    border: none;
    border-radius: 0;
}

.comment-section {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 0 15px;
}

.interview h3 {
    margin-top: 10px;
}

.media {
    margin-top: 0;
}

.media-list {
    padding-top: 30px;
}

.media-object {
    height: 50px;
    width: 50px;
}

.media-heading {
    font-weight: bold;
}

div.info {
    padding: 0 15px;
}

div.info li {
    padding: 0;
}

.info-list h4 {
    margin: 3px 0 0 0;
}

a.important:before,
span.important:before,
ul.important li:before {
    content: "\e010";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 0.7em;
    padding: 0 4px;
    line-height: 1;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.important:focus,
.important:focus {
    text-decoration: none;
}

ul.list-bold li {
    font-weight: bold;
}

.ad {
    padding: 15px;
    margin-bottom: 10px;
    background-color: #ccc;
}

.ad-source,
.ad-theme {
    margin: 0;
}

.ad-theme {
    font-weight: bold;
    padding-top: 5px;
}

.ad-image {
    margin: 5px 0;
    width: 100%;
    height: 130px;
}

.ad h3,
.ad h4 {
    text-transform: uppercase;
}

.ad h4 {
    padding-top: 10px;
}

/*
    Footer
*/

footer {
    margin-top: 15px;
    padding: 20px 0; 
    border-top: 3px solid gray;
}


.github-home {
    display: block;
    position: fixed;
    top: 30px;
    min-width: 60px;
    padding: 5px 5px 0;
    background-color: black;
    color: white;
}


.github-home .octicon,
.github-back {
    display: inline-block;
    height: 28px;
    width: 28px;
    fill: white;
}

.octicon {
    margin-bottom: -6px;
}