.index-title{
    color: rgba(0,0,0,.84);
    margin-top:20px;
}
.index-sub{
    color: rgba(0,0,0,.54);

}
.index-text{
    margin-top:20px;
    color: rgba(0,0,0,.44);
}
.index-image{
    width: 400px;
}
.social-icon{
    color: rgba(0,0,0,.44);
    font-size:1.5rem;
}
.clock{
    margin-left: 25px;
}
.jumbotron.fortags a {
    background: #1C9963 !important;
}
.error{
    text-align: center !important;
}
@media(min-width: 769px){
    .md-nopad-right{
        padding-right: 0px !important;
    }
    .md-nopad-left{
        padding-left: 0px !important;
    }
}

/* Customized starts here */

.navbar {
    background-color: rgb(32, 116, 183);
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar-brand {
    color: white;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 34px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-weight: bold;
}

.main-content h1 {
    font-weight: normal;
    font-family: 'DM Serif Display', serif;
}

.section-title h2 {
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(0, 0, 0, .54);
}

.mediumnavigation .navbar-brand img {
    max-height: 40px;
}

.mainheading h1.posttitle {
    font-weight: normal;
    font-family: 'DM Serif Display', serif;
}

.mainheading h3.postsubtitle {
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(0, 0, 0, .54);
}

.share a {
    color: rgba(0, 0, 0, .8);
    fill: rgba(0, 0, 0, .8);
}

.article-post {
    /* font-family: 'DM Serif Text', serif; */
    font-weight: lighter;
}

.article-post h3 {
    font-family: 'DM Serif Text', serif;
    font-weight: lighter;
}

.article-post h4 {
    font-family: 'DM Serif Text', serif;
    font-weight: lighter;
}

.link-dark {
    font-family: 'Source Sans Pro', sans-serif;
}

.author-description {
    font-family: 'Source Sans Pro', sans-serif;
}

.blog-figure h4 {
    font-family: 'Source Sans Pro', serif;
    font-size: medium;
    text-align: center;
    margin-top: 20px;
}

.figure-float-left {
	max-width: 40%;
	height: auto;
    float: left;
    margin-right: 20px;
}

.figure-float-left h4 {
    font-family: 'Source Sans Pro', serif;
    font-size: medium;
    text-align: center;
    margin-top: 20px;
}

.card-title a {
    font-family: 'DM Serif Display', serif;
}

.card-text {
    font-family: 'Merriweather';
}

.author-thumb {
    margin-right: 10px;
}

.post-name {
    font-family: 'Source Sans Pro', serif;
}

.post-date {
    font-family: 'Source Sans Pro', serif;
}