@charset "UTF-8";
/* CSS Document */

.intro {
    background-image: url("pancakeshome.jpg");
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.intro h1,
.intro p {
    color: white;
    text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.topnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    height: 90px;
    background-color: #5a2e1f;

    display: flex;
    align-items: center;
    padding: 0 20px;

    z-index: 9999;
    box-sizing: border-box;
}

.menu-icon {
    font-size: 32px;
    color: white;
    cursor: pointer;
}

.nav-logo {
    height: 65px;
    width: auto;
    margin-left: auto;
    display: block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 90px;
    left: 20px;
    background-color: #fff4df;
    border: 2px solid #5a2e1f;
    min-width: 200px;
    z-index: 10000;
}

.dropdown-menu a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #5a2e1f;
    font-weight: bold;
}

.dropdown-menu a:hover {
    background-color: #f4a53a;
    color: white;
}
body {
    margin: 0;
    background-color: #f4e1b9; /* warm breakfast color */
}

/* HEADER */

.logo {
    width: 120px;
    margin-bottom: 10px;
}

.dark {
    background-image: url("breakfast.jpg");
    background-size: cover;
    background-position: center;
}

.dark {
    background-color: rgba(90, 46, 31, 0.85);
    background-blend-mode: darken;
}

.header {
    padding: 60px 0;
}

.header h1 {
    font-size: 60px;
    color: #5a2e1f;
    letter-spacing: 3px;
}

.header p {
    color: #5a2e1f;
}

/* SECTIONS */
.section {
    padding: 60px 0;
}

.hours-section {
    background-color: #f4e1b9;
    padding: 60px 0;
}

.hours-section h2 {
    color: #5a2e1f;
    margin-bottom: 25px;
}

.hours-box {
    background-color: rgba(255, 244, 223, 0.95);
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.hours-box p {
    color: #5a2e1f;
    margin: 15px 0;
}

/* DARK MENU SECTION */
.dark {
    background-color: #5a2e1f;
}

.dark h3,
.dark p {
    color: white;
}

/* BUTTON */
.cta-btn {
    display: inline-block;
    background-color: #f4a53a;
    color: white;
    padding: 12px 25px;
    margin-top: 20px;
    cursor: pointer;
}

/* FOOTER */
.footer {
    padding: 20px 0;
    background-color: #5a2e1f;
}

.footer p {
    color: white;
}

.about-section {
    background-image: url("pancakeshome.jpg");
    background-size: cover;
    background-position: center;

    padding: 80px 0;
}

.about-box h2 {
    color: #5a2e1f;
}

.about-box p {
    color: #5a2e1f;
}

.about-box {
    background-color: rgba(255, 244, 223, 0.9); /* your pale color */
    padding: 30px;
    border-radius: 10px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.about-box {
    background-color: rgba(255, 244, 223, 0.9); /* your pale color */
    padding: 30px;
    border-radius: 10px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.about-box h2 {
    color: #5a2e1f;
}

.about-box p {
    color: #5a2e1f;
}

.about-section {
    background-color: #fff4df;
    padding: 60px 0;
    border-top: 3px solid #d9b36c;
    border-bottom: 3px solid #d9b36c;
}

.about-section h2 {
    color: #5a2e1f;
    margin-bottom: 20px;
}

.about-section p {
    color: #5a2e1f;
    font-size: 18px;
    line-height: 1.8;
}

.calendar-section {
    background-color: #f4e1b9;
    padding: 60px 0;
}

.calendar-section h2 {
    color: #5a2e1f;
    margin-bottom: 20px;
}

.calendar-section p {
    color: #5a2e1f;
    font-size: 18px;
}

.calendar-section {
    background-color: #f4e1b9;
    padding: 60px 0;
}

.calendar-section h2 {
    color: #5a2e1f;
    margin-bottom: 30px;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    background-color: rgba(255, 244, 223, 0.95);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.calendar-day {
    background-color: white;
    border: 2px solid #d9b36c;
    min-height: 80px;
    padding: 10px;
    box-sizing: border-box;
    color: #5a2e1f;
    font-weight: bold;
}

.calendar-day.header {
    background-color: #5a2e1f;
    color: white;
    text-align: center;
    min-height: auto;
}

.calendar-day.blank {
    background-color: transparent;
    border: none;
}

.special {
    background-color: #fff0cc;
    border: 2px solid #f4a53a;
}

.closed {
    background-color: #f8d7da;
    border: 2px solid #a94442;
}

.event {
    font-size: 12px;
    margin-top: 5px;
    font-weight: normal;
}

.reservation-section {
    background-color: #fff4df;
    padding: 60px 0;
}

.reservation-section h2 {
    color: #5a2e1f;
    margin-bottom: 10px;
}

.reservation-section p {
    color: #5a2e1f;
    margin-bottom: 30px;
}

.reservation-box {
    background-color: rgba(255, 244, 223, 0.95);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.reservation-box label {
    color: #5a2e1f;
    font-weight: bold;
}

.reservation-box input,
.reservation-box textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #d9b36c;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 16px;
}

.reserve-button {
    background-color: #5a2e1f;
    color: white;
    border: none;
    padding: 14px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

.reserve-button:hover {
    background-color: #7a402a;
}

.menu-section {
    background-color: #f4e1b9;
    padding: 60px 0;
}

.menu-section h2 {
    color: #5a2e1f;
    margin-bottom: 30px;
}

.menu-category {
    color: #5a2e1f;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.menu-card {
    background-color: rgba(255, 244, 223, 0.95);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    text-align: center;
    min-height: 420px;
    box-sizing: border-box;
}

.menu-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.menu-card h3 {
    color: #5a2e1f;
    font-size: 22px;
    margin-bottom: 10px;
}

.menu-card p {
    color: #5a2e1f;
    font-size: 16px;
}

.price {
    font-weight: bold;
    margin-top: 10px;
}