File Name: style.less
Date: 5/7/2018
Programmer: Robert Heintze


body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #FFFFFF;
  color: #000000;
}
a:link {
  color: #000000;
}
a:visited {
  color: #800040;
}
main,
header,
footer,
nav {
  padding: 1em;
}
nav {
  background-color: #EAC4BD;
  color: #443131;
}
nav a:link {
  color: #443131;
}
nav a:visited {
  color: #3B2C0C;
}
header {
  background-color: #D0BB9A;
  color: #D0BB9A;
}
footer {
  background-color: #FFC285;
  color: #0000A0;
}
footer a:link {
  color: #6F1806;
}
footer a:visited {
  color: #660066;
}
@media (min-width: 321px) and (max-width: 480px) {
  nav ul li {
    text-align: center;
    list-style: none;
  }
}
@media only screen and (min-width: 481px) {
  nav ul li {
    text-align: left;
    list-style: none;
    display: inline;
    padding: 1em;
  }
}
h1,
h2,
h3 {
  font-weight: bold;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.1em;
}
ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
li {
  line-height: 1.5em;
}
em {
  font-style: italic;
}
pre {
  font-family: "Courier New", monospace;
  white-space: pre-wrap;
}
@media only screen and (min-width: 481px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  header,
  main,
  footer {
    padding: 2em;
  }
}
g