/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/


a {
    color: white;
    text-decoration: none; /* no underline */
}

    a:hover {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/roboto-regular.ttf') format('truetype');
}
html {
    height: -webkit-fill-available;
    overflow: hidden;
}

body {
    overflow: hidden;
    font-family: 'roboto-regular';
    background-color: #233568;
    touch-action: manipulation;
}
.visibilityShow {
    visibility: visible;
}

.visibilityHide {
    visibility: hidden;
}