h2.intro {
    font-size: 3.75rem;
    line-height: 5rem;
    text-align: center;
    display: none !important;
}

.call-to-action .section-overlay-layer {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(0, 5, 8, 0.30) !important;
}

.section-header h2 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 1.7rem;
    line-height: 3.125rem;
}

.post-list .content-area.col-md-2 {
  min-height: 265px;
}

div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng {
    border: none;
    background-color: rgb(107, 195, 69);
    color: #ffffff;
}
@media (max-width: 460px){
.navbar-brand > img {
    max-height: 46px;
}
}
@media only screen and (min-width: 1025px) {
        .m-only {
            display:none !important;
        }
    } 
    @media only screen and (max-width: 1026px) {
        .d-only {
            display:none !important;
        }
    } 