body {
    background-color: #111111;
    color: #eeeeee;
    font-family: Arial, sans-serif;

    margin: 0;
    padding: 0;
}

h1 {
    color: #ff6600;
    font-size: 3rem;
}

.navbar {
    display: flex;
    align-items: center;
    gap: 30px;

    background-color: #f8f9fa;

    padding: 10px 20px;
}

.navbar-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.navbar-links a {
    text-decoration: none;
    color: #666666;

    font-family: "Luckiest Guy", Arial, sans-serif;
    font-size: 1.1rem;
    
}

.navbar-links a:hover {
    color: #000000;
}

#title {
    background-color: #3ccb34;
    color: #ffffff;
    padding: 3% 15% 7%;
}

.title-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.title-text {
    flex: 1;
    min-height: 300px;
}

.title-card {
    flex: 1;
    min-height: 300px;
    position: relative;
}

.title-image {
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
    left: 30%;
    top: 20%;
    border-radius: 8px;
}

.big-header {
    font-family: "Luckiest Guy", Arial, sans-serif;
    color: white;
    font-size: 50px;
    text-align: center;
}

.second-header {
    font-family: "Luckiest Guy", Arial, sans-serif;
    color: white;
    font-size: 25px;
    text-align: center;
}

.body-text {
    font-family: "Faustina", serif;
    color: white;
    font-size: 20px;
}

#holidays {
    background-color: #ffffff;
    position: relative;
}

.holidays-container {
    display: flex;
    padding: 7% 15%;
}

.holiday-box {
    flex: 1;
    padding: 4.5%;
}

.holiday {
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.holiday-title {
    font-family: "Luckiest Guy", Arial, sans-serif;
    font-size: 3.5rem;
    text-align: center;
    color: green;
}

.body-text-white-bg {
    font-family: "Faustina", serif;
    color: green;
    font-size: 22px;
}

#gallery {
    background-color: #3ccb34;
    padding: 7% 15%;
}

.gallery-container {
    display: flex;
    justify-content: center;
}

.gallery-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.gallery-container {
    position: relative;
    align-items: center;
}

.gallery-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 4rem;
    border: none;
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.45);
    color: white;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
}

.gallery-button-prev {
    left: 1rem;
}

.gallery-button-next {
    right: 1rem;
}

.gallery-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#viewing-info {
    background-color: #ffffff;
    padding: 7% 15%;
}

.viewing-info-container {
    width: 100%;
}

.display-1 {
    font-family: "Luckiest Guy", Arial, sans-serif;
    color: green;
    font-size: 4rem;
    text-align: center;
}

#schedule {
    background-color: #3ccb34;
    padding: 7% 15%;
    color: white;
}

.schedule-container {
    width: 100%;
}

.schedule-heading {
    color: white;
}

#schedule h2 {
    font-family: "Luckiest Guy", Arial, sans-serif;
    color: white;
    text-align: center;
    font-size: 2rem;
}

#location {
    background-color: #ffffff;
    padding: 7% 15%;
}

.location-container {
    width: 100%;
    text-align: center;
}

.location-body {
    max-width: 800px;
    margin: 0 auto;
}

#map-section {
    background-color: #ffffff;
    padding: 0;
}

.map-frame {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

#footer {
    background-color: #ffffff;
    padding: 4% 15%;
    text-align: center;
}

.footer-container {
    width: 100%;
}

.fb-xmas {
    display: block;
    margin: 0 auto 20px;
}

.copyright {
    text-align: center;
}
