@font-face {
  font-family: 'Audiowide Local'; /* Use a custom name for your local version */
  src: url('/fonts/Audiowide-Regular.woff2') format('woff2'), /* Fastest loading, WOFF2 first for performance */
       url('/fonts/Audiowide-Regular.woff') format('woff'); /* WOFF for broader compatibility */
  font-weight: 400; /* Regular weight */
  font-style: normal;
  font-display: swap; /* Tells the browser to use a fallback font while the custom font loads */
}


@font-face {
  font-family: 'PermanentMarker'; /* Use a custom name for your local version */
  src: url('/fonts/PermanentMarker-Regular.woff2') format('woff2'), /* Fastest loading, WOFF2 first for performance */
       url('/fonts/PermanentMarker-Regular.woff2') format('woff'); /* WOFF for broader compatibility */
  font-weight: 400; /* Regular weight */
  font-style: normal;
  font-display: swap; /* Tells the browser to use a fallback font while the custom font loads */
}

@font-face {
  font-family: 'Sekuya-Regular'; /* Use a custom name for your local version */
  src: url('/fonts/Sekuya-Regular.woff2') format('woff2'), /* Fastest loading, WOFF2 first for performance */
       url('/fonts/Sekuya-Regular.woff') format('woff'); /* WOFF for broader compatibility */
  font-weight: 400; /* Regular weight */
  font-style: normal;
  font-display: swap; /* Tells the browser to use a fallback font while the custom font loads */
}


:root {

    --background-color: #F4F1EC;
    --header-color: #2F5D3A;
    --header-color-alt: #6B8E5A;
    --headings-color: #2F5D3A;
    --text-background-color: #2E2E2E;
    /* --cta-Background: #C45A2A; */
    --cta-Background: #c60000;
    --cta-text-color: #b3f29b;
    --background-color: #fff;
    --banner-bg-color : #000;
    --banner-text-color : #fff;
    --footer-text-color : #fff;
    --cta-bg-color : #e020e0;
    --menu-bg-color : #9a9a9a;
    --sign-in-btn-color : #131314;
    --footer-background-color: #51903d;
    --nav-link-color : #30ff2c;


    /* --nav-color : #ffef78;
    --header-title-color: #de1173;
    --header-sub-title-color: #f3edc2;
    --main-background-color: #000;
    --h3-background-color: #c1fbaf;
    --nav-link-color : #ffffff;
    --nav-link-color-hover : #e0ffa6;
    --nav-link-color-visited : #fff;
    --menu-link-color : #1758c0;
    --menu-link-hover-color : #367ef0;
    */
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    /* font-family: 'Lucida Sans', serif; */
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    background: var(--background-color);
    scroll-behavior: smooth;
}

.hidden {
  display: none;
}

header .banner {
    padding: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--banner-bg-color);
    color: var(--banner-text-color);
}

header .banner p {
  font-size: 1.2rem;
}

header .dropdown-menu {
  background: #fff;
  position: absolute;
  padding: 10px;
  top: 100px;
  left: 10px;
  width: 300px;
  font-size: 1.2rem;
  z-index: 200;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

header .dropdown-menu ul {
  list-style: none;
}

header .dropdown-icon {
  padding: 4px;
  margin-right: 10px;
}

header .dropdown-icon img {
  width: 50px;
  height: 60px;
}

header .dropdown-menu a:visited,
header .dropdown-menu a:hover,
header .dropdown-menu a:disabled,
header .dropdown-menu a {
  color: #51903d  ;
  text-decoration: none;
}

header {
  /* width: 1024px; */
}

/* header .image-container {
  width: 50%;
} */


header .cta {
  background-color: var(--cta-Background);
}

header .cta a {
  text-decoration: none;
  color: var(--cta-text-color);
}


header .cta h1 {
  font-style: italic;
}


header .panel.cta {
  padding: 20px;
  border-radius: 10px;
}

header .showcase{
  position: relative;
  background-image: url('./assets/forest_tile_color.jpg');
  z-index: 100;
}

header .showcase::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  content: " ";
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 70%);
}

/* header .showcase-image {
  width: 66.7%;
  background-image: url('./assets/yub_hub_graffitti_627_418.jpg');
  background-size: cover;
} */


/* header .showcase-image img {
  width: 800px;
  height: 400px;

} */

header .showcase-text img {
  width: 480px;
}

header .showcase-text {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Sekuya-Regular";
  z-index: 200;
}

nav {
  width: 75%;
}

nav ul{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
}

nav ul a:visited,
nav ul a:hover,
nav ul a:disabled,
nav ul a{
  color: var(--nav-link-color);
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
}

p {
  margin: 6px 0;
}

.panel .showcase {
  display: flex;
  flex-direction: row;
}

.panel .txt {
  padding: 10px;
}

.panel .txt ol,
.panel .txt ul {
  padding: 30px;
}



.panel {
  margin: 10px auto;
  width: 98%;
  /* max-width: 1024px; */
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  
}

.row {
  display: flex;
  flex-direction: row;
  
}

.row .row-2 {
  width: 50%;
}

.row .row-25 {
  width: 25%;
}

.row .row-75 {
  width: 75%;
}

footer {
  display: flex;
  flex-direction: column;
  height: 50vh;
  background: var(--footer-background-color);
  color: var(--footer-text-color);
}

footer .footer-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 20vh;
  margin: 0 20px;
}

footer .footer-bottom {
  height: 30vh;
  background-image: url('./assets/tree_line_white.png');
  background-repeat: repeat-x;
  background-size: auto;
}

footer .info {
  display: flex;
  flex-direction: row;
}

footer .info p {
  font-size: 2.2rem;
}

footer .social {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

footer .social .media-icon-container {
    width: 100px;
    height: 100px;
    margin: 6px;
}

/* MEDIA QUERIES */

@media (max-width: 1250px) {
  .row {
    flex-direction: column;
  }

  .row img {
    width: 100%;
  }

  .row .row-2 {
    width: 100%;
  }

  .row .row-25 {
    width: 100%;
  }

  .row .row-75 {
    width: 100%;
  }
}


@media (max-width: 600px) {
  footer .social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  footer {
    height: 100%;
  }

  footer .footer-main {
    height: 100%;
  }

  footer .social {
    align-items: flex-end;
  }

  nav {
    display: none;
  }

}

@media (max-width: 550px) {
  header .showcase-text img {
    width: 300px;
  }

  header .showcase-text h1 {
    text-align: center;
  }

}