#navbar {
    min-height: 50px;
    background: #fd0003;
    border-bottom: 5px solid #eee;
    position: relative;
}
.nav-menu > li > a:hover, .nav-menu > .current-menu-item > a, .navigation .current-menu-parent > a, .navigation .current-menu-parent > a:hover, .nav-menu > .current-menu-item > a:hover {
    color: #464646;
    background: #ffffff;
    text-decoration: none;
}
.nav-menu ul {
    margin: 0;
    background: #fd0003;
    width: 190px;
    box-shadow: 0px 0px 5px rgba(14, 13, 13, 0.78);
}
.nav-menu ul li > a:hover {
    color: #464646;
    background-color: #ffffff;
    background-image: none;
    text-decoration: none;
    border-color: transparent;
}
#header-image {
    display: block;
    margin-top: -43px;
}
#masthead {
    position: relative;
    padding: 0 0px;
}

#footer {
    color: #fff;
    position: relative;
    padding: 25px 25px 0;
    background: #FD0003;
    font-size: 12px;
    min-height: 5px;
    border-top: 5px solid #eee;
}
#footer-bottom {
    color: #9f9f9f;
    font-size: 11px;
    padding: 10px 25px;
    background-color: #022C4E;
    border-top: 1px solid #022C4E;
    margin: 0;
}
#home-wrap .heading {
    text-align: center;
    text-transform: uppercase;
    color: #516482;
    font-weight: bold;
    font-size: 25px;
    margin-top: 0;
}
.page-header h1, .page-header h2 {
    font-size: 24px;
    line-height: 1.2em;
    color: #516482;
    margin: 0px;
    max-width: 85%;
}
h2{
    font-size: 25px;
    color: #516482;
}
h3,h4,h5,h6 {
 color: #516482;
}  

.portfolio-entry-excerpt {text-align: center;
  font-weight: 600;
  color: #2F3293;
}
