/* Hero Section */
.hero {
    background: url('images/trianglediner-wide.jpg') no-repeat center top;
    background-size: cover;
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

/* Shaded Background Behind Hero Text */
.hero-text {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 40px;
    border-radius: 10px;
    max-width: 80%;
}

/* Footer Links */
.footer-link {
    color: #bbb;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-link:hover {
    color: white;
    text-decoration: underline;
}
