/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

div.opacity {
                /*setting alpha = 0.1*/
                background: rgba(0,0,0, 0.5);
            }

.guardian{
    color: coral;
}
