body {
  background-color: #41f235;
  color: #ff8c1a;
  font-size: 14px;
  font-family: Verdana, sans-serif;
  /*Make margins from edge of screen in pixels; about 20 px from top and bottom, and maybe 5 from left and right*/
}
p {
    line-height: 1.5;
    margin-left: 10%;
    margin-right: 10%;
    }
hr {
    border-style: dotted;
    border-width: 4px;
    width: 30%;
    margin-top: 35px;
    margin-bottom: 35px;
    }
h1, h2, h3, h4, a, ul {
  font-family: "Lemon", Arial, sans-serif;
  color: #ffeb00;
}
h1, h2, h3, h4 {
  text-shadow: 2px 2px grey;
  }
h1 {
  font-size: 64px;
  text-align: center;
  line-height: 0.8;
}
h2 {
  font-size: 48px;
  text-align: center;
  line-height: 0.8;
}
h3 {
  font-size: 28px;
  line-height: 0.8;
}
.toc h3 {
  text-align: center;
  }
h4 {
  font-size: 20px;
  line-height: 1.4;
}
ul {
  margin-left: 10%;
  margin-right: 10%;
}
li {
    line-height: 1.5;
  }
dt {
  font-size: 1.4em;
  margin-left: 10%;
  margin-right: 10%;
  line-height: 2;
  }
dd {
  margin-left: 10%;
  margin-right: 10%;
  }
nav {
  margin: -5% 34% 5%;
  }
header h1, h2, h3 {
  text-align: center;
  }
.navbutton {
  font-size: 16px;
  border-radius: 10px;
  float: left;
  background-color: #005ce6;
  text-align: center;
  text-decoration: none;
  border: 1px dotted yellow;
  padding: 10px;
  font-family: "Lemon", Arial, sans-serif;
  line-height: 1.5;
  height: 75px;
  vertical-align: middle;
}
main {
  margin-left: 10%;
  margin-right: 18%;
  background-color: #008000;/*Pick a different color*/
  border-radius: 15px;
  padding: 10px;
  }
code {
  display: inline-block;
  border: 1px;
}
footer {
  background-color: rgba(150,184,250,0.75);
  display: inline-block;
  border: 1px dotted;
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
  font-style: italic;
  position: static;
}
footer p {
  opacity: 1.0;
}
.sources {
  float: right;
  width: 15%;
  border: 1px dotted yellow;
  background-color: #009900;/*Pick a different color*/
  border-radius: 10px;
  padding: 15px;
  text-align: left;
  margin: 10px;
  }
.iconmedium{
  width: 56px;
  height: 56px;  
}
.iconsmall{
  width: 36px;
  height: 36px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.toc {
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  border: 1px dotted grey;
  border-radius: 10px;
  background-color: #009900;
  padding: 8px;
  }
.profilegreet {
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  }
figcaption {
  color: black;
  text-align: center;
  font-style: italic;
  font-size: .8em;
  border: 1px dotted #555;
  }
#wrap {
  padding: 3%;
  }