body {
    font-family: "Arimo", sans-serif !important;
    padding-top: 60px;
}
@media (max-width: 979px) {
    body { padding-top: 0; }
}
h2, h3 { 
    font-family: "Open Sans Condensed", sans-serif !important;
}

h2 span {
    font-family: "EB Garamond", serif !important;
}
#projects ul li:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#projects ul li img {
    opacity: .8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#project-carousel img {
    margin: 0 auto;
}
i.signature { font-family: "Alex Brush", cursive; font-size: 2em; }
#pager { margin-top: 5px; margin-right: 5px; }
.carousel-control { top: 50% !important; }
#categories p { text-align: center; margin-bottom: 2em; }
#project_desc { padding-top: 1em;}
@media (max-width: 979px) { #project_desc { padding-top: 0; } }

span.copy {  
    display: block; font-weight: normal;
    font-size: 14px;
  line-height: 1;
  color: #999999;
}