div#scrSplash{
	background-color:#eee;	
}
.splashLaunchLink{
   text-decoration: none;
}
#sphash-hero-image{
   width:100%;
   height: 400px;
   background-image:url('../img/mathsweep-logo.jpg');
   background-repeat:no-repeat;
   background-size: cover;
   background-position: 50% 50%;
   position:relative;
}
#sphash-hero-image > div.launcher{
   position:absolute;
   bottom: 5%;
   /* background-color:rgba(1, 1, 119, 0.9); */
   background-color: rgba(255,0,0,0.8);
   /* background-color:rgba(255, 255, 255, 0.4); */
   color:white;
   text-align: center;
   width: 100%;
   height: 75px;
   line-height: 75px;
   font-size: 35px;
   vertical-align: middle;
}
#liteAlert{
   margin-top:20px;
   font-weight:light;
   color:#999;
   font-style:italic;
}

@media only screen and (max-width: 600px){
   #sphash-hero-image{
      height: 220px;
   }  
   
}