.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1 0 auto;
}

footer {
  height: 50px;
  line-height: 50px;
  text-align: right;
  background-color: white;
  font-size: 14px;
  border-top: 2px solid #dcdedc;
  margin: 20px 7vw 0px 7vw;
  padding: 0px;
}

.footerlink {
  color: rgba(209,144,0,1);
}
