@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
}
html {
  padding: 0;
  margin: 0;
  background: #fff;
}
body {
  margin: 0;
  padding: 0;
  color: #000;
  padding-top: 5%;
  font-family: Arial, Helvetica, sans-serif;
}

/* Make splash sections flexible */
#splash, #splash1 {
  width: 90%;
  max-width: 1000px; /* Limits width on larger screens */
  height: auto; /* Auto-adjust height */
  background-color: #fff;
  margin: auto;
  border: 4px solid #ebebeb;
  box-sizing: border-box; /* Ensure padding is included in width */
}

#splash1 {
  height: auto; /* Adjust for responsiveness */
}

#logo {
  width: 95%;
  padding: 2.5%;
  height: auto;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px dotted #ebebeb;
}

#content, #content1, #content2 {
  width: 95%;
  padding: 1% 2.5%;
  text-align: left;
  line-height: 1.6;
  float: none;
  margin: 0 auto;
}

#content p {
  padding: 0 0 10px 0;
}
#content a {
  color: #e43f6a;
  text-decoration: none;
}
#content a:hover {
  color: #e43f6a;
  text-decoration: underline;
}

#content1 h3 {
  width: 100%;
  padding: 1% 0;
}

#content1 ul {
  width: 100%;
  padding: 0;
  list-style: none;
}

#content1 ul li {
  width: 100%;
  float: none;
  height: auto;
  margin-bottom: 10px;
}

#content1 ul li span {
  width: 60%;
  float: left;
  margin:1% 0 2% 30%;
  height: auto;
}

#content1 ul li label {
  width: 30%;
  float: left;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
}

#content1 ul li input {
  width: 60%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  height: 18px;
  margin: 0;
  padding: 5px;
}

#content1 ul li input.submitbtn {
  background: #e43f6a;
  color: #fff !important;
  padding: 10px;
  border: 0;
  display: block;
  width: 30%;
  height: auto;
  cursor: pointer;
}

#content3 {
  width: 95%;
  margin: 40px auto;
  text-align: left;
  line-height: 1.6;
  padding: 0;
  float: none;
}

#content3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.clear {
  clear: both;
  height: 20px;
  overflow: hidden;
}

#fotter {
  width: 100%;
  margin: 1% 0;
  text-align: center;
}

#fotter a {
  color: #e43f6a;
  text-decoration: none;
  padding-bottom: 10px;
}

#fotter a:hover {
  color: #e43f6a;
  text-decoration: underline;
}

/* Media Queries for Responsiveness */
@media (max-width: 1000px) {
  body {
    padding-top: 2%;
  }

  #splash, #splash1 {
    width: 95%;
  }

  #content, #content1, #content2, #content3 {
    width: 90%;
    padding: 5%;
  }

  #content p {
  padding: 0 0 5% 0;
  }

  #content1 ul li label {
  width: 100%;
  font-size:medium;
 }

#content1 ul li span {
  width: 100%;
  float: left;
  margin:1% 0 1% 0;
  height: auto;
}

  #content1 ul li input {
  width: 90%;
  padding:3%;
 }

 #content1 ul li input.submitbtn {
  width: 97%;
  padding:3%;
  }
  #fotter {
  width: 95%;
  margin: 5% 0;
  text-align: center;
 }
}
