/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}
.fixed{
  position: fixed;
}
.relative{
  position: relative;
}
.top-0{
  top: 0px;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.col-span-10{
  grid-column: span 10 / span 10;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-9{
  grid-column: span 9 / span 9;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.row-span-3{
  grid-row: span 3 / span 3;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-60{
  margin-top: 15rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-24{
  height: 6rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-\[289px\]{
  max-width: 289px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-sm{
  max-width: 24rem;
}
.resize{
  resize: both;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.place-content-between{
  place-content: space-between;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-gray-100{
  border-color: rgba(240, 240, 240, 1);
}
.bg-gray-900{
  background-color: rgba(36, 36, 36, 1);
}
.bg-primary-50{
  background-color: rgba(246, 239, 237, 1);
}
.bg-secondary-100{
  background-color: rgba(228, 238, 237, 1);
}
.bg-secondary-50{
  background-color: rgba(242, 247, 246, 1);
}
.bg-secondary-600{
  background-color: rgba(98, 137, 130, 1);
}
.bg-white{
  background-color: rgba(255, 255, 255, 1);
}
.bg-secondary{
  background-color: rgba(122, 171, 163, 1);
}
.p-8{
  padding: 2rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-center{
  text-align: center;
}
.align-middle{
  vertical-align: middle;
}
.font-body{
  font-family: "Fira Sans", sans-serif;
}
.font-display{
  font-family: "Oswald", sans-serif;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.text-gray-150{
  color: rgba(232, 232, 232, 1);
}
.text-gray-50{
  color: rgba(247, 247, 247, 1);
}
.text-gray-600{
  color: rgba(143, 143, 143, 1);
}
.text-gray-800{
  color: rgba(72, 72, 72, 1);
}
.text-secondary-50{
  color: rgba(242, 247, 246, 1);
}
.text-secondary-600{
  color: rgba(98, 137, 130, 1);
}
.text-secondary-700{
  color: rgba(73, 103, 98, 1);
}
.text-white{
  color: rgba(255, 255, 255, 1);
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
html{
  scroll-behavior: smooth;
}
html,
body,
.wrapper{
  height: 100%;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgba(36, 36, 36, 1);
}
.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1536px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px){

  .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px){

  .container{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.overlay{
  position: fixed;
  inset: 0px;
  z-index: 30;
  display: none;
  background-color: rgba(72, 72, 72, 0.8);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menuOpen .overlay{
  display: block;
}
button,
.button,
a{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
p{
  color: rgba(72, 72, 72, 1);
}
ul li {
    background-image: url("../images/bullet-arrow.svg");
    background-position: 0 6px;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    padding-left: 2rem;
    color: rgba(72, 72, 72, 1);
  }
ul li:last-child{
  margin-bottom: 0px;
}
.dates{
  margin-top: 2rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
  color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px){

  .dates{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px){

  .dates{
    font-size: 3rem;
    line-height: 1;
  }
}
.dates span{
  margin-top: 0.5rem;
  display: inline-block;
  background-color: rgba(24, 34, 33, 0.4);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header {
  background-image: url("../images/header-img.jpg");
  border-bottom-width: 8px;
  border-color: rgba(161, 97, 76, 1);
  background-size: cover;
}
@media (min-width: 1280px){

  header{
    background-attachment: fixed;
  }
}
header {
  background-position: center;
}
@media (min-width: 1280px) {
header {
    background-position: top -270px center
}
  }
header .header-item{
  background-color: rgba(255, 255, 255, 1);
}
.fixedHeader header #fixed-header{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
header .brand-container{
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 0.125rem;
  background-color: rgba(255, 255, 255, 1);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px){

  header .brand-container{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1280px){

  header .brand-container{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.fixedHeader header .brand-container{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
header .brand-container .brand-logo{
  max-width: 10rem;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){

  header .brand-container .brand-logo{
    max-width: 12rem;
  }
}
@media (min-width: 1536px){

  header .brand-container .brand-logo{
    max-width: 15rem;
  }
}
.fixedHeader header .brand-container .brand-logo{
  max-width: 4rem;
}
header nav{
  padding: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fixedHeader header nav{
  padding: 0.75rem;
}
header nav .burger-menu{
  display: block;
}
@media (min-width: 1280px){

  header nav .burger-menu{
    display: none;
  }
}
header nav .burger-menu span{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
  height: 0.25rem;
  width: 1.75rem;
  border-radius: 0.25rem;
  background-color: rgba(107, 107, 107, 1);
}
header nav ul{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: -100%;
  gap: 0.25rem;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 1);
  padding: 1rem;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1280px){

  header nav ul{
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    display: flex;
    padding: 0px;
  }
}
.menuOpen header nav ul{
  left: 0px;
  min-width: 15rem;
  --tw-shadow: 0 35px 60px 15px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 35px 60px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){

  .menuOpen header nav ul{
    min-width: 20rem;
  }
}
header nav ul li {
        background-image: none;
        background-position: 0;
        margin-bottom: 0px;
        background-repeat: no-repeat;
        padding: 0.5rem;
        padding-left: 0px;
      }
@media (min-width: 1280px){

  header nav ul li{
    padding: 0px;
  }
}
header nav ul a{
  display: flex;
  border-radius: 0.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1;
}
@media (min-width: 1280px){

  header nav ul a{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
header nav ul a:hover{
  background-color: rgba(246, 239, 237, 1);
  color: rgba(161, 97, 76, 1);
}
header nav ul a.active{
  background-color: rgba(161, 97, 76, 1);
  color: rgba(246, 239, 237, 1);
}
header h1{
  margin-bottom: 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  color: rgba(255, 255, 255, 1);
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 768px){

  header h1{
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px){

  header h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
header p{
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 768px){

  header p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h2{
  margin-bottom: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
h3{
  margin-bottom: 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}
h4{
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
h5{
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
iframe{
  height: 15rem;
  width: 100%;
  border-width: 0px;
}
.register-event-link{
  display: block;
  width: 100%;
  border-radius: 0.125rem;
  background-color: rgba(255, 255, 255, 1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: rgba(97, 58, 46, 1);
}
@media (min-width: 640px){

  .register-event-link{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.register-event-link:hover{
  background-color: rgba(161, 97, 76, 1);
  color: rgba(246, 239, 237, 1);
}
.entry-fees-box{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.125rem;
  background-color: rgba(247, 247, 247, 1);
  padding: 1.5rem;
  font-weight: 500;
}
.entry-fees-box h4{
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(227, 51, 39, 1);
}
.entry-fees-box h5{
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.entry-fees-box p{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.camping-box{
  margin-bottom: 3rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 0.125rem;
  background-color: rgba(255, 255, 255, 1);
  padding: 0.25rem;
  font-weight: 500;
}
@media (min-width: 640px){

  .camping-box{
    flex-direction: row;
  }
}
.camping-box .camping-box-content{
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
}
.camping-box iframe{
  height: 20rem;
  width: 100%;
}
@media (min-width: 640px){

  .camping-box iframe{
    height: 12rem;
    width: 50%;
  }
}
.camping-box h4{
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(36, 36, 36, 1);
}
.camping-box h5{
  margin-top: 0.5rem;
  margin-bottom: 0px;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
  color: rgba(72, 72, 72, 1);
}
.camping-box p{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgba(72, 72, 72, 1);
}
.hotel-box{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.125rem;
  background-color: rgba(255, 255, 255, 1);
  padding: 0.25rem;
  font-weight: 500;
}
.hotel-box .hotel-box-content{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
}
.hotel-box iframe{
  height: 20rem;
  width: 100%;
}
.hotel-box h4{
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.hotel-box h5{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
  line-height: 1.25;
  color: rgba(72, 72, 72, 1);
}
.hotel-box h6{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgba(72, 72, 72, 1);
}
.about-container {
  background-image: url("../images/about-bg.jpg");
}
.about-container::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 10;
    background-color: rgba(72, 72, 72, 0.8);
  }
.about-container{
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}
.about-container p{
  color: rgba(247, 247, 247, 1);
}
.event-schedule-box{
  width: 100%;
  border-radius: 0.125rem;
  background-color: rgba(255, 255, 255, 1);
  padding: 3rem;
}
.event-schedule-box h3{
  margin-bottom: 2rem;
  color: rgba(98, 137, 130, 1);
}
form input,
  form textarea{
  width: 100%;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: rgba(236, 223, 219, 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(36, 36, 36, 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){

  form input,
  form textarea{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px){

  form input,
  form textarea{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
form input:focus, form textarea:focus{
  border-color: rgba(199, 160, 148, 1);
}
form button,
  form .button{
  border-radius: 0.125rem;
  background-color: rgba(161, 97, 76, 1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: rgba(246, 239, 237, 1);
}
form button:hover, form .button:hover{
  background-color: rgba(97, 58, 46, 1);
}
.error{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 1280px){

  footer{
    flex-direction: row;
    justify-content: space-between;
  }
}
footer ul{
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 1280px){

  footer ul{
    justify-content: flex-end;
  }
}
footer ul li {
      background-image: none;
      background-position: 0;
      margin-bottom: 0px;
      background-repeat: no-repeat;
      padding-left: 0px;
    }
footer ul a{
  display: flex;
  border-radius: 0.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1;
}
footer ul a:hover{
  background-color: rgba(246, 239, 237, 1);
  color: rgba(161, 97, 76, 1);
}
footer ul a.active{
  background-color: rgba(161, 97, 76, 1);
  color: rgba(246, 239, 237, 1);
}
.content-container ul{
  margin-bottom: 4rem;
}
.content-container ul:last-child{
  margin-bottom: 0px;
}
.regions-box{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.125rem;
  background-color: rgba(246, 239, 237, 0.7);
  padding: 1.5rem;
  font-weight: 500;
}
.regions-box .steps{
  margin-bottom: 1.5rem;
  border-left-width: 4px;
  border-color: rgba(227, 51, 39, 1);
  padding-left: 0.75rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.regions-box h4{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(161, 97, 76, 1);
}
.regions-box p{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.alert-message-success{
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}
.alert-message-error{
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}
.hover\:border-gray-300:hover{
  border-color: rgba(209, 209, 209, 1);
}
.hover\:bg-secondary-700:hover{
  background-color: rgba(73, 103, 98, 1);
}
@media (min-width: 640px){

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-28{
    height: 7rem;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:gap-12{
    gap: 3rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }
}
@media (min-width: 768px){

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-stretch{
    align-items: stretch;
  }

  .md\:gap-12{
    gap: 3rem;
  }
}
@media (min-width: 1024px){

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:mb-32{
    margin-bottom: 8rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px){

  .xl\:mt-80{
    margin-top: 20rem;
  }

  .xl\:text-right{
    text-align: right;
  }
}
@media (min-width: 1536px){

  .\32xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
