/*HEADER*/

.header-branding h1 a img {
    height: 80px;
}

/*Modify the header background for all catalog pages.*/
#app-header {
  background-color: rgb(18, 70, 97);
    height: 150px;
}

/*Hide the login button*/
#user-nav a[href="/login"] {
   display: none;
}

/*HOME PAGE*/

.feature-region {
  display:  block;
}

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 200px;
  background-repeat: no-repeat;
  background: #bd4f19;
}

/*Modify the layout for the contents of the feature area background*/
#home-page #feature div {
  max-width: 900px;
  padding-top: 48px;
  margin: auto;
  color: #fff;
}

a, .Product__AssociatedProductsList--below-the-fold>li>a {
  color: #fff;
}

#search-form .search-form-container {
  background-color: #44697C;
}

/*FOOTER*/

/*Format the footer for all catalog pages*/
#app-footer {
  background-color: #4D4F53;
  color: #fff;
}

#app-footer a, #app-footer ul {
  color:  #fff;
}