body{
    font-family: 'Fjord One', serif;
    padding-top: 40px;
    //background-image: url('../img/texturetastic_gray.png');
}

#profile-pic{
    margin-bottom: 25px;
}

.cv-text{
    margin-top: 0.3em;
    //font-size: 0.1em;
}

#overview{
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#aboutme{
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#schedule{
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#resources{
    padding-top: 50px;
    min-height: 800px;
}

#research{
    min-height: 1225px;
    padding-top: 50px;
    //background-image: url('../img/tweed.png');
    //color: #ffffff;
}

#publications{
    padding-top: 50px;
    min-height: 800px;
}

.thumbnails li.blogpost {
    margin-left: 0;
}

#blog{
    padding-top: 50px;
}

.thumbnails > li > a{
    width: 150px;
    height: 150px;
    background-color: white;
}

th.date {
    width: 80px;
}

@media (min-width: 1000px) and (max-width: 1100px) { 
   .profile.affix address.lead{
        font-size: 18px;
        font-weight: 100;
        line-height: 23px;
   } 
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1100px) { 
   .profile.affix address.lead{
        font-size: 13px;
        font-weight: 100;
        line-height: 19px;
   } 
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
   .profile.affix{
        position: static;
        width: auto;
        top: 0;
   } 
}
