.content {
  width: 100%;
  min-height: 70vh;
  min-height: -webkit-calc(100vh - 354px - 356px);
  min-height: -moz-calc(100vh - 354px - 356px);
  min-height: calc(100vh - 354px - 356px);
}

#footer {
  width:100%;
  background: #F0F0F0;
  color: #202020;
  text-align: center;
}

#footer_logo {
  width: 150px;
}

#mission {
  font-style: italic;
}

#copyright {
  width:100%;
  background: #202020;
  color:white;
  text-align:center;
}

#footer, #copyright {
  padding: 15px;
}

#sitemap > a {
  color: rgb(32, 125, 188);
}

#sitemap > a:hover {
  text-decoration: underline;
}

#icons {
  margin-bottom: 5px;
}

@media (max-width:800px) {
  #footer .button {
    width: 100%;
    margin-left:0;
  }
}
