@font-face {
  font-family: 'tjevolette';
  src: url('../fonts/TJEvoletteABasic-Normal.otf');
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: 'tjevolette';
  src: url('../fonts/TJEvoletteABasic-Black.otf');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'tjevolette';
  src: url('../fonts/TJEvoletteABasic-Thin.otf');
  font-style: normal;
  font-weight: lighter;
}

html, body {
  font-family: 'tjevolette';
  font-style: normal;
  font-weight: lighter;
  font-size:22px;
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  overflow:hidden !important;
}
a:link, a:visited {
  text-decoration: underline;
  color: inherit;
}
.fading {
  -webkit-transition:all linear 0.35s;
  -moz-transition:all linear 0.35s;
  -o-transition:all linear 0.35s;
  transition:all linear 0.35s;
  opacity: 1;
}
.fading.ng-hide {
  opacity: 0;
}
h3 {
  font-family:tjevolette;
  font-style: normal;
  font-weight: bold;
  font-size:30px;
  text-align: center;
  margin: 40px;

}
h4 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 6px;
}
@media screen and (orientation:landscape) {
  .container {
    float: left;
    width: 50%;
  }
  .onportrait {
    display: none;
  }
  .onlandscape {
    display: all;
  }
}
@media screen and (orientation:portrait) {
  .container {
    /*float: left;*/
    width: 90%;
  }
  .onportrait {
    display: all;
  }
  .onlandscape {
    display: none;
  }
}
.container {
  /*padding-left: 32px;
  padding-right: 32px;*/
  padding-bottom: 35vh;
  padding-top:5vh;
}
.background-container {
  position:fixed;
  width:100%;
  height:100%;
  left:0;"
}
.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: scroll;
  -webkit-mask-image: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(148, 223, 255, 0) 80%);
}
.inlay {
  background: rgba(50, 50, 50, 0.85);
  border-radius: 5px;
  padding: 24px;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
}
input[type="text"] {
  text-align: center;
  background: rgba(250, 240, 230, 0.05);
  border-style: none;
  border-radius: 5px;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 12px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  border-radius: 10px;
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  /*background: #fff;*/
}
input[type=range]::-webkit-slider-thumb {
  height: 32px;
  width: 32px;
  border-radius: 38px;
  border: 0px white;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
input[type=range]:active::-webkit-slider-thumb {
  background: rgba(0,0,0,0.3);

}
input[type=range]:focus::-webkit-slider-runnable-track {
  /*background: #fff;*/
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #fff;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #fff;
}
.list-group-item {
  width: 100%;
  background: rgba(250, 240, 230, 0);
  padding-bottom:17px;
  padding-top:27px;
  padding-left:0px;
  border: none;
  border-bottom: 1px solid rgba(250, 240, 230, 0.5);
  border-radius:0px !important;
}
.list-group-item.grayed {
  background: rgba(50, 50, 50, 0.35);
  color: rgba(250, 240, 230, 0.35);
}
button, .btn, .btn-sm {
  background: rgba(250, 240, 230, 0);
  -webkit-tap-highlight-color: rgba(255,255,255,0.2);
  transition:all .5s;
  -webkit-transition: all .5s;
  margin-left: 20px !important;
  border-radius:100px !important;
}
button:active {
  background:rgba(255,255,255,0.3);
  mix-blend-mode: screen;
}
.btn-home {
  width:80px;
}
canvas {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 5px;
}
.marker {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 9;
  text-align: center;
  color: rgba(50, 50, 50, 0.60);
}
#navcontainer {
  width: auto;
  height: auto;
  position: fixed;
  left: -1px;
  top: -1px;
  max-width: 70%;
  background: rgba(50, 50, 50, 0.85);
  color: rgba(250, 240, 230, 0.85);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(250, 240, 230, 0.35);
  border-bottom-right-radius: 5px;
  padding: 0px;
}
#navbutton
{
  padding: 8px;
}
#navdrawer {
  padding-top: 0px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0px;
  display: none;
}
.toastposition {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
}
.toast {
  display: inline-block;
  padding: 6px 16px 6px 16px;
  border-radius: 5px;
  background: rgba(40, 40, 40, 0.95);
  box-shadow: 1px 1px 1px black;
  color: rgba(250, 240, 230, 0.85);
}
.status {
  position: fixed;
  left: 0px;
  bottom: -1px;
  height: auto;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  background: rgba(250, 240, 230, 0.10);
  color: rgba(250, 240, 230, 0.85);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(250, 240, 230, 0.35);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#app {
  z-index:9999999;
  position:fixed;
  left:50%;
  margin-left:-16.5%;
  bottom:150px;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow:hidden;
}
#counter {
  height: 100px;
  font-family: "tjevolette", sans-serif;
  font-size: 50px;
  line-height: 100px;
  color: rgba(255, 255, 255, 1);
  bottom:0px;
}

  .num {
    position: relative;
    float: left;
    width: 36px;
    height: 100px;
    overflow: hidden;
}
    .separator {
      width: 18px;
    }


.slide-enter-active,
.slide-leave-active {
  position: absolute;
  transition: all 300ms ease;
}

.slide-enter {
  transform: translateY(50%);
  opacity:0;
}

.slide-enter-to {
  transform: translateY(0);
  opacity:1;
}

.slide-leave {
  transform: translateY(0);
  opacity:1;
}

.slide-leave-to {
  transform: translateY(-50%);
  opacity:0;
}

.weather {
  position:fixed;
  width:100vw;
  height:100px;
  bottom:20px;
  left:0;
  padding-right: 30px;
}
.glyphicon-off {
  color:rgba(255,255,255,0.3);
}
