.element::-webkit-scrollbar { width: 0 !important }
.element { overflow: -moz-scrollbars-none; }
.element { -ms-overflow-style: none; }


html, body {
  margin:0;
  font-family: 'ClearfaceStd-Regular', serif;
  color:#493823;
}


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}


a {
  color:#493823;
  text-decoration: none;
  border-bottom: 1px dashed #aaa;
}

a:hover {
  color:#493823;
  text-decoration: none;
}

a:visited {
  color:#493823;
  text-decoration: none;
}

a:visited:hover {
  color:#493823;
  text-decoration: none;
}

.page {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  height: calc(100vh - 50px);
}


.spacer-top {
  width: 100px;
  height: 100px;
  opacity: 0;
}

.spacer-bottom {
  width: 100px;
  height: 110px;
  opacity: 0;
}

