footer {
  margin-top: 60px;
  height: auto;
  padding: 10px;
  width: 100%;
  background-color: #0a0a0a;
  text-align: center;
  position: relative; }
  footer hr {
    background-color: #1f1f1f; }
  footer .row .section {
    padding: 10px;
    text-align: right;
    color: white;
    border-left: 1px solid #131313;
    padding-right: 40px; }
    footer .row .section:last-of-type {
      border-left: none; }
    footer .row .section .section-title {
      position: relative; }
      footer .row .section .section-title::after {
        position: absolute;
        content: "";
        right: -10px;
        bottom: 0;
        height: 100%;
        width: 8px;
        background-color: #b6b900; }
    footer .row .section .website-title {
      text-align: right;
      color: white; }
    footer .row .section ul a {
      text-decoration: none;
      color: white;
      padding: 5px;
      margin-bottom: 2px;
      display: block; }
      footer .row .section ul a:hover {
        color: #bea200; }
      footer .row .section ul a li {
        list-style-type: none; }
  footer div {
    padding: 15px; }
    footer div i {
      margin-left: 10px;
      color: white;
      font-size: 19px;
      padding: 9px;
      border: 1px solid white;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      transition-duration: 300ms; }
    footer div .fa-snapchat-ghost:hover {
      background-color: #FFFC00;
      color: white;
      text-shadow: 0 0 3px #000; }
    footer div .fa-instagram:hover {
      background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
      color: white;
      text-shadow: 0 0 3px #000; }
    footer div .fa-facebook-f:hover {
      background-color: #3b5998;
      color: white; }
    footer div .fa-twitter:hover {
      background-color: #1DA1F2;
      color: white; }

.rights {
  background-color: black;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: white;
  font-size: 13px; }

@media screen and (max-width: 995px) {
  footer .row .section {
    border-left: none;
    border-bottom: 1px solid #141414; }
    footer .row .section:last-of-type {
      border-bottom: none; } }

/*# sourceMappingURL=footer.css.map */
