body {
    font-family: "Helvetica Neue", sans-serif; /* Specify a fallback font if primary font is not available */
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-size: large;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
body {
    background-color: #ffffff; 
    color: #000000; 
  }
  
body.dark-mode {
    background-color: #1f1f1f; 
    color: #ffffff; 
  }
  
.image-container {
    display: flex;
}

.image-container img {
    width: 30%;
    height: 330px; /* Adjust the height as needed */
    margin-right: 10px; /* Optional margin between images */
}

  
header {
    background-color: beige;
    text-align: center;
    padding: 20px;
    background-image: url('IMG_16982.JPG'); /* Added single quotes around the URL */
    background-position: center;
    margin: 0;
    text-emphasis-color: black;

    }
    
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;

}

nav ul li {
    display: inline;
    margin-right: 20px;
    text-align: center;
    font-family: "Helvetica Neue";
    transition: color 0.3s ease-in-out;
}

nav ul li:hover {
    color: rgb(255, 0, 0);
}

/* Style for the main content */
main {
    padding: 20px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande';
    color: #ffffff; /* Default text color */
  }
  
  /* Style for h2 headings */

  .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px; /* Adjust this value as needed */
  
  }

  h1{
    font-family: 'Potato Sans', cursive;
    font-size: 40px;
    color: rgb(61, 61, 227);
    -webkit-text-stroke: 2px white; /* For webkit-based browsers */
    text-stroke: 2px white; /* Standard property */
  }
  
  h2,
  h3,
  h4,
  h5,
  h6,
  h7 {
    text-align: center;
    text-transform: uppercase;
    color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin: 10px 0; /* Adjust margin between headers */
  }
  h12 {
    font-family: 'Garamond', cursive;
    font-size: 64px;
    color: rgb(255, 0, 0);
    -webkit-text-stroke: 1px white; 
   text-stroke: 1px white; 

  }
  h2 {
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    color: rgb(93, 132, 240);
    -webkit-text-stroke: 1px white; /* For webkit-based browsers */
  text-stroke: 1px white; /* Standard property */

  }
  
  h3 {
    font-family: 'Pacifico', cursive;
    font-size: 64px;
    background: linear-gradient(to right, rgb(34, 139, 34), rgb(50, 205, 50));
    -webkit-background-clip: text;
  }
  
  h4 {
    font-family: 'Cabin Sketch', cursive;
    font-size: 64px;
    background: linear-gradient(to right, rgb(235, 193, 20), rgb(253, 186, 20));
    -webkit-background-clip: text;
  }
  
  h5 {
    font-family: 'Mexicana Hollow', cursive;
    font-size: 64px;
    background: linear-gradient(to right, rgb(255, 255, 0), rgb(255, 255, 0));
    -webkit-background-clip: text;
  }
  
  h6 {
    font-family: 'Potato Sans', cursive;
    font-size: 70px;
    background: linear-gradient(to right, rgb(28, 132, 42), rgb(28, 132, 42));
    -webkit-background-clip: text;
  }
  
  h7 {
    font-family: 'Savoye LET', cursive;
    font-size: 64px;
    background: linear-gradient(to right, rgb(41, 155, 226), rgb(41, 155, 226));
    -webkit-background-clip: text;
  }
  
h9,
h10,
h11 {
  font-family: 'Potato Sans', cursive;
  font-size: 40px;
  color: rgb(61, 61, 227);
  -webkit-text-stroke: 2px white; /* For webkit-based browsers */
  text-stroke: 2px white; /* Standard property */
}


  h11{
    padding-left: 0px;
  }

  .sand-dunes {
    position: absolute;
    top: 0; /* Adjust as needed */
    right: 0; /* Positions the sand dunes image to the right */
}

.image-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-content {
  flex: 1;
  padding: 20px;
}


.p1 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333; 
  margin: 0; 
  padding: 10px; 
  background-color: #f7f7f7; 
  border: 1px solid #ddd; 
  border-radius: 5px; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

/* CSS Styles for the image container */
.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Adjust spacing between images */
}

.image-container img {
  width: calc(25% - 10px); /* Adjust width for 4 images in a row with 10px spacing */
  margin-bottom: 20px; /* Add space between rows */
  object-fit: cover; /* Ensure images fill the container without distortion */
  border-radius: 5px; /* Optional: Add rounded corners */
}


  section {
    margin-bottom: 20px;
    border-radius: 6px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    padding: 20px; 
  }
  

.centered-image {
    display: block;
    margin: 0 auto;
    width: 50%;
    margin-top: 20px;
}


footer {
    padding: 10px;
    text-align: center;
}
