html {
  height: 100%;
  width: 100%;
  /*touch-action: none;*/
}

@font-face {
  font-family: "helvetica";
  src: url("../fonts/HelveticaNeueMedium.ttf");
}

body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
  font-family: helvetica;
}

.button {
  position: absolute;
  background-color: transparent;
}

.sidenav {
  max-height: 100vh;
  width: 450px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: rgba(40, 185, 238, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
}

.sidenav.ng-hide {
  width: 0;
}

.sidenav a {
  padding: 8px 8px 28px 32px;
  text-decoration: none;
  font-size: 28px;
  color: white;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

/*.sidenav a:hover {
    color: rgb(25, 73, 132) !important;
}*/
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 28px;
  margin-left: 50px;
}

.menu-container {
  padding-top: 20px;
  padding-left: 15px;
  cursor: pointer;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: 0;
}

.menu-modal {
  height: 100%;
  width: 100%;
  /*background-color: rgba(128, 128, 128, .4);*/
  background-color: transparent;
  position: absolute;
  top: 0;
}

.prosigna-logo-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: white;
  z-index: 2;
}

@media screen and (orientation: portrait) {
  .prosigna-logo-container > .prosigna-logo-vid {
    width: 1080px;
    height: 1920px;
    position: relative;
    margin: auto;
  }
  .prosigna-logo-container > .prosigna-logo-vid #prosignaLogo {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

@media screen and (orientation: landscape) {
  .prosigna-logo-container > .prosigna-logo-vid {
    width: 1920px;
    height: 1080px;
    position: relative;
    margin: auto;
  }
  .prosigna-logo-container > .prosigna-logo-vid #prosignaLogo {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

.label-color {
  color: lightgray;
}
/*# sourceMappingURL=site.css.map */