.footer {
    background-color: #3b332a; }
    .footer .footer-logo {
      height: 100px; }
    .footer .social-button .btn {
      border-radius: 50px;
      color: #ffffff;
      height: 50px;
      width: 50px; }
    .footer .social-button .facebook {
      background-color: #8298e0; }
    .footer .social-button .google {
      background-color: #fd5353; }
    .footer .social-button .twitter {
      background-color: #1dbde5; }
    .footer .social-button .linkedin {
      background-color: #2e84b6; }
    .footer .footer-text {
      font-size: 0.9rem;
      color: #ffffff; }
      @media (max-width: 575px) {
        .footer .footer-text {
          text-align: center !important; }
          .footer .footer-text a {
            text-align: center !important; } }
      .footer .footer-text a {
        font-size: 0.9rem;
        color: #ffffff; }
        .footer .footer-text a:visited {
          font-size: 0.9rem;
          color: #ffffff; }
  
  .footer-copyright {
    font-family: "ProximaNovaLight";
    background-color: #2c251e; }
    .footer-copyright p {
      color: #ffffff; }

