#footer {
  background-color: #161616;
  color: grey;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  min-height: 30vh;
  margin-top: 50px;
  border-top: 2px solid #313131;
}

#footer a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 50px;
  margin-top: 0;
  transition: all 300ms;
}

#footer a:hover {
  color: white;
}

.svgbar {
  margin: 50px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

#footer .svgbar a {
  margin: 0 20px;
  transition: all 300ms;
}

.svgbar a:hover {
  transform: scale(1.1);
}

.svgbar img {
  width: 10vw;
  max-width: 60px;
}

/*# sourceMappingURL=footer.css.map */
