.banner {
    min-height: 150px;
    width: 100%;
    background: linear-gradient(90deg, #153E7C .26%, #147FA0 100%);
}
.navbar{
    line-height: 100px;
}
.top-header.left-curve {
    border-radius: 0 0 0px 0px;
}
.top-header {
    padding: 5px 0;
    color: #fff!important;
    font-size: 13px;
}
.top-header, article.post .entry-header .year, .wpcf7-form input.wpcf7-submit ::before, .btn-primary::before {
    background-color: coral;
}