.transp {
  opacity: 0.5;
}
.undit {
  font-style: italic;
  text-decoration: underline;
}
.boldUP {
  font-weight: bold;
  text-transform: uppercase;
}
.imgf {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ovl {
  text-decoration: overline;
}
.str {
  text-decoration: line-through;
}
.und {
  text-decoration: underline;
}
.ou {
  text-decoration: underline overline;
}
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: #1a000d;
}
main,
header,
footer,
nav {
  padding: 1em;
}
nav {
  background-color: #FFFFFF;
  color: #443131;
}
nav a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #EAC4BD;
  padding: 1em;
}
nav a:link {
  color: #090606;
}
nav a:visited {
  color: #0f0008;
}
img {
  box-shadow: 5px 10px #888888;
}
header {
  background-color: #D0BB9A;
  color: #D0BB9A;
}
footer {
  background-color: #FFC285;
  color: #0000A0;
  background: linear-gradient(to right,#FFC285,pink);
}
footer a:link {
  color: #6F1806;
}
footer a:visited {
  color: #660066;
}
nav ul li {
  text-align: center;
  list-style: none;
  margin-bottom: 2em;
}
nav ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) {
  nav ul li {
    text-align: left;
    list-style: none;
    display: inline;
    padding: 1em;
  }
}
h1 {
  color: #3B2C0C;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.8em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  text-transform: uppercase;
}
h2 {
  color: #3B2C0C;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  text-transform: uppercase;
}
h3 {
  color: #3B2C0C;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
  margin-top: 0.55em;
  margin-bottom: 0.55em;
  text-transform: uppercase;
}
h4 {
  color: #3B2C0C;
  font-size: .9em;
  font-weight: bold;
  line-height: .9em;
  margin-top: 0.45em;
  margin-bottom: 0.45em;
  text-transform: uppercase;
}
h5 {
  color: #3B2C0C;
  font-size: .85em;
  font-weight: bold;
  line-height: .85em;
  margin-top: 0.425em;
  margin-bottom: 0.425em;
  text-transform: uppercase;
}
h6 {
  color: #3B2C0C;
  font-size: .75em;
  font-weight: bold;
  line-height: .75em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  text-transform: uppercase;
}
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: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  body {
    font-size: 14px;
  }
  header,
  main,
  footer {
    padding: 2em;
  }
}