﻿body {
    background-color: #fff;
    color: #000;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
    background: #008036;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
    background: #00a04a;
}

.bg-danger {
    background-color: #D21816 !important;
}

.alert-success {
    background-color: #008036;
    border-color: #008036;
}

form input[type=date] {
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0.75em 1em;
    font-size: 1em;
    border-radius: 5px;
    border: solid 1px #dddddd;
    background: #fff;
    width: 100%;
}

#header {
    background-color: #FFD01A;
}

#header h1 a {
    color: #008036;
}

#nav > ul > li > a {
    font-weight: 700;
    font-style: normal;
    color: #008036;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

#nav > ul > li.current > a {
    background: #D21816;
}

#nav > ul > li:hover > a, #nav > ul > li.active > a {
    background: #008036;
    color: #fff;
}

#navPanel {
    background: none;
    background-color: #FFD01A;
}

#navPanel .depth-0, #navPanel .link {
    color: #008036;
}

#titleBar .toggle:before {
    background-color: #008036;
}

#navPanel .link {
    font-style: normal;
    font-weight: 700;
    font-size: 1.4em;
    line-height: normal;
    height: 54px;
    padding: 1em;
}

.dropotron {
    background-color: #008036;
}

.dropotron.level-0:before {
    border-bottom-color: #008036;
}

.dropotron a, .dropotron span {
    color: #fff;
    font-style: normal;
    font-weight: 700;
}

#footer {
    background-color: #E17200;
    color: #fff;
}

#footer a {
    color: #fff;
}

ul.social li a {
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 10px;
    -webkit-transition: background-color none;
    -ms-transition: background-color none;
    transition: background-color none;
}

ul.contact li:first-child {
    margin-left: 0;
}

ul.contact li {
    display: inline-block;
    margin-left: 15px;
    padding-top: 0;
    border-top: 0;
    vertical-align: top;
}

@media screen and (max-width: 480px) {
    ul.contact li {
        margin-left: 0;
    }
}

ul.contact li h3 {
    top: 0;
}

#copyright {
    margin: 0;
}

.main-green-button a {
    background-color: #008036;
    border-radius: 23px;
}

#main-content {
    padding: 120px 0px 20px 0px;
    position: relative;
    overflow: hidden;
}

.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    color: #fff;
    fill: #fff;
    background-color: #008036;
    border: 3px solid #008036;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #D21816;
    border: 3px solid #D21816;
}

.gc-imagecard {
    display: inline;
    float: left;
    padding: 0 5px;
}

.gc-imagecard h2 {
    background-color: #FFD01A;
    margin: 0;
    padding: 10px;
}

.gc-imagecard .descriptive {
    color: black;
}

.gc-imagecard a {
    color: #008036 !important;
}

@media (max-width: 576px) {
    div.booking-row {
        padding-right: 1rem;
    }
}

div.booking-box {
    border-radius: 5px;
    color: #fff;
}

div.booking-box button {
    background-color: #000;
}

div.booking-box button:hover {
    color: #D21816 !important;
}

div.booking-pending {
    background-color: #E17200;
}

div.booking-confirmed {
    background-color: #008036;
}

div.booking-past {
    background-color: lightgray;
    color: #000;
}

p.child-info, p.booking-info {
    padding: 0.65em 0;
}

/****** Modal stuff ******/

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  /* Center content */
  justify-content: center;
  align-items: center;
}

.modal-overlay.hidden {
  display: none;
}

.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem; /* Larger size */
    font-weight: bold;
    color: #333;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
}

.close-button:hover {
  color: #e00;
}

.modal-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.modal-buttons .btn {
  min-width: 100px;
}

a.image.featured img {
    aspect-ratio: 2/1;
    object-fit: cover;
}

/***** block list content *****/
#block-list-content h2 {
    margin: 1.5rem 0;
}

#block-list-content p {
    margin-bottom: 1.3rem;
}