.site-footer{
  margin-top: 100px;
  background:#000;
  color:#8a8a8a;
  width:100%;
  padding:18px 0;
  font-size:14px;
}

.site-footer .container{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
  text-align:center;
}

.site-footer a{
  color:#cfcfcf;
  text-decoration:none;
  transition:color .2s ease;
}

.site-footer a:hover{
  color:#ffffff;
}