

.site-footer {
    padding: 2em 0;
    background: #f2f2f2;
    background: #283E56;
    color: rgba(255, 255, 255, 0.7);
  }
  
  .site-footer a {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .site-footer a:hover {
    color: white;
  }
  
  .site-footer h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    letter-spacing: .3em;
    margin-bottom: 20px;
  }
  
  .site-footer .footer-link li {
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  .site-footer hr {
    width: 100%;
  }
  
  .site-footer .border-t {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
  }
  
  .copyright {
    cursor: default;    
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.5) !important;
  }