body {
  font-family:Ariel,Helvettica;
  background-color:black;
  color:orange;
}

a:link {
  color:#fcd63c;
}

a:visited {
  color:#839299;
}

a:hover {
  color:#f9e284;
}

a:active {
  clip:white;
}

img.headerlogo {
  display:block;
  margin-left:auto;
  margin-right:auto;
  max-width: 100%;
  height: auto;
}

img.construction{
  display: block;
  margin-left:auto;
  margin-right:auto;
}

img.Logo2 {
  vertical-align: middle;
  max-width: 40%;
}

#emberImg {
  width: 100%;
  height: 227px;
  background: url(../art/embergroup.png);
  bottom: 0px;
  position: fixed;
  pointer-events: none;
}

figcaption{
  text-align: center;
}

section {
  margin-left:auto;
  margin-right:auto;
  width:75%;
  font-size:1.7em;
  text-indent: 30px;
}

h1 {
  font-size: 3em;
}

p.headerSubtext {
  font-size: .4em
}

article {
  text-indent: 30px;
}

details {
  font-size: 0.8em;
  color: #fcc23c;
}

nav ul {
  list-style-type:none;
  float:right;
  margin-right:20px;
  margin-left:20px;
}

ul.footerNav {
  float: right;

}

li.footerButton {
  float: right;
}

hr {
  border-color:#839299;
}

a.projects {
  color:orange;
  text-decoration:none;
}

img.projectImg {
  display: block;
}

li.project1 {
  list-style-type: none;
  width: 75%;
}
li.project2 {
  list-style-type: none;
  height: 350px;
  width: 75%;
}

li.project1:hover {
  border-style:solid;
  border-color:orange;
  border-width: 2px;
  border-radius: 10px;
  width:75%;
}

li.project2:hover {
  border-style:solid;
  border-color:orange;
  border-width: 2px;
  border-radius: 10px;
  width:75%;
}

footer {
  margin-left:auto;
  margin-right:auto;
  width:70%;
  color:#839299;
}
