.section.dark {
    background-color: #595959;
}
#site-nav > ul > li > a {
    color: #595959;
    padding: 30px 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.icon.circle, .icon.square {
    color: #595959;
}
h1, h2, h3, h4, h5, h6 {
    color: #595959;
    font-weight: 500;
}
h1 {
    font-size: 20px;
    line-height: 1.2;
}
#site-nav ul ul {
    background-color: #595959;
}
.site-title img {
    padding-bottom: 25px;
}
#site-nav > ul > li.over > a {
    background-color: #595959;
}