@import "fonts/font-avenir/font-avenir.css";

:root{
  --button-wrapper-height: calc(100% - 175px);
}

body{
  margin: 0;
  font-family: Avenir, serif !important;
  font-size: 16px;
  overflow: hidden;
}

html, body{
  height: 100%;
  overflow: hidden;
}

.copyright{
  font-size: 11px !important;
  color: white;
  text-align: center;
}

.copyright a{
  color: white;
}

@media all and (max-device-width: 767px) and (orientation: landscape) {
  .copyright{
    display: none;
  }
}
