/***************************************************************************************
* Footer
***************************************************************************************/

footer {
  background-color: $gray-lighter;
  margin-top: 40px;
  padding-bottom: 200px;
  padding-top: 50px;
  color: $cr-grey;
  h5 {
    margin-top: 0;
    color: $cr-grey;
    font-weight: bold;
  }
  a {
    color: $cr-grey;
  }
  .social-icons {
    text-align: left;

    @media (min-width: $screen-lg-min) {
      text-align: right;
    }

    a {
      background: $cr-grey;
      color: $gray-lighter;
      border-radius: 50%;
      padding: 8px;
      display: inline-block;
      height: 40px;
      width: 40px;
      margin-right: 15px;
      svg {
        height: 24px;
        width: 24px;
      }

      &:hover {
        background-color: $brand-primary;
      }
    }
  }
}
