<style>
/** STYLINGS FOR PAGE ON ALL SIZE SCREENS */
    :root{      
    --main-background: transparent;
    }
    :root{      
    --main-textColor: black;
    }
    :root{      
    --main-sliderColor: silver;
    }
    :root{      
    --main-sliderTextColor: black;
    }
    :root{      
    --main-accentBackground: red;
    }
    :root{      
    --main-creditColor: white;
    }


  
    html {
        min-height: 100%;
    }
    body {
        /*margin: 0;*/
        height: 100%;
        /*position: fixed; */
        width: 100%;
        /*background-repeat: repeat;*/
        background: var(--main-background);
        background-color: var(--main-background) !important;
        background-blend-mode: normal;
        background-attachment: fixed !important;
        overflow: scroll;
    }

    #app {
        font-family: Avenir, 'Nunito Sans', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--main-textColor);
        /*margin-top: 10px;*/
        text-align: center;
        -webkit-backface-visibility: hidden;
        /*position: fixed;*/
    } 
    
    button,
    button:hover, 
    button:focus, 
    button:active, 
    button:active, 
    button:active:focus,
    button:active:hover{
        outline:none !important;
    }
    input:focus { outline:none !important; }
    
    .btn,
    .btn:hover, 
    .btn:focus, 
    .btn:active, 
    .btn:active, 
    .btn:active:focus,
    .btn:active:hover{
        outline:none !important;  
        box-shadow: inherit;
    }
    a, a:link, a:visited, a:active, a:hover { color: var(--main-textColor); text-decoration: none;}
    
    select option{
    color: #333;
    }

    .noselect {
        -webkit-touch-callout: none; 
          -webkit-user-select: none; 
           -khtml-user-select: none; 
             -moz-user-select: none; 
              -ms-user-select: none; 
                  user-select: none; 
    }
    .outer {
        display: table;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .middle {
        display: table-cell;
        vertical-align: middle;
    }

    .inner {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .loadingTxt{
        color: var(--main-textColor); 
        font-size: 2em; 
        font-weight: 300;
    }
    .loadingLine{
        background-color: var(--main-textColor); 
        height: 2px;
        border-radius: 4px;
        max-width: 70%;
    }

    #dynamicTextBox{
        margin-top: 0px;
    }
    .dynamicText{
        text-align: left;
        margin: auto;
        font-weight: 500;
    }
    
    #soundscapeSelectionBay{
        outline: none !important;
        position: absolute;
        display: flex; 
        flex-direction: column; 
        justify-content: center; 
        align-items: center;
    }
    .soundscapeSelectorID{
        color: var(--main-sliderTextColor);
        outline: none !important;
        background: var(--main-sliderColor);
        text-align: center;
        text-align-last: center;
        font-weight: 700;
        border: 0px;
    }
    .soundscapeSelectorID:hover, 
    .soundscapeSelectorID:focus, 
    .soundscapeSelectorID:active, 
    .soundscapeSelectorID:active, 
    .soundscapeSelectorID:active:focus,
    .soundscapeSelectorID:active:hover{
        background: var(--main-sliderColor) !important;
        color: var(--main-sliderTextColor) !important;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .dropdown-menu{
        outline: none !important;
        border: 0px !important;
        text-align-last: center;
        font-weight: 700;
        background: transparent;
    }
    .dropdown-item{
        outline: none !important;
        border: 0px !important;
        text-align-last: center;
        font-weight: 700;
    }
    .dropDownHamburger{
        background: transparent !important; 
        z-index: 10 !important; 
        text-align: right; 
        text-align-last: right; 
        padding: 8px 20px 10px 10px;
    }
    .playPauseBtn{
        position: relative; 
        color: var(--main-sliderTextColor);
        background: var(--main-sliderColor);
        text-align: center;
        text-decoration: none;;
    }
    #perspectiveControlBay{
        overflow: hidden;
        position: fixed;
        display: flex; 
        flex-direction: row; 
        justify-content: center; 
        align-items: center;
    }
    #perspectiveSlider{
        position: relative;
        display: block;
        background-color: var(--main-sliderColor);
        pointer-events: auto;
    }
    #perspectiveSlider::-webkit-slider-thumb{
        background-color: var(--main-sliderTextColor);
        pointer-events: auto;
        border: none;
        box-shadow: 
        0px 1px 0px #999, 
        0px 2px 0px #888, 
        0px 2px 0px #777, 
        0px 3px 0px #666, 
        0px 3px 0px #555, 
        0px 4px 0px #444, 
        0px 4px 0px #333, 
        0px 5px 4px #001135;
    }
    #perspectiveSlider::-moz-range-thumb{
        background-color: var(--main-sliderTextColor);
        pointer-events: auto;
        border: none;
        box-shadow: 
        0px 1px 0px #999, 
        0px 2px 0px #888, 
        0px 2px 0px #777, 
        0px 3px 0px #666, 
        0px 3px 0px #555, 
        0px 4px 0px #444, 
        0px 4px 0px #333, 
        0px 5px 4px #001135;
    }
    #bufferControlBay {
        overflow: hidden;
        position: fixed;
        display: flex; 
        flex-direction: row; 
        justify-content: center; 
        align-items: center;
    }
    #bufferSliderControl{
        position: relative;
        display: block;
        background-color: var(--main-sliderColor);
        pointer-events: auto;
    }
    #bufferSliderControl::-webkit-slider-thumb{
        background-color: var(--main-sliderTextColor);
        pointer-events: auto;
        border: none;
        box-shadow: 
        0px 1px 0px #999, 
        0px 2px 0px #888, 
        0px 2px 0px #777, 
        0px 3px 0px #666, 
        0px 3px 0px #555, 
        0px 4px 0px #444, 
        0px 4px 0px #333, 
        0px 5px 4px #001135;
    }
    #bufferSliderControl::-moz-range-thumb{
        background-color: var(--main-sliderTextColor);
        pointer-events: auto;
        border: none;
        box-shadow: 
        0px 1px 0px #999, 
        0px 2px 0px #888, 
        0px 2px 0px #777, 
        0px 3px 0px #666, 
        0px 3px 0px #555, 
        0px 4px 0px #444, 
        0px 4px 0px #333, 
        0px 5px 4px #001135;
    }
    .sliderBoxShadow{
        -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.5);
        box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.5);
    }
    .perspectiveBarText{
        position: relative;
        color: var(--main-sliderTextColor); 
        font-weight: 700; 
        text-align: center;
        width: 100% !important; 
    } 
    .timeBarText{
        position: relative;
        color: var(--main-sliderTextColor); 
        font-weight: 700; 
        text-align: center;
        width: 100% !important; 
    }
    .threeDText {
        text-shadow: 
        0px 1px 0px #999, 
        0px 1px 0px #888, 
        0px 2px 0px #777, 
        0px 2px 0px #666, 
        0px 3px 0px #555, 
        0px 3px 0px #444, 
        0px 4px 0px #333, 
        0px 4px 2px #001135;
    }
@media (max-width: 320px), (max-width: 832px) and (orientation: landscape) {
    .loadingTxt{
        font-size: 1.1em;
    }
    .loadingLine{
        background-color: var(--main-textColor); 
        height: 1px;
        border-radius: 2px;
        /*max-width: 70%;*/
        margin-top: 4px;
        margin-bottom: 4px;
    }
    #dynamicTextBox{
        margin-top: -40px;
    }
    .dynamicText{
        max-width: 80%;
        font-size: 0.90em !important;
    }
    #soundscapeSelectionBay{
        top: 10px !important; 
        width: 100%;
    }
    .soundscapeSelectorID{
        font-size: 1.35em !important;
        height: 45px !important;
        width: 91%;
    }
    .dropdown-menu{
        width: 91%;
        /*margin-top: 50px;*/
    }
    .dropdown-item{
        font-size: 1.35em;
        height: 50px !important;
        border-radius: 5px;
        /*margin: 8px 0px 0px 0px;*/
        text-align: center;
    }
    .dropDownHamburger{
        padding: 8px 20px 10px 10px;
    }
    #perspectiveControlBay{
        bottom: 40px !important;
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    #perspectiveSlider{
        position: relative;
        padding: -4px 4px -4px 0px !important;
        width: 75%;
        height: 40px !important;
        border-radius: 5px !important;
    }
    #perspectiveSlider::-webkit-slider-thumb{
        width: 25px;
        height: 25px !important;
        /*padding: 8px 0px 8px 0px;       */
        border-radius: 5px !important;
    }
    #perspectiveSlider::-moz-range-thumb{
        width: 25px;
        height: 25px !important;
        /*padding: 8px 0px 8px 0px;       */
        border-radius: 5px !important;
    }
    #bufferControlBay {
        bottom: 8px !important;
        width: 100%;
    }
    #bufferSliderControl{
        position: relative;
        padding: -4px 4px -4px 0px !important;
        width: 75%;
        height: 40px !important;
        border-radius: 5px !important;
    }
    #bufferSliderControl::-webkit-slider-thumb{
        width: 25px;
        height: 25px !important;       
        border-radius: 5px !important;
    }
    #bufferSliderControl::-moz-range-thumb{
        width: 25px;
        height: 25px !important;       
        border-radius: 5px !important;
    }
    .sliderBoxShadow{
        -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.5);
        box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.5);
    }
    .playPauseBtn{
        width: 15%;
        height: 40px !important;
        font-size: 1.45em !important;  
        border: 0px solid var(--main-sliderColor);
        border-radius: 5px;
        padding: -25px 0px -10px 0px !important;
        margin-left: 1%;
    }
    .perspectiveBarText{
        font-size: 1.5em !important; 
        padding: 2px 0px 0px 0px !important;
    } 
    .timeBarText{
        font-size: 1.5em !important; 
        padding: 2px 0px 0px 0px !important;
    }
    .threeDText {
        text-shadow: 
        0px 1px 0px #999, 
        0px 1px 0px #888, 
        0px 1px 0px #777, 
        0px 2px 0px #666, 
        0px 2px 0px #555, 
        0px 3px 0px #444, 
        0px 3px 0px #333, 
        0px 3px 1px #001135;
    }
}
@media (min-width: 321px) and (max-width: 599px) and (orientation: portrait), (min-width: 600px) and (max-height: 700px) {
    .loadingTxt{
        font-size: 1.5em;
    }
    #dynamicTextBox{
        margin-top: -60px;
    }
    .dynamicText{
        max-width: 90%;
        font-size: 1.25em;
    }
    #soundscapeSelectionBay{
        top: 10px;
        width: 100%;
    }
    .soundscapeSelectorID{
        font-size: 2.25em;
        width: 91%;
    }
    .dropdown-menu{
        width: 91%;
        margin-top: 20px;
    }
    .dropdown-item{
        font-size: 2em;
        text-align: center;
    }
    .dropDownHamburger{
        padding: 8px 20px 10px 10px;
    }
    #perspectiveControlBay{
        bottom: 80px;
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    #perspectiveSlider{
        position: relative;
        padding: 0px 5px 5px 5px;
        width: 75%;
        height: 65px;
        border-radius: 5px !important;
    }
    #perspectiveSlider::-webkit-slider-thumb{
        width: 30px;
        height: 48px;
        padding: 8px 0px 8px 0px;       
        border-radius: 5px !important;
    }
    #perspectiveSlider::-moz-range-thumb{
        width: 30px;
        height: 48px;
        padding: 8px 0px 8px 0px;       
        border-radius: 5px !important;
    }
    #bufferControlBay {
        bottom: 20px;
        width: 100%;
    }
    #bufferSliderControl{
        position: relative;
        padding: 0px 5px 5px 5px;
        width: 75%;
        height: 65px;
        border-radius: 5px !important;
    }
    #bufferSliderControl::-webkit-slider-thumb{
        width: 30px;
        height: 48px;       
        border-radius: 5px !important;
    }
    #bufferSliderControl::-moz-range-thumb{
        width: 30px;
        height: 48px;       
        border-radius: 5px !important;
    }
    .sliderBoxShadow{
        -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.5);
        box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.5);
    }
    .playPauseBtn{
        width: 15%;
        height: 65px;
        font-size: 2em;  
        border: 0px solid var(--main-sliderColor);
        border-radius: 5px;
        padding: 0px 0px 0px 0px;
        margin-left: 1%;
    }
    .perspectiveBarText{
        font-size: 1.85em; 
        padding: 10px 50px 10px 10px;
    } 
    .timeBarText{
        font-size: 1.85em; 
        padding: 10px 50px 10px 10px;
    }
    .threeDText {
        text-shadow: 
        0px 1px 0px #999, 
        0px 1px 0px #888, 
        0px 1px 0px #777, 
        0px 2px 0px #666, 
        0px 2px 0px #555, 
        0px 3px 0px #444, 
        0px 3px 0px #333, 
        0px 3px 1px #001135;
    }
}   
@media (min-width: 600px) and (max-width: 832px){  
    .loadingTxt{

    }
    #dynamicTextBox{
        margin-top: -50px;
    }
    .dynamicText{
        max-width: 60%;
        font-size: 1.25em;
    }
    #soundscapeSelectionBay{
        top: 10px;
        width: 100%;
        /*height: 120px;*/
    }
    .soundscapeSelectorID{
        font-size: 3.5em;
        width: 86%;
        /*height: 100px;*/
        /*font-weight: 700;*/
        /*border: 0px solid transparent;*/
        /*padding: 0px 0px 0px 0px;*/
    }
    .dropdown-menu{
        width: 86%;
        text-align: center;
    }
    .dropdown-item{
        font-size: 2.5em;
        border-radius: 1px;
        /*margin: 12px 0px 0px 0px;*/
        text-align: center;
    }
    .dropDownHamburger{
        padding: 8px 20px 10px 10px;
    }
    #perspectiveControlBay{
        bottom: 120px;
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    #perspectiveSlider{
        position: relative;
        padding: 10px 10px 10px 10px;
        width: 70%;
        border-radius: 10px !important;
    }
    #perspectiveSlider::-webkit-slider-thumb{
        width: 50px;
        height: 80px;
        padding: 8px 0px 8px 0px;       
        border-radius: 10px !important;
    }
    #perspectiveSlider::-moz-range-thumb{
        width: 50px;
        height: 80px;
        padding: 8px 0px 8px 0px;       
        border-radius: 10px !important;
    }
    #bufferControlBay {
        bottom: 20px;
        width: 100%;
    }
    #bufferSliderControl{
        position: relative;
        padding: 10px 10px 10px 10px;
        width: 70%;
        border-radius: 10px !important;
    }
    #bufferSliderControl::-webkit-slider-thumb{
        width: 50px;
        height: 5em;       
        border-radius: 10px !important;
    }
    #bufferSliderControl::-moz-range-thumb{
        width: 50px;
        height: 5em;       
        border-radius: 10px !important;
    }
    .playPauseBtn{
        width: 15%;
        height: 100px;
        font-size: 3.5em;  
        border: 0px solid var(--main-sliderColor);
        border-radius: 10px;
        padding: 10px 10px 10px 10px;
        margin-left: 1.25%;
    }
    .perspectiveBarText{
        font-size: 3em; 
        padding: 20px 50px 14px 10px;
    } 
    .timeBarText{
        font-size: 3em; 
        padding: 20px 50px 14px 10px;
    }
}
@media (min-width: 833px) and (max-width: 1198px) and (min-height: 700px){  
    .loadingTxt{

    }
    #dynamicTextBox{
        margin-top: -70px;
    }
    .dynamicText{
        max-width: 60%;
        font-size: 1.75em;
    }
    #soundscapeSelectionBay{
        top: 20px;
        width: 100%;
        height: 90px;
    }
    .soundscapeSelectorID{
        font-size: 3.75em;
        width: 86%;
    }
    .dropdown-menu{
        width: 86%;
        text-align: center;
    }
    .dropdown-item{
        font-size: 2.5em;
        border-radius: 1px;
        text-align: center;
    }
    .dropDownHamburger{
        padding: 8px 20px 10px 10px;
    }
    #perspectiveControlBay{
        bottom: 90px;
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    #perspectiveSlider{
        position: relative;
        padding: 10px 10px 10px 10px;
        width: 70%;
        border-radius: 10px !important;
    }
    #perspectiveSlider::-webkit-slider-thumb{
        width: 50px;
        height: 60px;
        padding: 8px 0px 8px 0px;       
        border-radius: 10px !important;
    }
    #perspectiveSlider::-moz-range-thumb{
        width: 50px;
        height: 60px;
        padding: 8px 0px 8px 0px;       
        border-radius: 10px !important;
    }
    #bufferControlBay {
        bottom: 10px;
        width: 100%;
    }
    #bufferSliderControl{
        position: relative;
        padding: 10px 10px 10px 10px;
        width: 70%;
        border-radius: 10px !important;
    }
    #bufferSliderControl::-webkit-slider-thumb{
        width: 50px;
        height: 60px;       
        border-radius: 10px !important;
    }
    #bufferSliderControl::-moz-range-thumb{
        width: 50px;
        height: 60px;       
        border-radius: 10px !important;
    }
    .playPauseBtn{
        width: 15%;
        height: 80px;
        font-size: 3.5em;  
        border: 0px solid var(--main-sliderColor);
        border-radius: 10px;
        padding: 2px 10px 10px 10px;
        margin-left: 1.25%;
    }
    .perspectiveBarText{
        font-size: 3em; 
        padding: 0px 80px 5px 0px;
    } 
    .timeBarText{
        font-size: 3em; 
        padding: 0px 80px 5px 0px;
    }
}
@media (min-width: 1199px) and (min-height: 700px){
    .loadingTxt{

    }
    .loadingLine{
        max-width: 40%;
    }
    #dynamicTextBox{
        margin-top: -5%;
    }
    .dynamicText{
        max-width: 50%;
        font-size: 2em;
    }
    #soundscapeSelectionBay{
        top: 20px;
        width: 100%;
    }
    .soundscapeSelectorID{
        font-size: 3.5em;
        border-radius: 10px;
        width: 65%;
    }
    .dropdown-menu{
        width: 65%;
        text-align: center;
    }
    .dropdown-item{
        font-size: 2.25em;
        border-radius: 5px;
        height: 80px;
        /*margin: 10px 0px 0px 0px;*/
    }
    #perspectiveControlBay{
        bottom: 120px;
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    #perspectiveSlider{
        position: relative;
        padding: 6px 10px 10px 10px;
        width: 54%;
        border-radius: 10px !important;
        height: 100px;
    }
    #perspectiveSlider::-webkit-slider-thumb{
        width: 50px;
        height: 80px;
        padding: 8px 0px 8px 0px;       
        border-radius: 10px !important;
    }
    #perspectiveSlider::-moz-range-thumb{
        width: 50px;
        height: 80px;
        padding: 8px 0px 8px 0px;       
        border-radius: 10px !important;
    }
    #bufferControlBay {
        bottom: 20px;
        width: 100%;
    }
    #bufferSliderControl{
        position: relative;
        padding: 6px 10px 10px 10px;
        width: 54%;
        border-radius: 10px !important;
        height: 100px;
    }
    #bufferSliderControl::-webkit-slider-thumb{
        width: 50px;
        height: 80px;       
        border-radius: 10px !important;
    }
    #bufferSliderControl::-moz-range-thumb{
        width: 50px;
        height: 80px;       
        border-radius: 10px !important;
    }
    .playPauseBtn{
        width: 10%;
        height: 100px;
        font-size: 4em;  
        border: 0px solid var(--main-sliderColor);
        border-radius: 10px;
        padding-top: 6px;
        margin-left: 1%;
    }
    .perspectiveBarText{
        font-size: 3.5em; 
        padding: 20px 80px 10px 10px;
    } 
    .timeBarText{
        font-size: 3.5em; 
        padding: 20px 80px 10px 10px;
    }
}    
/** STYLINGS FOR TRANSITIONS */
  @keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
  }

  .pulse {
    animation-name: pulse;
  }

  @-webkit-keyframes fadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }
    
    @-webkit-keyframes fadeOut {
      from {
        opacity: 1;
      }

      to {
        opacity: 0;
      }
    }

    @keyframes fadeOut {
      from {
        opacity: 1;
      }

      to {
        opacity: 0;
      }
    }
    .fadeIn {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-duration: 0.25s;
      -moz-animation-duration: 0.25s;
      -ms-animation-duration: 0.25s;
      -o-animation-duration: 0.25s;
      animation-duration: 0.25s;
    }
    .slowFadeIn {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      -ms-animation-duration: 2s;
      -o-animation-duration: 2s;
      animation-duration: 2s;
    }
    .fadeOut {
      -webkit-animation-name: fadeOut;
      animation-name: fadeOut;
      -webkit-animation-duration: 0.2s;
      -moz-animation-duration: 0.2s;
      -ms-animation-duration: 0.2s;
      -o-animation-duration: 0.2s;
      animation-duration: 0.2s;
    }
    .pulse {
      -webkit-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -ms-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
    }
    input[type="range"]{
    -webkit-appearance: none;
    border-radius: 20px;
    border: 0px dotted transparent;  
    }
    input[type="range"]::-moz-range-track{
    -webkit-appearance: none;
    border-radius: 20px;
    margin: auto;
    border: 0px dotted transparent;  
    }
    input[type="range"]::-ms-track{
    background: transparent;
    border-color: transparent;
    color: transparent;
    -webkit-appearance: none;
    position: relative;
    z-index:2;
    min-height: 10px;
    width: 180px;
    border-radius: 20px;
    margin: auto;
    border: 0px dotted transparent;  
    }


    input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    }
    input[type="range"]::-moz-range-thumb{
    position: relative;
    cursor: pointer;
    }  
    input[type="range"]::-ms-thumb{
    border: none;
    }
</style>

