/* body */
pre, blockquote, dl, figure, table, p, ul, ol, form  {
    margin-bottom: 1.0rem;
}
/*Logo*/
#logo a {
  text-transform:uppercase;
  text-decoration:none;
  font-size: 2.0rem;
  // line-height: 1.6;
  // font-weight: 400;
  color:White;
  position: relative;
  top:1em;
  margin-bottom:1rem;
}
/* Header */
header {
  background:#009be8;
  padding: 1em 0;
}
header nav {
  text-align:right;
  margin-top:2em;
}
header nav ul li {
  display:inline-block;
}
header nav ul li a {
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  padding:0.75em 0.75em;
}
header nav ul li a:hover {
  color:DarkBlue;
}
/* Footer */
footer {
  background:#009be8;
  padding: 1em 0;
  height:3em;
}
footer nav ul {
  // margin-top:0.5em;
}
footer nav ul li {
  display:inline;
  // margin:0;
}
footer nav ul li a {
  color:#fff;
  text-decoration:none;
  text-transform: uppercase;
  margin:0 1em 0 0;
  font-size:0.75em;
}
footer img {
  float:right;
}
footer p {
  color:#fff;
  line-height: 1;
  text-transform: uppercase;
  font-size:0.7em;
  margin-top:0.5em;
}