/* Homepage notice: quiet enough to skim past, clear enough to read */
#home-notice {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #8a8a8a;
  text-align: center;
  max-width: 620px;
  margin: 0 auto 26px;
  padding: 10px 16px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
