@charset "utf-8";
		.jumbotron {
		
			background-image: url(../images/NightSkyJumbotron.jpg);
			color:white;
			text-align:center;
			background-size: cover;
			
		}
		
		#appSummary {
		
			text-align:center;
			margin-top:50px;
			margin-bottom:50px;
		}
		
		#footer {
		
			background-color:DimGrey;
			padding-top:25px;
			margin-top:25px;
			text-align:center;
			padding-bottom:25px;
		}
		
		.footerRow td {
		
		padding:5px;
		text-align:left;
		
		}
		
		.footerRow a {
		
			color: inherit;
		}
		
		#downloadBlock {
		
			margin-top:30px;
			text-align:center;
		}
		
		body {
		
			position:relative;
			background:LightGrey;
		
		}
		
		#phoneImage {
		
			max-width:218px;
		}
		
		#mgbImage {
		
			max-width:600px;
			padding-bottom:10px;
		}
		
		
		#carouselContainer {
			max-width:450px;
			padding-top:20px;
			padding-bottom:20px;
		}
		
		table {
			margin: 0 auto;
		}
		
		
		.jumbotronHeader {
			font-size:60px;
		
		}
		@media screen and (max-width: 420px) {
			.jumbotronHeader{
				font-size:30px;
			}
  
		}
