:root {
	--font-regular: Helvetica, Arial;
	--button-radius: .3em;
	--brand-color-primary: #43b02a;
	--button-primary-border: #43b02a;
	--button-primary-background: #43b02a;
	--category-toggle-background: black;
	--category-toggle-color: white;
}

h1 {
    display: none;
}


h2 {
    color: #43b02a;
}

#info .logo {
    width: 25em;
}


/* Remove resources, Contact details & Opening hours from mini website page*/
.resources,
.contact-details,
.hours
{
    display: none;
}

.form-null3
{
  color: black;
  display: block; /** important for applying height / margin / padding styles */
  border: 1px solid black;
  margin: 0.5em;
  max-height: 15em; /** maximum height for the description box */
  overflow-y: scroll; /** makes the "block" content scroll vertically if too big for the height */
}

.form-null3 label {
    display: none;
}
