* { -webkit-tap-highlight-color:rgba(0,0,0,0); } body { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; margin: 0px 0px 1px 0px; /* the extra 1px allows the iOS inner/outer check to work */ background: rgb(0, 0, 0); } #content { margin: 0 auto; position: absolute; width: 100%; height: 100%; } #orientation { margin: 0 auto; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(assets/rotate-device.png); background-repeat: no-repeat; background-position: center; background-color: rgb(0, 0, 0); z-index: 999; display: none; } @font-face { font-family: "ArgentumNovus-Bold"; src: url("assets/fonts/ArgentumNovus-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { font-family: "ArgentumNovus-Light"; src: url("assets/fonts/ArgentumNovus-Light.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ArgentumNovus-Medium"; src: url("assets/fonts/ArgentumNovus-Medium.ttf") format("truetype"); font-weight: normal; font-style: normal; }