/**
 * All custom CSS modifications should be kept in this file. When updating move this file
 * from the old installation to the updated one. This will preserve all your CSS customisations.
 *
 * This file gets included last, so any CSS rule written below will override a previously declared one.
 *
 * Add your CSS modifications below:
 */
.portfolio-navigation .navigation {
    top: 0;
}

.grid-project .hover-box {
    background: rgba(0, 0, 0, 0.4);
}

.grid-project .hover-box b {
    font-size: 16px;
    text-transform: none;

}

.site-navigation a {    
    text-transform: none;
    font-size: 14px;
    color: #444;
}

.sidebar .title {
    text-transform: none;
}

.widget-title {
    text-transform: none;
}

.portfolio-navigation h3 {
  font: normal 16px/28px Questrial, "Lato";
}

.button-minimal, .entry-content .button-minimal, .widget .button-minimal {
  font: normal 13px/26px Questrial, "Lato";
  text-transform: none;
}

#header hgroup {
  width: 260px;
  border-right: none;
}