/* Colorscheme
orange text: rgb(223, 103, 69)

*/
.hidden {
  display:none;
}

body {
  margin:0;
  font-size:62.5%; /* Resets 1em to 10px */
  font-family:'Helvetica Neue', 'Helvetica', Sans-Serif;
  color: black;
  /* Maybe I'll add the watermark back someday
  background-image: url("images/reelWatermark.png");
  background-repeat: no-repeat;
  background-position: center;*/
  background-color:white
  }

h1, h2, h3, h4, h5, h6 {
  color:black;
  font-weight:normal;
  text-transform:uppercase;
  letter-spacing:2px;
}

a {
  text-decoration:none;
  color:rgb(223, 103, 69);
}

a:hover {
  text-decoration:underline;
  color:rgb(243, 123, 89);
}

.header {
  height:50px;
}

.main_category {
  color:rgb(223, 103, 69);
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:normal;
}

.name {
  color:rgb(223, 103, 69);
  float:left;
  text-transform:uppercase;
  letter-spacing:2px;
}

.resume_references {
    text-align:center;
}

.contact {
  font-size:12pt; 
  color:rgb(243, 123, 89);
  float:right;
  margin-top:15px;
}

.content {
  max-width:600px;
  min-width:400px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
  /*
  margin-right:30px;
  margin-left:30px;
  */
}

.footer {
  text-align:center;
  background:rgba(255,255,255,.8);
  display:block;
  position:fixed;
  width:100%;
  height:30px;
  bottom:0px;
  padding:10px;
  margin:0px;
}

.spacer {
  position:relative;
  background:none;
}
