/*HEADER*/

/*Modify the header background for all catalog pages.*/
#app-header {
  height: 190px;
  background-color: #000000;
}


/*HOME PAGE*/

/*Modify the home page feature area background*/
#home-page .feature-region {
position: relative;  
height: 300px;
text-align: center;
background-image: url(https://image.ibb.co/jBKi5w/ALO_Catalog_Banner.png); background-repeat: none; 
background-color: #26b2b0;
}
/* Modify the search box background color*/
#search-form.callout-region {
  background-color: #00909c;
}
/*Modify the layout for the contents of the feature area background*/
#home-page #feature div {
    max-width: 640px;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
  padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
margin: auto;
color: #fff;
background-color: RGBA(21,144,155,0.7);
}
/*Modify the H3 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h3 {
  text-align: center;
  font-size: 2.3em;
  margin-top: 1em;
  line-height: 1;
}

/*Modify the H4 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h4 {
  text-align: center;
  font-size: 1.9em;
}
/*Modify existing account login text */
.RegistrationHeader__AuthenticationStatus {
  /* background-color: COLOUR NAME OR HEX; */
  border-color: #e40134;
  border-width: thick;
  border-style: solid;
  font-weight: bold;
  font-size: 30px;
}*