/* For screens 1024px wide or less */
@media (max-width: 1024px) {
    .quote {
        font-size: 46px;
    }
}

/* For screens 975px wide or less */
@media (max-width: 975px) {
    .quote {
        font-size: 40px;
    }
    .about-images {
        width: 100%;
    }
    
}

/* For screens 768px wide or less */
@media (max-width: 768px) {
    .quote {
        font-size: 50px;
    }
    .specialty-item {
        max-width: 360px;
    }
    .menu-box img {
        max-height: 300px;
}
.menu-box {
    max-width: 300px;
}
.fixed-buttons a {
    font-size: 14px !important;
    margin-right: 0px;
}
}
/* For screens 425px wide or less */
@media (max-width: 425px) {
    .quote  {
        font-size: 28px;
    }
    .specialty-item {
        max-width: 345px;
    }
    .fixed-buttons a {
        font-size: 12px !important;
        margin-right: 0px;
    }
}