body {
    margin: 0;
    padding: 0;

    background-image: url('image/pineex.jpg');  /* Replace 'path/to/your/background-image.jpg' with the actual path to your image file */
    background-repeat: no-repeat;
    background-size: cover; /* You can use 'contain' or other values based on your preference */
    background-position: center center; /* Adjust the position as needed */

    font-size: 16px;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.calendar {
    width: 100%;
    border-collapse: collapse;
}

#calendar-heading {
    padding-bottom: 20px;
}

.calendar th,

.calendar td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.calendar th {
    background-color: #f6d7515a; 
}

.day {
    cursor: pointer;
    background-color: #ccc; 
    color: #fff;
    font-weight: bold;
    position: relative;
}

.dimmed-day {
    background-color: #ddd;
    color: #5E5E5E;
}

.day-number {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.countdown {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #cc0000; /* Dark red countdown text */
}

#countdown-message {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    color: #cc0000; /* Dark red countdown message */
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    margin: 20px auto;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #888;
    border: none;
    background: none;
}

.close-modal-button {
    background-color: #cc0000; /* Dark red close button */
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.close-modal-button:hover {
    background-color: #990000; /* Darker red on hover */
}

.modal img {
    max-width: 100%;
    height: auto;
}

.cracker-joke {
    text-align: center;
    margin-top: 20px;
}

.cracker-icon {
    width: 50px; /* Adjust the size as needed */
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

#banner {
    background-color: rgba(240, 240, 240, 0); /* Transparent background color */
    padding: 10px; /* Add padding for spacing */
    text-align: center; /* Center the content horizontally */
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner h1 {
    margin: 0;
    color: #333; /* Normal text color */
    background-color: transparent; /* Transparent background */
    display: flex;
    align-items: center; /* Align items vertically within the flex container */
}

#xmaslogo {
    margin-right: 10px; /* Adjust the margin as needed */
    max-height: 100px; /* Set a maximum height for the logo */
}




label {
    display: block;
    margin-left: 75px;
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    display: inline-block;
    border-radius: 10px;
}


audio {
    display: block;
    margin-left: 75px;
    margin-bottom: 10px; /* Adjust as needed for spacing */
    font-size: 16px; /* Adjust as needed for font size */
}

.calendar-container {
    max-width: 500px;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white calendar background */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.day button {
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    white-space:nowrap;
    display: inline;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inline;
}

/* Adjust animation duration and timing function as needed */
