/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
:root {
    --color-secondary: #FF4136 !important; 
    --color-primary-two: #FF4136 !important; 
    
    }
#header {
  background: #ff2a1e !important;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 5;
  width: 100%;
}
