/* here you can put your own css to customize and override the theme */
.pre-header, .pre-header  a, .pre-header a:link {
    color:#fff;
    background:#333;
}

.header {
    background:url(../../../img/header-bg.png);
}

.site-logo {
    margin-right:40px;
    padding-top:0px;
    padding-bottom:6px;
}

.site-logo > img {
    height:70px;
}

.header-navigation {
    height:100%;
}

.header-navigation > ul > li > a {
    padding:40px 12px 20px;
}

.header-navigation ul > li.active > a {
    background-color:rgba(250, 250, 250, 0.7);
    border-bottom:2px solid #419cdb;
}