footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin: 0;
}
.copyright {
  color: #6c757d;
  /*font-size: small;*/
  font-weight: 900;
  letter-spacing: 1px;
  font-variant: small-caps;
}
.link-1 {
  color: #6c757d;
  font-weight: 900;
  letter-spacing: 3px;
  text-decoration: none;
  font-variant: small-caps;
}

.link-1:hover {
  color: rgb(108, 117, 125, 0.5);
  font-weight: 900;
}
.social-icon {
  max-width: 90px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  height: auto;
}
.social-icon:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.gross {
  font-size: x-large;
}
@media (max-width: 600px) {
  .footer-left,
  .footer-right {
    text-align: center !important;
  }
}
@media screen and (max-width: 414px) {
  .social1 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  footer {
    height: 100px;
  }
  .link-1 {
    letter-spacing: 1px;
  }
}
