.grid-container {
  display: grid;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 0px;
  padding: 0px;
  background-image: url('background3.png');
  background-size: 35%;
  background-color: #A8E2C5;
}

body {
    font-family:  'Roboto', serif;
    font-size: 1em;
    line-height: 1.5; /* Sets line height to 1.5 times the font size */
}

/* unvisited link */
a {
    color: inherit;
}
a:link {
    text-decoration: none;
    
}

/* visited link */
a:visited {
    text-decoration: none;
}

/* mouse over link */
a:hover {
    text-decoration: none;
    text-decoration-line: underline;
}

/* selected link */
a:active {
  text-decoration: none;
}

h1 {
    font-family:  'Roboto Slab', sans-serif;
    font-size: 3.5em;
    align-content:center;
    display: inline;
}

h2 {
    font-family:  'Roboto Slab', sans-serif;
    font-size: 1.5em;
    align-content:center;
    display: inline;
    margin-top: 20px;
}


h3 {
    font-family:  'Roboto Slab', sans-serif;
    font-size: 1.2em;
    align-content:center;
    display: inline;
}

h4 {
    font-family:  'Roboto Slab', sans-serif;
    font-size: 1em;
    display: inline;
}

h5 {
    font-family:  'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 400;
    display: inline;
}

h6 {
    font-family:  'Roboto', sans-serif;
    font-size: 0.8em;
    font-weight: 200;
    display: inline;
}

h7 {
    font-family:  'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 600;
    display: inline;
    color: palevioletred;
}

.m1 {
    font-family: 'Robo'
}

.menu-container {
    width: 100%;
    background-color: lightgray;
    column-gap: 10px;
}

.menu-items {
    display: block;
    float: left;
}

ul {
  font-family:  'Roboto Slab', serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: lightgray;

}

li {
  float: left;
}

li a {
  display: block;
  color: black;
font-weight: 400;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
  color:white;
}

.active_m {
  background-color: #04AA6D;
}

.banner-container {
    display: grid;
    min-height: 200px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #224422;
    color: white;
    background-image: url('border.png');
    background-size: 20px;
    background-repeat: repeat-x;
}

.banner-items{
   
    padding: 20px;
    display: block;
}

.items-container {
  border-radius: 20px;
  display: grid;
  max-width: 1000px;
  width: 90%;
  background-color: #FDFDFD;
  align-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.header {
    padding: 40px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.header-items {
    justify-content: center;
    align-items: center;
}

.body-container {

    padding: 20px;
    margin: 20px;
}

#rcorners1 {
  border-radius: 25px;
  background: #FDFDFD;
  padding: 20px; 
  width: 200px;
  height: 150px;  
}

#rcorners2 {
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px; 
  width: 200px;
  height: 150px;  
}

#rcorners3 {
  border-radius: 25px;
  background: url(paper.gif);
  background-position: left top;
  background-repeat: repeat;
  padding: 20px; 
  width: 200px;
  height: 150px;  
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #D0E6DA;
  font-family:  'Roboto slab', serif; 
  font-weight: 600;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  border-radius: 15px;
  margin-bottom: 3px;
  margin-top: 3px;
}

.active, .collapsible:hover {
  background-color: #AAA;
    color: white;
}

.collapsible:after {
  content: '\2795';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}


/* Form styles */
/*label {
    display: block;
    font: 1rem 'Roboto', sans-serif;
    
}

input,
label {
    margin: .4rem 0;
    width: 100px;
}*/

input[type=date], select, textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-family: 'Roboto', sans-serif;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-family: 'Roboto', sans-serif;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.grid2-container {
  position: relative;
  display: grid;
  /*grid-template-columns: repeat(auto, minmax(500px,1fr)); */
  grid-template-columns: 1fr; /*repeat(3,33%);*/
  padding: 10px;
  column-gap: 5px;
  grid-row-gap: 5px;
    
}
.grid2-item {
  background-color: rgba(205, 225, 205, 0.8);
  padding: 20px;
  text-align: center;
  
}

.grid2-title {
  background-color: #A8E2C5;
  padding: 20px;
  text-align: center;
  grid-column: 1 / span 3;
    
}

figure {
  float: right;
  width: 50%;
  max-width: 300px;
  max-height: 250px;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}

img.scaled {
  width: 100%;
}

img.scaled_v {
  max-height: 180px;
}

img.scaled_v2 {
  max-height: 220px;
}

img.grid {
    max-width: 400px;
}

.events-item{
    border-color: lightgray;
    border: 3;
    border-radius: 8px;
    padding: 10px;
    margin: 10px;
    background-color: rgb(240,240,240);
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1050px) {
    .grid2-container {
          grid-template-columns: 1fr;
        }

    .grid2-title {
        grid-column: auto;
        }
}

@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }  
}

/* Hamburger menu styles */
.hamburger {
  display: none; /* Hidden by default on larger screens */
  cursor: pointer;
  padding: 14px 16px;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* Menu container adjustments */
.menu-container {
  width: 100%;
  background-color: lightgray;
  column-gap: 10px;
  position: relative;
}

/* Menu items default styles (unchanged) */
.menu-items {
  display: block;
  float: left;
}

/* Responsive design for smaller screens */
@media screen and (max-width: 600px) {
  /* Hide the menu items by default */
  .menu-items {
    display: none; /* Hidden until toggled */
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: lightgray;
    z-index: 1000;
  }

  /* Show menu items when active */
  .menu-items.active {
    display: block;
  }

  /* Adjust list items for vertical stacking */
  .menu-items li {
    float: none;
    width: 100%;
  }

  .menu-items li a {
    display: block;
    text-align: left;
    padding: 14px 16px;
  }

  /* Show hamburger icon */
  .hamburger {
    display: block;
    float: right;
  }

  /* Optional: Animate hamburger to X when active */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
}