/* Add custom CSS styles below */ 
/* Banners */
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}

header , #mainnav {
  background-color: rgb(165 146 114) !important;
  i {
    color: #fff !important;
  }
  .header-buttons {
    * {
      color: #fff !important;
    }
  }
  .header-signInBtn {
      background-color: rgb(165 146 114) !important;
  }
  .s-search-input-wrapper input {
    background-color: #fff !important;
  }
}

.s-block--features__item {
  background-color: transparent !important;
  justify-content: center !important;
  align-items: center !important;
  .feature-icon {
    overflow: unset !important;
    background-color: transparent !important;
    margin-bottom: 30px !important;
  }
  i {
    font-size: 80px !important;
    color: rgb(165 146 114) !important;
  }
}