.footer {
  position: absolute;
  z-index: 100;
  bottom: 0;
  margin-top: 500px;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding-left: 2em;
  padding-top: 4px; }
  .footer i {
    color: white;
    font-size: 2.5em;
    padding-top: 0 2px;
    border-radius: 5px;
    bottom: 5px; }
  .footer .fa-facebook-square:hover {
    color: #3b5998;
    background-color: white; }
  .footer .fa-twitter:hover {
    color: #55acee;
    background-color: white; }
  .footer .fa-instagram:hover {
    background: linear-gradient(45deg, red, yellow, blue); }

.footer-right {
  position: absolute;
  bottom: 0;
  right: 2em;
  font-size: 1.2em;
  font-style: italic; }

@media screen and (max-width: 768px) {
  .footer {
    position: absolute !important; } }

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