.site-footer {
  background-color: #101010;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 35px 0 45px;
  .site-footer-link {
    color: #ff8562;
    text-decoration: none;
    &:hover {
      color: #ff8562;
      text-decoration: underline;
    }
  }
  .site-footer-note {
    margin-top: 8px;
    color: #404040;
    line-height: 1;
  }
	.site-footer-subscript {
		margin-top: 8px;
		font-size: 15px;
		color: rgba(202, 202, 202, 0.3);
	}
}