#hero {
    background:
            url('/image/kitchen-and-bath/kitchen-and-bath-center-hero.jpg') rgba(0,0,0,0.7);
    background-size: cover;
    background-blend-mode: multiply;
}

.card {
    padding: 2px;
}

.fontHand {
    font-family: "Gochi Hand", cursive;
    font-style: normal;
}

.highlighter {
    margin: 0 -0.4em;
    padding: -0.4em -0.8em;
    border-radius: 0.5em 0.1em;
    background: transparent linear-gradient(
            to right,
            rgba(255, 225, 0, 0.1),
            rgba(255, 225, 0, 0.7) 4%,
            rgba(255, 225, 0, 0.3)
    );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.tileBg {
    background-image: url("/image/texture/tile.jpg");
    background-repeat: repeat;
    background-size: 200px;
}

.brickBg {
    background-image: url("/image/texture/gray-brick.jpg");
    background-repeat: repeat;
    background-size: 300px;
}

.tab {
    color: gray;
}
.tab:hover {
    cursor: pointer;
}

.tabUnderline {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
    text-decoration-color: #d40029;
    color: black;
    font-weight: bolder;
}
