body p{
    color: #666;
}

body li{
    color: #666;
}

p.lead{
    color: inherit;
}

h4{
    font-size: 20px;
}

a.clickable-card{
        position: absolute;
        top: 0; left: 0;
        height: 100%; width: 100%;
}

/* blog posts */

#blog-list img{
    max-width: 100%;
}

pre.highlight{
    margin: 0;
}

.post-content h2{
    margin-top: 25px;
    margin-bottom: 15px;
}

.post-content h3{
   font-size: 20px;
   font-weight: bold;
}

.post div.highlight{
    margin-bottom: 20px;
}


/* footer */

.footer-text{
    color: #AAA;
    font-size: 14px;
    line-height: 50px;
}

div.footer-supported-by{
    color: #AAA;
    font-size: 14px;
    list-style-type: none;
}

div.footer-supported-by a{
    padding-left: 20px;
    padding-right: 20px;
}

span.footer-link{
    color: #CCC;
    font-size: 16px;
    margin-left: 10px;
}

/* Responsive design */
@media screen and (max-width: 750px) {
    h1 {
        font-size: 30px !important;
    }
}


@media screen and (max-width: 568px) {
    body {
        font-size:14px !important;
    }

    h1 {
        font-size:20px !important;
    }

    h2 {
        font-size:20px !important;
    }

    h4 {
        font-size:18px !important;
    }

    .lead{
        font-size:16px !important;
    }
}


/*About me page*/

div.experience{
    padding-bottom: 15px;
}

p.years{
    color: #aaa;
    font-size: 14px;
    padding: 0;
    line-height: 14px;
    margin: 0px 0px 5px 0px; 
}

p.experience_desc{
    font-size: 14px;
}

div.education {
    margin-bottom: 30px;
}

div.education p {
    margin: 0;
}

/* Blog */

article.post img{
    max-width: 100%;
    margin: 10px 0;

}


