@charset "UTF-8";
/* CSS Document */

html {
  font-size: 16px; /* 1rem baseline */
}

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	background-color:#78A47E;
	text-align:center
}

h1 {
	color:white;
	margin-top: 60px;
	margin-bottom:0px;
}

h2 {
	color:white;
    margin: 0px 0px 0px 0px;
}

#infoModalOverlay h2 {
	color:black;
	line-height: 1.7rem;
	margin-bottom: 12px;
}

h3 {
	color:white
}


.videopanel {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 17px;
}

.button_wrapper {
    margin-top: 53px;
}

.button_boxes {
    display: inline-block;
    vertical-align: top;
	}

.button_boxes a {
font-weight:600
	}

.button_boxes p {
	margin:6px;
}

.button_wrapper a {
    background-color: black;
     width: 224px;
    margin: 10px 10px 15px 10px;
    padding: 10px;
    display: block;
	}

.button_wrapper a {
	color:white;
	text-decoration:none;
	    height: 48px;
	vertical-align:middle

}

.button_wrapper a:hover {
	background-color:#6c6c6c;
}


/* centers the FIRST BUTTON only, N */
.button_info {
	line-height:48px
}

.button_subtext {
		font-weight:100
	}

.ArrowSymbol {
        height: auto;
        max-height: 100%;
        line-height: 1;
        font-size: .9em;
}
	

.modal-actions {
	text-align:center;
}

.modal-actions a {
	background-color:black;
	width:200px;
	margin:50px;
	padding:10px;
	display:inline-block;
	}

.modal-actions a {
	color:white;
	text-decoration:none;
}


.modal-actions a:hover {
	background-color:#6c6c6c;
	}


.info {
	
}

.shop {
	
}

.join {
	
}

@media only screen and (max-width: 950px) {

.button_wrapper a {
    margin: 5px 20px 20px 20px;
}
	
.button_wrapper {
    margin-top: 38px;
}	

	.videopanel {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
margin-top: 25px;
}

.videopanel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	h1 {
	color:white;
	margin-top: 25px;
}
	
}

/* ===== MODAL OVERLAY ===== */
#infoModalOverlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  overflow-y: auto;
  padding: 24px;
  background: rgba(0,0,0,0.55);
}

#infoModalOverlay.is-open {
  display: block;
}

/* ===== MODAL BOX ===== */
#infoModal {
  background: #fff;
  max-width: 900px;
  margin: 60px auto;        /* centers horizontally; pushes down a bit */
  padding: 24px;
  border-radius: 12px;
  position: relative;
}

/* Close button (basic) */
#closeInfoModal {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
color: black;
}

/* For the button itself */
#closeInfoModal {
  border: none !important; /* Ensure your existing style is applied */
  outline: none !important; /* Removes the blue outline */
}

/* Specifically target the focus state */
#closeInfoModal:focus,
#closeInfoModal:active {
  outline: none !important;
}

/* ===== ACCORDION ===== */
.accordion-header {
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 1.2rem;
    background-color: #D78B55;
    border: none;
    margin-bottom: 10px;
    padding: 10px;
    color: white;
    line-height: 1;
}

/* IMPORTANT: hidden/collapsed by default */
.accordion-panel {
  max-height: 0;            /* collapsed */
  overflow: hidden;         /* hide content when collapsed */
  transition: max-height 250ms ease;
  margin: 0;                /* optional: prevents odd gaps */
}

/* Optional spacing inside panels */
.accordion-panel > * {
  margin-top: 2px;
  margin-bottom: 12px;
}

.accordion-panel p {
    font-size: 1.1rem;
    text-align: left;
    margin-left: 20px;
    line-height: 1.4rem;
}

/* Optional: visual cue when open */
.accordion-header.open {
  font-weight: 700;
}

/* Optional: modal action row */
.modal-actions {
  margin-top: 20px;
 /* display: flex; */
  gap: 12px;
 /*  flex-wrap: wrap;*/
}



