
@font-face {
    font-family: 'UniversLTStd';
    src: url('/orgheaders/5011/universltstd.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Rotis Serif Std';
  src: url('/orgheaders/5011/rotis-serif-std-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

a {
    color: #A32D1E;
}
.stacked-logos {
    display: flex;
    justify-content: center;  /* Vertical center inside the column */
}
@media (min-width: 768px) {
    .stacked-logos {
        padding-top: 20px;
    }
}

.stacked-logos > div {
    display: flex;
    flex-direction: column;   /* Stack images vertically */
    align-items: center;
    width: 95%;               /* Make the image container 95% width */
    gap: 12px;                /* Space between the two images */
}

.stacked-logos > div img {
    width: 80%;              /* Images scale to fill the 95% container */
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .stacked-logos{
        margin-bottom: -125px;
    }
    .stacked-logos > div {
        flex-direction: row;      /* side by side */
        justify-content: center;
        gap: 10px;                /* space between them */
    }

    .stacked-logos > div img {
        width: 15%;               /* each takes half the space */
    }
}

.footer-copy {
    width: 100%;
}

.bottom-inner {
    display: flex;
    justify-content: space-between;
    max-width: 2400px;
    font-size: 18px;
}
ul.seasonal-hours {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.seasonal-hours li {
  margin-bottom: 28px;   /* space between seasons */
  line-height: 1.4;
}

ul.seasonal-hours li strong {
  display: block;        /* puts header on its own line */
  margin-bottom: -15px;    /* small space between title and hours */
}
.footer-container {
    position: relative; /* enables absolute children */
}

.footer-corner-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 350px; /* adjust as needed */
    height: auto;
    pointer-events: none; /* prevents it blocking links */
}
/* Center on all screens below desktop */
@media only screen and (max-width: 768px) {
    .footer-corner-image {
        right: 50%;
        transform: translateX(50%); /* centers the image */
    }
}
BODY {
	FONT-SIZE: 16px;
	COLOR: #000000;
	font-family: 'UniversLTStd', sans-serif;
	text-align:left;
    margin: 0px !important;
}
p {
   font-family: 'Rotis Serif Std', serif !important;
}
.footer-top {
    background: #522F09FF;
    height: 100px;
}
footer-bottom {
    background: #522F09FF;
}
table.dkouterblock
{
	 table-layout:auto;
	 background-color: #FFFFFF;
	 height: 100%;
	 vertical-align:top;
	 width: 100%;
	 margin-left:auto;
	 margin-right:auto;
}
tr.dkouterblock
{
	vertical-align:top;
}
td.dkouterblock
{
	vertical-align:top;
}
table.dkcenterblock
{
	 table-layout:auto;
	 background-color:#FFFFFF;
	 vertical-align:top;
	 width: 100%;
	 height: 100%;
	 margin: 0px;
	 vertical-align:top;
}
td.dkcenterblock
{
	vertical-align:top;
}
table.dkleftblock
{
	 table-layout:auto;
	 width: 0px;
	 height: 100%;
	 margin: 0px;
	 vertical-align:top;
}
td.dkleftblock
{
	table-layout:auto;
	vertical-align:top;
	width: 0px;
}
table.dkrightblock
{
	 table-layout:auto;
	 width: 0px;
	 height: 100%;
	 margin: 0px;
	 vertical-align:top;
}
td.dkrightblock
{
	table-layout:auto;
	width: 0px;
	vertical-align:top;
}
tr.dkheaderblock
{
	vertical-align:top;
	margin: 0px;
	height: 50px;
}

td.dkheaderblock
{
	vertical-align:top;
	margin: 0px;
}

.header-red {
    float: left;
    width:auto; 
    padding: 30px;
}

.header-white {
    float: left;
    padding: 15px; 
    padding-top:40px;
    width: auto;
}
.header-container {
    width: 450px;
}
.dkdivcenterblock {
    max-width: 1650px;
    margin: auto;
}
.dkheaderblock {
    background: #fff;
}
.header {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
}
.header a {
    text-decoration: none;
}
.header a:hover {
    color:#F1AE44!important;
}
.orgmenu {
    float: right;
    padding-right: 50px;
    padding-top: 50px;
}
.mobile-orgmenu {
    text-align: center;
}
#dk-main-menu > li {
    list-style: none!important;
    padding-left: 10px;
}

.sm-dk a {
    text-decoration: none;
    font-family: 'UniversLTStd', sans-serif;
    padding: 0 !important;
    font-size: 16px!important;
    font-weight: 300!important;
    color: #fff
}
.sm-dk a:hover {
    cursor: pointer;
    color: #F1AE44!important;
}

.sm-dk li {
    border-left:none!important;
}

footer {
    background-color: #522F09FF;
    color: #ffffff;
    box-sizing: border-box;
    text-decoration: none !important;
    font-family: 'UniversLTStd', sans-serif;
}
footer .footer-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    max-width: 880px;
    justify-items: center; /* centers the whole column */
    height: 670px;
    border-top:1px solid white;
    border-bottom:1px solid white;
}
footer .column {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left; /* keeps text left-aligned */
    width: 100%;   
}
footer .member {
    overflow: hidden;
    font-size: 16px !important;
}
footer a,
footer a:hover {
    font-family: 'UniversLTStd', sans-serif;
    cursor: pointer;
    color: #ffffff;
    text-decoration: underline;
}
footer li a{
    text-decoration: none;
}
footer li a:hover {
    text-decoration: underline;
}
footer h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    text-decoration: underline;
    font-family: 'UniversLTStd', sans-serif;
    font-weight: 500;
    color: #B7CE97;
    text-decoration: none;
    margin-top: auto;
}

footer p {
    line-height: 1.8rem;
    margin-bottom: 10px;
    font-family: 'UniversLTStd', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    max-width: 88%;
    padding-left: 15px;
    padding-right: 15px;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
    list-style-type: none;
    text-decoration: none;
    margin: 20px 0;
    font-family: 'UniversLTStd', sans-serif;
}


footer .footer-logo {
    width:auto;
    padding-top: 29px;
}
footer .alliance-logo {
    margin: 10px;
    max-width: 90%;
}

@media screen and (min-width: 768px) {
    footer .footer-container {
        display: grid;
        grid-template-columns: 10% 35% 1fr 1fr;
        position: relative;
        width: 100%;
        max-width: 2400px;
        margin: 0 auto;
        clear: both;
        box-sizing: border-box;
        border-top:1px solid white;
        border-bottom:1px solid white;
        gap: 50px;
    }
    div#sub-footer {
        padding: 15px 50px;
    }
}

.admission-info li {
    max-width: 450px;
}

@media screen and (max-width: 768px) {
    footer .column {
    border-right: none;
    }
    footer .footer-container {
        text-align: left;
    }
}
#divShareButtons {
    display: none;
}

.bottom-inner{
    margin: auto;
    font-size: 16px;
}
.bottom-tab{ 
    padding-top: 25px;
    padding-bottom: 75px;
}
.footer-links {
    display: flex;
    gap: 10px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .bottom-inner{
        display: block;
    }
}

.day {
    background-color: transparent !important;
    font-size: 14px;
    font-family: 'UniversLTStd', sans-serif;
    line-height: 28px;
    color: #fff;
}
.time {
    font-size: 14px;
    font-family: 'UniversLTStd', sans-serif;
    line-height: 28px;
    color: #fff;
}
.social{
    height: 18px;
    color: #fff;
    margin-right: 20px;
}

#dk_cms_page {
    font-size: 15px;
    font-family: 'UniversLTStd', sans-serif;
    line-height: 28px;
}
#dk_cms_page a {
 text-decoration: none;
 color: #c6ad75;
}
#dk_cms_page a:hover {
 color: #F1AE44;
}

.commision {
    max-width: 100%;
}

#cal_container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.social-icons {
    text-align: center;
}

.elementor-grid {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.elementor-grid-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.elementor-grid-item svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.highlight {
    color:#EADC93;
}
.mobile-column {
    display: none;
}
@media only screen and (max-width: 768px) {
    .mobile-column {
        display: block;
    }
    /* Hide Contact Us (original 4th column) */
    footer .footer-container > .column:nth-of-type(4) {
        display: none !important;
    }

    /* Rebuild mobile layout for 3 columns */
    footer .footer-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 24px;
    }

    /* 1st column: Images Here (full width top) */
    footer .footer-container > .column:nth-of-type(1) {
        grid-column: 1 / 3;  /* spans both columns */
        grid-row: 1;
        height: 130px;
    }

    /* 2nd column: Seasonal Hours (left side) */
    footer .footer-container > .column:nth-of-type(2) {
        grid-column: 1 / 2;
        grid-row: 2;
    }

    /* 3rd column: Admission (right side) */
    footer .footer-container > .column:nth-of-type(3) {
        grid-column: 2 / 3;
        grid-row: 2;
    }

    /* Mobile font size = 14px */
    footer,
    footer p,
    footer li,
    footer a,
    footer h4,
    footer span {
        font-size: 14px !important;
        line-height: 1.45;
    }

    footer h4 {
        font-size: 15px !important;
        font-weight: 600;
        margin-bottom: 8px;
    }

    footer ul li {
        margin: 12px 0;
    }
    .footer-corner-image {
        width: 150px;
    }
}

header {
  background-image: url('/orgheaders/5011/treebg.png'); /* replace with your image */
  background-size: cover;       /* corner-to-corner fill */
  background-position: center 50px;  /* keeps it centered */
  background-repeat: no-repeat; 
  padding: 20px 0;
}

header {
  display: flex;
  justify-content: center;   /* centers horizontally */
  align-items: center;       /* centers vertically */
}

header .logo {
  text-align: center;
}

header {
  display: flex;
  flex-direction: column; /* stack elements top ? bottom */
  justify-content: center;
  align-items: center;    /* center both horizontally */
  text-align: center;
  padding: 20px 0;
}

header .logo img {
  height: auto;
  display: block;
}

header .orgmenu {
  margin-top: -25px; /* spacing under image */
}

header .orgmenu a {
  font-family: 'UniversLTStd', sans-serif;
  color: #fff; /* adjust based on header bg */
  text-decoration: none;
  font-size: 16px;
}

/* MOBILE HEADER + MOBILE MENU BACKGROUND */
@media only screen and (max-width: 768px) {

  header {
    background-image: url('/orgheaders/5011/treebg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
  }

  /* Center logo */
  header .logo {
    text-align: center;
  }

  header .logo img {
    max-width: 200px;
    height: auto;
  }

  /* Mobile org menu bar */
  .mobile-orgmenu,
  header .orgmenu {
    background-color: #4e5b31;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 15px;
    color: #fff;
  }

  .mobile-orgmenu a,
  header .orgmenu a {
    color: #fff;   /* ensures links show on darker background */
    font-size: 16
  }
}
@media screen and (max-width: 768px) {
    .sm-dk {
        background: none!important;
        box-shadow: none!important;
    }
    ul#dk-main-menu-mobile.sm.sm-dk > li > a {
        color: #fff!important;
        font-weight: 500!important;
    }
}

.dkdivallfooter {
    background: #522F09FF;
}

@media only screen and (min-width: 769px) {
    footer {
        margin-left: 75px;
        margin-right: 75px;
    }
}
@media only screen and (max-width: 768px) {
    footer {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 768px) {
    .bottom-inner{
        display: block;
        text-align: center;
    }
    .footer-links {
        justify-content: center;
        padding-bottom: 25px;
    }
    .footer-links a {
        justify-content: center;
        padding-bottom: 25px;
        font-size: 10px!important
    }
}
table.dkcenterblock, td.dkouterblock  {
    background-color: rgb(176, 199, 144);
}

.dk-title-bar {
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
    background-color: rgb(176, 199, 144);
    color: #4D5A31;
}
p {
    color: #3D1F00!important;
}

.dk-df-feature-list {
     background-color: rgb(176, 199, 144);
}
.dk-df-text-div {
    color: #3D1F00!important;
}
.dk-df-feature-header {
    color: #4D5A31;
    background-color: rgb(176, 199, 144);
}
