#app-header {
  background-color: #E5E5E5;
}
#home-page #feature div {
  max-width: 1000px;
  padding-top: 38px;
  padding-bottom: 38px;
  margin: auto;
  color: #fff;
}
#home-page #feature h1 {
   font-size: 48pt;
}
#home-page #feature h2 {
  font-size: 21pt;
}
#home-page #feature h3 {
}
#home-page .feature-region {
 background: url(https://virtualvirginia.org/images/Blue-Parallels-background.png);
 display: block;
 min-height: 425px;
 width: 100%; 
 margin-left: auto;
 margin-right: auto;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
 
 display:block;
}

#app-footer {
  background-color: #ffffff;
  padding-top: 30px;
/*To change the size of the first row of footer links, add to above code*/  
font-size: 18px;
}
/*Format the second row of copyright information*/
.small {
  font-size: 14px;
  color: ##8e99a0;
}



/*Media for header*/

@media (max-width: 768px) {
  #app-header .header-nav {
    background: #555;
  }

*/Media for feature region*/

@media (max-width: 1200px) {
  #home-page #feature div {
    max-width: 800px;
 }
 
@media (max-width: 768px) {
  #home-page #feature {
    height: 200px;
    text-align: center;
    padding: 0 2em;
  }

.alert-top {
  margin-bottom: 0;
}
 