:root {
	--font-regular: Helvetica, Arial;
	--button-radius: .3em;
	--brand-color-primary: #e8156a;
	--button-primary-border: #e8156a;
	--button-primary-background: #e8156a;
	--category-toggle-background: #2f2e2e;
	--category-toggle-color: white;
}

h2 {
    color: #2f2e2e;
}

#info h3 {
    background: #2f2e2e;
    color: white;
    padding: 0.5em;
    border-radius: 0em;
}


#info .logo {
    width: 55em;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    width: 14em;
}

#sync-studio-footer
{
    background-image: url(https://www.bookitlive.net/images/businessimages/sync-studio-footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 175px;
}

/*Remove h1 */
h1
{
    display: none;
}

/* Remove resources, Contact details & Opening hours from mini website page*/
.resources,
.hours
{
    display: none;
}
