html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  } 
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-image: url("https://unsynchronized.neocities.org/Site_Core_Images/Manila%20Folder%202-1.png");
  background-repeat: repeat-y;
  background-position: top;
  background-size: 100% auto;
}
h1 {
  color: #3A3E44;
}

h2 {
  color: #43474D;
}

p {
  color: #4B4F56;
}
.section-break {
  height: 120px;
  background-color: transparent;
}
small, footer {
  color: #6A6E75;
}
@media screen and (max-width: 768px) {
  .embedded-form {
    max-width: 95%;
    margin: 0 auto;
    height: auto;
  }

  .form-container {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
.contact-wrapper {
  max-width: 500px; /* or try 90% for fluid scaling */
  margin: 0 auto;
  padding: 20px;
}

iframe {
  width: 100%;
  height: 1200px;
  border: none;
}
  .content {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
  .content {
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
.tab-hotspots {
  position: absolute;
  top: 282px;
  right: 42px;
  z-index: 10;
}
.tab-hotspots a {
  display: block;
  width: 60px;
  height: 147px;
  margin-bottom: 2px;
  background-color: transparent;
  border: none;
  text-decoration: none;
}
.contact-section a {
  text-decoration: none;
  color: inherit;
}
.banner {
  max-width: 2560px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.banner-container {
  max-width: 600px;
  margin: 0 auto;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 0.2em;
}
p {
  font-size: 1.2em;
  margin-bottom: 2em;
}
.note {
  font-style: italic;
  color: #6a6a6a;
}
.clean-list {
  list-style-type: none;
  margin-bottom: 0.6em; 
  line-height: 1.0;
}

.clean-list li {
  margin-bottom: 0.6em;
  font-size: 1.2em;
  color: #4B4F56;
}
.form-container {
  background-color: rgba(75, 79, 86, 0.05);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(75, 79, 86, 0.1);
  max-width: 700px;
  margin-left: 40px;
}
.embedded-form {
  max-width: 640px;
  margin: 0 auto;
  display: block;
}
.content {
  max-width: 700px;
  margin-left: 40px;
  margin-right: auto;
  padding: 20px;
}
.seam-blender {
  position: absolute;
  top: 825px;
  right: 100px;
  width: calc(100% - 80px);
  height: 50px;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(207, 203, 176, 0) 0%,
    rgba(207, 203, 176, 0.8) 30%,
    rgba(207, 203, 176, 0.8) 70%,
    rgba(207, 203, 176, 0.8) 30%,
    rgba(207, 203, 176, 0) 100%
  );
}