
:required{
    background-color: white;
}
 body
    {
      color:black;
      
      background: url("../img/flightline2.jpg") no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;

    }
   
   #topBar
   {
     top:0.5em; 
     text-align: center;
     margin:0.2em;
     padding:0.2em;
     width: 97.5%;
     height: 25%;
     font-family:  "Lucida Sans Unicode";
     color : rgb(59, 64, 69); 
       /* 
     background-color:rgba(0, 0, 0, 0.5);// rgba(128, 125, 125, 0.1);;
     
     border: 5px  thin black;
       border-radius: 0.5em;
  box-shadow: 1px 1px 1px 1px #000000; 
       
 */
   }

.Absolute-Center
{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
/*  background-color:rgba(0, 0, 0, 0.5);  */
    
  border-radius: 0.9em;
/*  box-shadow: 1px 1px 1px 1px #000000;*/
}

.Absolute-Center.is-Responsive
{
  width: 50%; 
  height: 50%;
  min-width: 200px;
  max-width: 500px;

  padding: 70px 5px 10px 5px  ;   
/*  padding: 10px;*/
  
}
