/*
Theme Name: Katakombs HB
Description: Custom WordPress theme for Katakombs
Author: Olrosa
Version: 1.0
*/

.hero {
    padding-top: 120px !important;
}

@media (max-width: 768px) {
    .hero {
        padding-top: 100px !important;
    }
}