body, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

/*//body { 
//  padding-top: 60px; 
//}*/

body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
  background-image: url('/images/parallax1.jpg');
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("/images/parallax2.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("/images/parallax3.jpg");
  min-height: 400px;
}

.w3-content {
  padding-top: 660px; /* Adjust the value as needed */
}

.w3-content#info {
  position: relative;
  z-index: 1;
}

.w3-wide {
  letter-spacing: 10px;
}

.w3-hover-opacity {
  cursor: pointer;
}

.w3-navbar li a {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Center the logo horizontally */
}

.login-form-container {
    display: block;
    text-align: center;
    max-width: 100%;
    padding: 20px; /* Adjust the padding as needed */
    /* box-sizing: border-box; */
    position: absolute;
    top: 50%; 
    left: 80%;
    /* transform: translate(-50%, -50%); */
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

/* Generator heading styles */
.generator-heading {
    cursor: pointer;
    text-decoration: underline;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
}
.generator-heading:hover {
    color: #007bff;
}

@media only screen and (max-width: 768px) {
    .login-form-container {
        top: 0; /* Reset the top value for smaller screens */
    }
}

@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}

* {
  box-sizing: border-box;
}

/* Styles for small screens */
@media (max-width: 768px) {
  .w3-navbar {
    display: flex;
    justify-content: space-between;
  }
  
  .w3-navbar li {
    float: none;
    display: inline-block;
    flex-grow: 1;
  }

  .w3-navbar li a {
    padding: 8px 12px;
    display: block;
    text-align: center;
  }
  
  .w3-left,
  .w3-right {
    float: none !important;
    display: inline-block;
    flex-grow: 1;
  }
  
  .w3-left {
    text-align: left;
  }

  .w3-right {
    text-align: right;
  }
}

#leafletMap {
  margin-top: 660px; /* Adjust the value as needed */
}

#map { height: 400px; }