/**
 * @Author: Miguel Angel del Toro <elk>
 * @Date:   18-01-2018
 * @Email:  info@madeltoro.es
 * @Last modified by:   elk
 * @Last modified time: 01-09-2020
 * @Copyright: All right reserved. No for public use.
 */



html {
  position: relative;
  min-height: 100%;
}
a{
  color: white;
}
a:hover {
  color: white;
  text-decoration: none;
}
body {
  margin-bottom: 60px;
  background-color: #323336;
  color: rgb(223, 223, 223);
}
.logo {
  max-width: 25%;
  height: auto;
  padding-top:2em;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
footer p {
  margin: 0;
}
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

footer.footer {
  background-color: #222;
}
