@import url(https://fonts.googleapis.com/css?family=Poppins);

:root {
	--font-regular: Poppins, Arial;
	--button-radius: .3em;
	--brand-color-primary: #39599a;
	--button-primary-border: #39599a;
	--button-primary-background: #39599a;
	--category-toggle-background: #6897B133;
	--category-toggle-color: #39599a;
}


#info .logo {
    width: 25em;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    width: 30em;
}

h2 {
    color: #39599a;
}

h1 {
   display: none;
}

#info h3 {
    background: #6897B133;
    color: #39599a;
    padding: 0.5em;
    border-radius: 0em;
}

/* Remove resources, Contact details & Opening hours from mini website page*/
.resources,
.hours
{
    display: none;
}

/*Remove powered by bookitlive footer */
#footer
{
	display: none;
}
