* {
  margin: 0;
  padding: 0;
}

html {
  background-attachment: fixed;
}

body {
  background-color: #59acc7;
  width: 100%;
  margin: 0 auto;
  font-family: "Martel", Tahoma, sans-serif;
}

header {
  margin-left: 1em;
  margin-bottom: 15px;

}

header img {
  height: 25%;
  width: 25%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  header img {
    height: 25%;
    width: 25%;
    margin: 0 auto;
    display: flex;
    padding: 15px 0;
  }
}

header h1 {
  clear: left;
}

section ul {
  border-top: 2px solid #171d60;
  border-bottom: 2px solid #171d60;
  list-style-type: none;
  margin: 0 1em;
  padding: 1em 0em;
  font-size: 1.3em;
}

#rxorder {
  padding-bottom: 0.25em;
}

section ul li {
  padding-bottom: 0.5em;
}

section ul li a {
  text-decoration: none;
  color: #171d60;
}

section ul li a:visited {
  color: #171d60;
}

section ul li a:hover {
  text-decoration: underline;
  color: lightsteelblue;
}

footer {
  text-align: center;
  color: white;
  background-color: #171d60;
  margin-top: 1em;
  padding-top: 1em;
  clear: both;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

footer p {
  padding-bottom: 1em;
}
