/* Reset styles for common HTML elements */
html,
body,
div,
span,
object,
iframe,
em,
img,
p,
ol,
ul,
li,
form,
article,
audio,
video,
h1,
h2,
h3,
h4 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  /* font-size: 16px; */
  background-color: #f9f9f9;
}

body {
  padding: 0 3% 0.25rem 5%;
  font-size: 120%;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #f9f9f9;
  color: #222;
  border: 14px solid #90EE90;
}

.text {
  max-width: 42rem;
  margin: 0 auto;
}

p {
  margin-top: 1.4rem;
}

h1 {
  display: block;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-top: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.tagline {
  color: crimson;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  line-height: 1.4;
}

.author {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

h2 {
  display: block;
  font-size: 1.5rem;
  margin-top: 1.4rem;
  margin-bottom: 1.65rem;
  font-weight: bold;
  line-height: 1.6rem;
}

h3 {
  display: block;
  font-size: 1.3rem;
  margin-top: 1.35rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
  color: crimson;
  line-height: 1.4rem;
}

h4 {
  display: block;
  font-size: 1.35rem;
  margin-top: 1.6625rem;
  margin-bottom: 1.6625rem;
  font-weight: bold;
}

h1,
h2,
h3,
h4 {
  text-align: center;
}

h2,
h3 {
 /*   margin-bottom: -1.5rem;  */
}


.center {
  text-align: center;
}

.red {
  color: crimson;
}

hr.endpr {
  border: 2px solid #90EE90;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: .1rem;
}

ul li {
  list-style-position: outside;
  margin-left: 2rem;
  margin-bottom: .25rem;
}

li {
  margin-top: 0;
}


a:link {
  color: #1F51FF;
  text-decoration: underline;
}

a:visited {
  color: purple;
  text-decoration: underline;
}

a:hover {
  color: crimson;
  text-decoration: underline;
}

a:active {
  color: crimson;
  text-decoration: none;
}


.img-left {
  float: left;
  margin: .6rem 15px 10px 0px;
  width: 144px;
}

div.toplink {
  position: fixed;
  top: 0px;
  left: 13px;
  margin: 0;
  opacity: 1;
  font-size: .8rem;
}


@media only screen and (max-width: 480px) {

  /* phones */
  body {
    border: 5px solid #90EE90;
    padding: 0 3% 0.25rem 1.5rem;
  }

  div.toplink {
    left: 4px;
    top: 3px;
  }
}