Skip to content
Snippets Groups Projects
_footer.scss 2.62 KiB
Newer Older
bcweaver's avatar
bcweaver committed
@import "../helpers/mixins";
@import "../helpers/variables";
@import "../helpers/functions";
//
// Footer
// --------------------------------------------------

.footer {
  background: #173E41;
  border-top: none;
  color: $white;
bcweaver's avatar
bcweaver committed

bcweaver's avatar
bcweaver committed
    color: $white;
  }
    text-decoration: none;

    &:hover {
      text-decoration: underline;
    }
  }

  .social-media-links--platforms {

    a {
      color: $white;

      &:hover {

  .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color: $white;
  }

  .nav > li > a {
    padding: 0;
  }

  .footer-address {
    a {
      text-decoration: underline;
    }

    .contact-heading {
      line-height: 22px;
      color: $white;
      margin: 11px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: $font-size-h3;
      font-weight: $headings-font-weight;
    }
  }

  .footer-email {
    a {
      text-decoration: underline;
    }
  }
bcweaver's avatar
bcweaver committed
}

#subfoot {
  background: $deep-grey;
  float: left;
  width: 100%;
  color: $white;
  padding: 20px 0;

bcweaver's avatar
bcweaver committed
    color: $white;
  }

    text-decoration: none;

    &:hover {
      text-decoration: underline;
    }
bcweaver's avatar
bcweaver committed
  .sf-col2 {
    text-align: right;

    ul {
      list-style-type: none;
    }
  }

  @media (max-width: 768px) {
    .col-xs-12 {
      text-align: center;

      ul {
        padding: 0;
      }
    }
  }
}


//
// Address
// --------------------------------------------------

.footer-address {
  margin-bottom: 20px;
}

.footer-email {
  margin-bottom: 20px;

  a {
    text-decoration: none;

    &:hover {
      color: $white;
      text-decoration: underline;
    }
  }
}

.footer-phone {
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: solid $gray-6 1px;
  border-bottom: solid $gray-6 1px;
}


//
// Social Media
// --------------------------------------------------

.social-media-links--platforms {
  .fa-twitter:before {
      content: "\f081";
  }
  .fa-facebook:before {
      content: "\f082";
  }
  .fa-youtube:before {
      content: "\f166";
  }
  .fa-linkedin:before {
      content: "\f08c";
  }
  .fa-envelope:before {
      content: "\f199";
  }
  .fa-bitbucket:before {
      content: "\f172";
  }
  .fa-behance:before {
      content: "\f1b5";
  }
  .fa-pinterest:before {
      content: "\f0d3";
  }
  .fa-google-plus:before {
      content: "\f0d4";
  }