.thin-peak-hero {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-top: -10px;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 150px;
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 20px;
    box-sizing: border-box;
}
.thin-peak-hero.fourteeners {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05)),
    url('/images/headerimages/hi_14ers_1920x350.jpg');
}
.thin-peak-hero.routes {
    background-image: linear-gradient(rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.01)),
    url('/images/headerimages/hi_routes_1920x350.jpg');
}
.thin-peak-hero.routes h1 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}
.thin-peak-hero.peakstatus {
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25)),
    url('/images/headerimages/hi_peakstatus_1920x350.jpg');
}
.thin-peak-hero.trailheads {
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15)),
    url('/images/headerimages/hi_trailheads_1920x350.jpg');
}
.thin-peak-hero.tripreports {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.05)),
    url('/images/headerimages/hi_tripreports_1920x350.jpg');
}
@media (min-width: 800px) {
    .thin-peak-hero {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding: 20px calc(50vw - 600px) 20px 20px;
    }
    .hero-text-body h1 {
        font-size: 28px;
        margin-bottom: 2px;
    }
    .hero-text-body p {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .thin-peak-hero {
        height: 120px;
    }
}

.thin-peak-hero h1 {
    color: #ffffff;
    margin: 0 0 5px 0;
    font-size: 28px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
.thin-peak-hero p {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}