*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    min-height: 100%;
  }
  
  body {
    line-height: 1em !important;
  }

  #page-wrapper {
    width: 100%;
    background: #ffffff;
    padding: 1em;
    margin: 1em auto;
    border-top: 5px solid #69c773;
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
  }

  .white {
    background-color: #ffffff;
  }

  .blue {
    background-color: #9b98ec;
  }

  .white-text {
    color: white;
  }

  h1 {
    margin-top: 0;
    font-size: 1.8em;
    font-weight: bold;
  }
  h2 {
    margin-top: 0;
    font-size: 1.4em;
  }

  .expo-select{
    width: 100%;
    font-size: 1.2em;
    padding: 1em;
    margin: 0.7em auto;
    border-top: 5px solid #0a4a97;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.8); 
    text-align: center;  
    color: rgb(0, 0, 0);
    background-image: linear-gradient(#ffffff, #9e9e9e);
    opacity: 0.8;
    border-radius: 0px;
    border: 2px solid #ffffff;
  }
  .expo-select:active{
    color: white;
    background-image: linear-gradient(#995c5c, #4a2f2f);
  }

  .status{
    width: 100%;
    height: 10px;
  }
  .title {
    text-align: center;  
    color: rgb(0, 0, 0);    
  }

/*  .container {
    background-image: url("../gfx/Visiodrom.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
    height: 100vh;
  } */

  .bg0 {
    background-image: url("../gfx/Visiodrom.jpg");
  }  

  .bg1 {
    background-image: url("../gfx/SH1.jpg");
  }

  .bg2 {
    background-image: url("../gfx/SH2.jpg");
  }

  .bg3 {
    background-image: url("../gfx/SH3.jpg");
  }

  .bg4 {
    background-image: url("../gfx/SH4.jpg");
  }

  .bg5 {
    background-image: url("../gfx/SH5.jpg");
  }

  .bg6 {
    background-image: url("../gfx/SH6.jpg");
  }

  .bg7 {
    background-image: url("../gfx/SH7.jpg");
  }

  .bg8 {
    background-image: url("../gfx/SH8.jpg");
  }

  .bg9 {
    background-image: url("../gfx/SH9.jpg");
  }

  .bg10 {
    background-image: url("../gfx/SH10.jpg");
  } 

  .bg11 {
    background-image: url("../gfx/SH11.jpg");
  } 

  .bg12 {
    background-image: url("../gfx/SH12.jpg");
  }  

  .myBack{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    height: 100vh;
  }

  .container-bottom {
    bottom: 0;
  }

  .footer {
    position: fixed;
    height: 190px;
    bottom: 0;
    width: 100%;
}
