#wrapper-footer {
  padding: 0; }
  #wrapper-footer > .container-fluid {
    color: rgba(255, 255, 255, 0.6);
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0.6));
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0.6));
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    text-align: center;
    font-size: 12px;
    overflow: hidden; }
    @media (max-width: 370px) {
      #wrapper-footer > .container-fluid .site-footer {
        width: 80%;
        margin: 0 auto; } }
    #wrapper-footer > .container-fluid a {
      color: rgba(255, 255, 255, 0.8);
      font-family: 'christopherhandregular';
      font-size: 20px;
      margin-right: 5px; }
      #wrapper-footer > .container-fluid a:hover {
        color: white;
        text-decoration: underline; }


