.ibs h3 {color:#2e2e2e;}




 .navbar .menu-btn__lines, .navbar .menu-btn__lines::before, .navbar .menu-btn__lines::after {background: #a7a3a3;}












label.hamburger text open {color: #333;}     /*** Color "SB Menu" text within hamburger ***/
label.hamburger > i {background-color: #acacac;}   /*** Color HAM's middle line ********/
label.hamburger > i:before, label.hamburger > i:after {background-color: #acacac}  /*** Color HAM's top & bottom lines ************/


@media screen and (min-width: 740px) {.navbar ul li a {color: #000;}}   /*****************color of horiz menu button text, but mustn't affect the ham menu, hence media query****************/

.navbar ul li ul li a {color: #fff;} 




.hero-panel-text {margin-top:40px; margin-left:1%;}
.hero-panel-text h1 {color:#1e0589; text-shadow: 0px 0px 0px #fff; line-height:2rem; font-size:2.5rem; line-height:2.5rem;}
.hero-panel-text p {font-family:Michroma; color:#333; font-size: 1.8rem; line-height:2.4rem; text-shadow: 0px 0px 0px #fff; margin-top:12px;}
      @media only screen and (max-width: 650px) {.hero-panel-text p {font-size:1.5rem; line-height:1.9rem;}}  
@media only screen and (max-width:400px) {.hero-panel-text p {font-size:1.3rem; line-height:1.6rem; margin-top:6px;}}  