@font-face {
  font-family: "stanberryregular";
  src: url("font/stanberry-webfont.woff2") format("woff2"),
    url("font/stanberry-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: Arial, Helvetica, sans-serif;
}
.block {
  display: block;
}
.textcenter {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.ft16px {
  font-size: 16px;
}
.sr-only {
  position: absolute;
  margin: -1px 0 0 -1px;
  padding: 0;
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0;
}
.flex {
  display : flex;
}
.justicenter {
  justify-content: center;
}
.itemend {
  align-items: flex-end;
}
.justiaround{
 justify-content: space-around;
}
.justibetween {
  justify-content: space-between;
}
.itemcenter {
  align-items: center;
}
.column {
  flex-direction: column;
}
.h100p {
  height: 100%;
}
.h80 {
  height: 80px
}