/* ==========================================================================
  Author's custom styles
  ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Lato";
}

body {
  padding: 0;
  margin: 0;
}

.logo {
  margin-top: 2rem;
  height: 7.8rem;
}

#content {
  position:static;
  margin: 0 auto;
  width: 80%;
  height:auto;
  background-color: #fff;
}

div.header, div.footer {
  background-color: #222;
  color: white;
  padding: 0.5em;
}
div.header {
  position: relative;
  width: 100%;
}

div.footer {
  bottom:0;
  position: fixed;
  width: 80%;

}

div.article {
  position: absolute;
  width:80%;
  height:100%;
  padding:0;
  margin:0;
}

div.article iframe {
  width: 100%;
  height:100%;
  border: none;
}

a.logo img {
  height: 5.1rem;
}

.title {
  font-size: 3rem;
  padding-top: 0;
  margin-top: 0;
  margin-left: 0.7em;
  float: right;
  color:white;
  text-decoration: none;
}
