/* Code to change page width START */
.WaPlaceHolder { max-width: 95%; }
/* Code to change page width END */




/*Change color on mobile menu*/

.WaGadgetMobilePanel .mobilePanel { background: #1dcfc9; color: white; }



/*Slider Background Transparent*/
.camera_wrap {
    background: transparent;
}





/*make menu not all caps*/
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a{
  text-transform: none;
}
.WaGadgetMenuHorizontal .menuInner ul ul li > .item > a{
  text-transform: none;
}