body {
  font-family: "Roboto Condensed", Arial, "Sans Serif"
}

hr {
  color: #002e63;
}

h1 {
  color: #002e63;
}

nav{
  background-color: #002e63;
  overflow: hidden;
}

nav a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: "Roboto Condensed", Arial, "Sans Serif";
  font-size: 17px;
}

nav a:hover {
  background-color: #5f6300;
  color: #ffffff;
}

nav a:active {
  background-color: #d6d8e4;
  color: black;
}


/* this is a single line CSS comment

body {
    background-color: #f7f6e5;
}

h1 {
    font-family: "Roboto Condensed", Arial;
    color: #e8e8e8; 
    background-color: #233067;
    margin-left: 20px;
}

footer {
  font-family: "Roboto Condensed", Arial;
  font-size: 0.8em;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5%;
  width: 100%;
  color: black;
  background-color:  #e8e8e8;
  padding-left: 20px; padding-top: 2px;
}

*/