body
{
 font-family: 'Open Sans';
 overflow: visible !important;
}

.experience-box
{
  width: 50%;
  margin: 0 auto;
  min-height: 300px;
  background-color: #fff;
  padding: 2px;
  border-radius: 6px;
  max-width: 650px;
  text-align: center;
  padding-top: 15px;
  padding:4px; 
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  z-index: 10;
  position: relative;
  top: 150px;
}

.experience-box h2
{
  margin:0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #004346;
  color: #fff;
}


.footer-wrapper
{
  position: absolute;
  bottom: 0;
}

.footer-wrapper img
{
   width: 100%;
}

.experience-box img
{
  margin-top: 10px;
  height: 50px;
}

.vr-button
{
  width: 80%;
  margin: 0 auto;
  height: 40px;
  font-size: 16px;
  color: #000;
  background-color: #FDB913;
  text-align:center;
  line-height: 40px;
  cursor: pointer;
}

.logo-wrapper
{
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 40%;
  text-align: center;
}

#div_experience
{
  display: none;
}

#div_ios_13
{
  width: 80%;
  margin: 0 auto;
  height: 100vh;
  text-align: center;
  position: relative;
}

#div_ios_13 img
{
  max-height: 100vh;
  max-width: 80vw;
}

#div_ios_13 a
{
  text-decoration: none;
  color: #fff;
}


#div_ios_13 .blue-button
{
  position: absolute;
  bottom: 20px;
  background-color: #20a8d8;
  color: #fff;
  padding: 5px;
  width: 50%;
  margin: 0 auto;
  position: relative;
  bottom: 77px;
}

.stess-meter
{
   position: fixed;
   top: 20px;
   left: 20px;
   z-index: 300;
   display: none;
   
}

.stess-meter img
{
  width: 200px;
  transition-duration: 1s;
}

.stress-meter-indicator-wrapper
{
  position: absolute;
  bottom: 20px;
  margin-left: 20%;
}

.stress-meter-indicator-wrapper img
{
  width: 10px;
}

#div_scene_selector
{
  display: none;
  overflow: scroll;
  height: 100vh;
  width: 98%;
  margin: 0 auto;
  text-align: center;
}

.empty-space
{
  height: 60px;
  width: 100%;
  clear: both;
}

.scene-selector-header h2
{
  color: #254063;
  margin-top: 5px;
  margin-bottom: 5px;
}  

.scene-selector-header p
{ 
  margin-bottom: 5px;
}  

.scene-button-wrapper
{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 16px;
}  

.scene-button
{  
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #E87722;
  border-radius: 4px;
  color: #003B5C;
  width: 50%;
  margin: 0 auto;
  min-width: 100px;
}

.scene-item
{
  color: #000;
  position: relative;
  margin-top: 2vh;
}

.scene-item img
{
  width: 90%;
}

.scene-item a
{
   text-decoration: none;
}

/* A-frame dialog styling */

.a-dialog-allow-button {
   background-color: #FDB913;
   color: #000;
}

.a-dialog-deny-button {
  background-color: #F0F0F0;
  color: #000;
}

.a-dialog-ok-button {
   background-color: #FDB913;
   color: #000;
 }

.a-enter-ar, .a-enter-vr
{
  z-index: 3000;
}

#div_vr_button_wrapper
{
  position: fixed;
  z-index: 301;
  bottom: 20px;
  right: 20px;
  display: none;
}

#a_vr_button img
{
  width: 64px;
}

.tutorial-wrapper
{
  margin-bottom: 10px;
}

.tutorial-wrapper a
{
  text-decoration: none;
  color: #DB7D34E5;
  font-size: 14px;
  font-weight: bold;
}

.tutorial-wrapper a:hover
{
  text-decoration: underline;
  color: #000;
}
      
@media screen and (orientation:portrait)  
{
  .experience-box
  {
     margin-top: 50px;
     max-width: 100% !important;
     padding: 4px;
     width: 60%
     position: relative;
  }
  
}  


@media screen and (orientation:landscape)  
{
  .scene-item
  {
     float: left;
     width: 30%;
     text-align: center;
     margin-right: 3%;
  }
  
  .scene-item img
  {
    height: auto !important;
    width: 100%;
  }
  
  .scene-button-wrapper
  {  
    bottom: 10px;
  }
  
  .scene-button {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  
}  


    
   