.logo-container {
    text-decoration: none;
    display: inline-block;
}

.logo-text {
    font-family: 'Arial Black', 'Helvetica', sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -1px;
    line-height: 1;
}

.logo-pavlov {
    background: url('../images/blue_cold_no_logo.jpg');
    background-size: cover;
    background-position: top;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
    padding-right: 4px;
    /* -webkit-text-stroke: 1px #1a2332; */
}

.logo-five {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem;
    padding-right: 4px;
    margin-left: -4px;
    
    background: url('../images/single_redish_shack_logo.webp');
    background-clip: text;
    background-size: cover;
    background-position: top right;
    /* -webkit-text-stroke: 1px #1a2332; */
}

.logo-underline {
    height: 3px;
    background: linear-gradient(90deg, #e74c3c 0%, #f2716f 100%);
    width: 100%;
    margin-top: -2px;
    border-radius: 2px;
}
