:root {
	--font-regular: Arial;
	--button-radius: 0em;
	--brand-color-primary: black;
	--button-primary-border: black;
	--button-primary-background: black;
	--category-toggle-background: black;
	--category-toggle-color: white;
}

#info h3 {
    background: black;
    color: white;
    padding: 0.5em;
    border-radius: 0em;
}

h1 {
   display: none;
}

small
{
    font-weight: bold
}

/*Remove powered by bookitlive footer */
#footer
{
	display: none;
}


#info .resources, .hours, .contact-details, .about-us
{
    display: none;

}

/** page specific styles */
#business-type-image
,#policypagesmenu
{
	display:none;
}
