/* CUSTOM STYLING

Add your custom styling here. Note that styling in the source is loaded AFTER this sheet, and has higher priority. Make sure your styles here don't collide with source styles.

*/
/* ==========================================================================
   ORANGE MONK LABS - MASTER COMPLIANT THEME OVERRIDES
   ========================================================================== */

/* Target the auto-generated front-matter header segment container */
.ui.segment.jumbotron,
div[class*="jumbotron"],
.fragments-home-header,
header + .ui.segment,
main .ui.container + .ui.segment {
  background-color: #ffffff !important;
  background: #ffffff !important;
  background-image: none !important; /* Strips default framework gradients */
  border: none !important;
  box-shadow: none !important;
}

/* Ensure all header copy, titles, and descriptions are legible charcoal */
.ui.segment.jumbotron h1,
.ui.segment.jumbotron h3,
.ui.segment.jumbotron p,
div[class*="jumbotron"] h1,
div[class*="jumbotron"] p,
.fragments-home-header h1,
.fragments-home-header p {
  color: #1b1c1d !important;
}

/* Style the buttons inside the hero banner so they pop clearly */
.ui.segment.jumbotron .ui.button,
div[class*="jumbotron"] .ui.button,
.fragments-home-header .ui.button {
  background-color: #ff851b !important; /* Brand Orange */
  color: #ffffff !important;
}
