html,body{margin: 0px; }
body{ text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif;}
#wrapper{
margin-top: 30px;
      width: 900px;
margin: auto;
 border: 1px solid #042F1B;
}
header{
  background-position: center center;
   background-repeat: no-repeat;

   background-size: cover;
    background-image: url(sunrise.jpg);
    height: 225px;
    border-bottom: 2px solid #042F1B;
}
#topnav{
    position: relative;
}
main{
    
}
h1{
    color: #fff;
    margin: 0px;
 text-shadow: 2px 2px black;
padding-top: 150px;
font-size: 20pt;

}
.footerimages img{
  margin-top: 30px;
  margin-bottom: 10px;
  width: 433px;
  height: 250px;
  border: 1px solid #042F1B;
}
footer{
    background-color:#042F1B;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 80%;
}
.ml-form-embedContainer{
   
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%); /* Replaces deprecated 'clip: rect(1px, 1px, 1px, 1px);' */
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; /* Prevents screen readers from announcing letters individually */
}

/* Optional: Styles for focusable elements with screen-reader-text */
.screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Ensure visibility above other elements */
}

   @media (max-width: 768px) {
        #wrapper{

      width: 100%;

}
    }