@import url(https://fonts.googleapis.com/css?family=Roboto);
:root {
	--font-regular: Roboto, Arial;
	--button-radius: .0em;
	--brand-color-primary: #F36F21;
	--brand-color-secondary: #da1c5c;
	--brand-color-tertiary: #da1c5cf;
	--button-primary-border: #F36F21;
	--button-primary-background: #F36F21;
	--button-primary-color: black;
	--category-toggle-background: #F36F21;
	--category-toggle-color: white;
	--button-primary-background-hover: var(--brand-color-tertiary);

}

h1 {
    display: none;
}


h2 {
    color: black;

}





.logo {

/*    width: 25em;*/
}

.contact-details p{text-indent: -15px;}
.about-us {display: none;}

/* Remove resources, Contact details & Opening hours from mini website page*/
.resources,
.hours
{
    display: none;
}

