html,
body
{
    height: 100%;
}
.logo-square {
  max-height: 280px;
  max-width: 280px;
}

.highlight {
  color: #c30000ff;
}

.bg-trans {
  background:rgba(255,255,255,0.9);
}
.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.site-footer a {
  color: #fff;
  text-decoration: underline;
}

.policy-page {
  min-height: 100%;
  background: #fff;
}
