
.subnav-hero-section {
    text-align: center;
    background: #1779ba;
    background-image: url('/img/blue_crab_cooked.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 340px;
    border-top: 1px solid rgba(0, 0, 0, .4);
}

.subnav-hero-section .subnav-hero-headline {
    color: #fefefe;
    text-shadow: 2px 2px rgba(0, 0, 0, .5);
    font-size: 3.0em;
    font-weight: bold;
    line-height: 1.0em;
    font-style: italic;
    text-transform: uppercase;
}

.subnav-hero-subnav {
    float: none;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    width: 100%;

}

.subnav-hero-subnav li {
    float: none;
    display: inline-block;
}

.subnav-hero-subnav li a {
    padding: 0.9rem 1rem;
    font-size: 0.75rem;
    color: #fefefe;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.35s ease-in-out;
}

.subnav-hero-subnav li a.is-active {
    background: rgba(254, 254, 254, 0.15);
}

.subnav-hero-subnav li a:hover {
    background: rgba(254, 254, 254, 0.15);
}

