@media (min-width: 768px) and (max-width: 1433px) {
    /* Tablet-only styles here */
    #featured h1{
        font-size: 2.5rem;
    }

    .hero-recipes p{
        font-size: 1rem;
    }
    
}

@media (max-width: 768px) {
    /* Tablet-only styles here */
    h1.h3 {
        margin-top: 3rem;
    }
    
}

.nav-link:focus-visible {
    outline: -webkit-focus-ring-color auto 1px !important;
}

#ot-sdk-btn {
    outline-offset: 5px;
}

h3.h6 {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    font-weight: bold;
}

.feedgood-signature {
    font-size: 1.75rem;
    line-height: 1.1428571429;
    font-family: "quincy-cf", Times, serif;
    letter-spacing: -0.0625rem;
    font-weight: bold;
}