* { margin: 0; padding: 0; }

body {
    background-color: #333;
}

#title {
    width: 40%;
    height: 20%;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    background-color: darkslategrey;
    padding: 40px;
    padding-top: 40px;
    border-radius: 25px;
    outline-style: solid;
    -webkit-text-fill-color: aliceblue;
    font-family: 'Serif';
    font-size: 3vw;
}

#home {
    background-image: url('Homescreen_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding-bottom: 700px;
    width: auto;
    max-width: 100%;
}

.topnav {
    background-color: #333;
    overflow: hidden;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.5vw;
}

#snake {
  float: right;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #043d28;
    color: white;
}

#title_container {
    padding: 100px, 100px, 10000px, 100px;
}

.header1 {
    text-align: center;
    padding: 20px;
    font-size: 50px;
    background-color: #80ced6
}

#description {
    background-image: url('description1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding-bottom: 500px;
    width: auto;
    max-width: 100%;
}

.text1_div {
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 100px;
    padding: 10px;
    border-radius: 10px;
}

.text1 {
    font-size: 35px;
}

.map-generator{max-width: 100%; max-height: 100%; background: none};

.column {
    float: left;
    width: 50%;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
}

#location {
    background-image: url('Location.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding-bottom: 500px;
    width: auto;
    max-width: 100%;
    height: 100%;
}

#map_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#purpose {
    background-image: url('purpose.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding-bottom: 700px;
    width: auto;
    max-width: 100%;
}


.slideshow-container {
    position: relative;
    max-width: 800px;
    width: 90%;
    border: 4px solid #444;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  
  .slide img {
    width: 100%;
    height: auto;
    display: block;
    animation: fade 1s ease-in-out;
  }
  
  .caption {
    padding: 10px;
    text-align: center;
    background-color: #222;
    color: #fff;
    font-size: 1rem;
  }
  
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 12px;
    color: white;
    font-weight: bold;
    font-size: 2rem;
    transition: 0.3s ease;
    user-select: none;
  }
  
  .prev {
    left: 0;
  }
  
  .next {
    right: 0;
  }
  
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.6);
  }
  
  @keyframes fade {
    from { opacity: 0.4; }
    to { opacity: 1; }
  }
#history {
    background-image: url('history.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding-bottom: 500px;
    width: auto;
    max-width: 100%;
    height: 100%;
}


/* slideshow */


.slideshow-container {
  position: relative;
  max-width: 800px;
  width: 90%;
  border: 4px solid #444;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
  animation: fade 1s ease-in-out;
}

.caption {
  padding: 10px;
  text-align: center;
  background-color: #222;
  color: #fff;
  font-size: 1rem;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 12px;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.3s ease;
  user-select: none;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.6);
}

@keyframes fade {
  from { opacity: 0.4; }
  to { opacity: 1; }
}
