
body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}
.bg-footer-custom{background-color: #ce180e;}
.btn-black{background-color: #000000; color: #ffffff; border: #ce180e thin solid;}
.btn-black:hover{color:#ce180e }
.local-show{text-overflow: ellipsis;overflow: hidden; white-space: nowrap; padding: 6px 16px;}
.f-wt-600{font-weight: 600;}
.business-header {
    height: 42vh;
    min-height: 300px;
    background: url('/images/masbate-news-bg.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-bottom: solid 4px #000;
    text-shadow: #000 2px 3px 4px;
}

.card {
    height: 100%;
}
@media (max-width: 736px) {
    .mt-4{font-size: 2.7rem !important;}
    .business-header h3{font-size: 1.55rem !important;}
}