/* Book Baja — Hero Title Overrides */
/* Reduces the massive #top h1 so it doesn't overwhelm the featured image */

#top h1 {
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-transform: none;
    max-width: 800px;
}

@media (max-width: 1024px) {
    #top h1 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    #top h1 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    #top h1 {
        font-size: 26px;
    }
}
