HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/_domains/knowtifi.alanwaldron.com/php/scss/custom/_footer.scss
footer {
  margin-top: 100px;
  background-color: $blue;
  //  background-image: url(/img/honey.png);
  //  .bg-cover;

  h3 {
    color: $white;
    margin-bottom: 30px;

    &:after {
      content: "";
      background-color: $orange;
      display: block;
      width: 80px;
      height: 4px;
      position: relative;
      top: 10px;
    }
  }
  i {
    color: $orange;
  }
  a, a:link, a:active, a:visited {
    color: $white !important;
  }
  a:hover {
    color: $aqua !important;
    text-decoration: none;
  }

  .row {
    padding-top: 30px;
    color: $white;
  }

  .fa-facebook,
  .fa-twitter,
  .fa-google-plus,
  .fa-linkedin,
  .fa-apple,
  .fa-android {
    color: $blue;
  }

  .fa-stack .fa-circle,
  .fa-stack .fa-square {
    color: $white;
  }

  .fa-stack:hover .fa-circle,
  .fa-stack:hover .fa-square {
    color: $aqua;
  }

  .contact {
    .fa-fw {
      width: 20px !important;
      margin-right: 8px;
    }
  }

  .copyright {
    padding: 10px;
    margin-top: 15px;
    font-size: 0.8em;
    color: #CCCCCC;
    text-align: center;
    background-color: #191919;
  }

  #logo-footer {
    max-width: 80%;
  }
}