/*
* mh8 - Started in 2025 for Foundation Rehaul
*/


/* Home Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home {
  text-align: center;

}

.home h1, h2, h3, h4, h5 {
  font-weight: lighter;
}

.home h1 {
  margin-top: 3rem;
}

.home h2 {
  margin-top: 1rem;
}

.home hr {
  width: 66%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  margin-top: 2rem;
  text-align: center;
}


.footer img {
  margin-right: 0rem;
  float: none;
  width: 10rem;
  border-radius: 5%;
  margin-bottom: 1rem;
}


/* Maintenance
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.maintenance img {
  width: 25%;
  border-radius: 0%;
  margin-top : 2.5rem;
  margin-bottom: 2.5rem;
}

