@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  src: url('assets/font/SourceSansPro-Semibold.woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  src: url('assets/font/SourceSansPro-Bold.woff');
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  background: transparent !important;
  overflow: hidden;
  margin: 0;
  letter-spacing: 1.75px;
  font-size: 11px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', sans-serif;
}
.grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.grabbing {
   cursor: -webkit-grabbing;
  cursor: -moz-grabbing; 
}

#logo-container {
  pointer-events: none;
}
.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 60.25px;
  bottom: 0;
  right: 0;
  margin: auto;
}

.volume > .on, .volume > .off {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 10px;
  height: 12px;
  width: auto;
  cursor: pointer;
  pointer-events: initial;
}

.volume > .off {
  visibility: hidden;
}

.volume.muted > .on {
  visibility: hidden;
}

.volume.muted > .off {
  visibility: visible;
}

.center-container, 
.scroll-container {
  pointer-events: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.scroll-container {
  bottom: 0px;
}

.scroll-icon {
  display: block;
  text-align: center;
  margin: auto;
  height: 24px;
  width: auto;
  pointer-events: initial;
  cursor: pointer;
  padding: 9px 10px;
  -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
   -moz-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
     -o-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
        transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

/*
.scroll-icon:hover {
  opacity: 1.0;
  transform: translateY(-2px);
  -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
   -moz-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
     -o-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
        transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}*/

/*.mobile-button {
  width: 50px;
  height: 50px;
  border-radius: 100% 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: 100px;
  margin-bottom: 21px;
}

.mobile-inner-circle {
  position: relative;
  top: 0px;
  z-index: 1;
  left: 0;
  width: 50px;
  height: 50px;
  transform: scale3d(0.05, 0.05, 1.0);
  border-radius: 100% 100%;
  display: inline-block;
  background: white;
}*/

.info-container {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.info {
  text-transform: uppercase;
  margin: auto;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: 85.25px;
  display: table-cell;
  margin: auto;
  text-align: center;
  color: hsl(0, 0%, 60%);
}

.info-cycle {
  position: relative;
  width: 100%;
}

.info-volume, .info-input {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  margin: auto;
}

strong {
  color: white;
  font-weight: 700;
}

.info-icon {
  width: 15px;
  margin-top: 40px;
}

.scale-animation {
  -webkit-animation: flickerAnimation 4s infinite;
  -moz-animation: flickerAnimation 4s infinite;
  -o-animation: flickerAnimation 4s infinite;
  animation: flickerAnimation 4s infinite;
}

/*.hr-container {
  display: none;
  position: absolute;
  bottom: 0;
  height: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  vertical-align: bottom;
  color: rgba(255, 255, 255, 0.5);
}
.vertical-hr {
  text-align: center;
  opacity: 0.5;
  width: 1px;
  height: 100%;
  display: block;
  background: white;
  margin: auto;
  margin-top: 10px;
}*/

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

@keyframes flickerAnimation {
  0%   { transform: scale(1.0); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
@-o-keyframes flickerAnimation{
  0%   { transform: scale(1.0); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
@-moz-keyframes flickerAnimation{
  0%   { transform: scale(1.0); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
@-webkit-keyframes flickerAnimation{
  0%   { transform: scale(1.0); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}

/* Modified from: http://projects.lukehaas.me/css-loaders/ */
.loader {
  margin: 0px auto;
  font-size: 10px;
  font: sans-serif;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.0);
  border-right: 2px solid rgba(255, 255, 255, 0.0);
  border-bottom: 2px solid rgba(255, 255, 255, 0.0);
  border-left: 2px solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  margin: auto;
  top: 0;
  top: 127px;
  left: 0;
  right: 0;
  bottom: 0;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}