@font-face {
    font-family: 'neosans';
    src: url('neosans_regular.TTF');
}

body{
    font-family: 'neosans';
    /*
    background-image: url('../bg.jpg'); 
    */
    background-position:center top;
    background-size: cover;
    overflow-y: hidden;
}
#mobileContent, #pcContent{
/*    width: 80%;*/
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    height: 90%;
}
#appLogo{
/*    padding-bottom: 30px;*/
    width: 100%;
    display: inline-block
}
.row{
    padding: 2%;
}
.bottom-align-text {
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
    font-size: 30px;
  }


.vertical-center {
  height:100%;
  width:90%;

  text-align: center;  
/*  font: 0/0 a; */
}

.vertical-center:before {    
  content: ' ';
  display: inline-block;
  vertical-align: middle; 
  height: 100%;
}

.vertical-center > .container {
  max-width: 95%;

  display: inline-block;
  vertical-align: middle; 
    font-size: 40px;
/*  font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;       */
}
.img-responsive{
    display: inline-block;
    max-width: 85%;
    height: auto;
}
