/*Code by Ethan Moats 2016*/
body {
  background-image: url('images/space.png');
  background-attachment: fixed;
  color: white;
}

div.container {
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(70,70,70,0.9);
  padding: 10px 25px;
  border: 5px outset black;
}

h1, h2, h3 {
  background-color: rgba(50,50,50,0.7);
  color: #fff;
  padding: 5px 10px;
}

div#copyright {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(70,70,70,0.6);
  padding: 10px 25px;
}

a:link {
  color: #ddd;
}

a:visited {
  color: yellow;
}

a:hover {
  color: #960;
  background-color: #fff;
}

a:active {
  color: red;
}

a:focus {
  color: fuchsia;
}

a {
  padding: 0px 5px;
  text-decoration: none;
}

figure {
  float: right;
}

div.para p {
  text-indent: 2em;
  line-height: 1.5;
  font-size: 15px;
}

h1 {
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 5px;
  word-spacing: 10px;
  text-shadow: -2px -2px 5px #000;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 300%;
  font-style: oblique;
  font-weight: bolder;
  font-variant: small-caps;
}

span {
  font-weight: bolder;
  font-size: 120%;
}
#truth {
  color: rgba(50,50,50,.2);
}
ul#menu li {
  display: inline-block;
  background-color: rgba(50,50,50,.4);
  width: 168px;
  text-align: center;
  font-size: 15px;
}
#footer {
  background-color: rgba(50,50,50,.4);
  margin-top: 50px;
  padding: 20px 0px 20px 10%px;
}
