@import url(https://fonts.googleapis.com/css?family=Lato);
:root {
	--font-regular: Lato, Helvetica, Arial;
	--button-radius: .3em;
	--brand-color-primary: #C2311F;
	--button-primary-border: #C2311F;
	--button-primary-background: #C2311F;
	--category-toggle-background: #017AC7;
	--category-toggle-color: white;
}

h2 {
    color: #333;
}

#info h3 {
    background: #017AC7;
    color: white;
    padding: 0.5em;
    border-radius: 0em;
}


.logo {
    margin-left: auto;
    margin-right: auto;
}


/* Remove resources, Contact details & Opening hours from mini website page*/
.resources,
.hours
{
    display: none;
}

/* Remove Availablity column*/
.list  tr td:nth-child(3) { color: rgb(255,255,255); }
.list  tr th:nth-child(3) { color:rgb(255,255,255); }

/* Remove current bookings button*/
#booking-confirmed .continue
{
    display: none;

}
/* Remove add more bookings button*/
#booking-confirmed .return
{
    display: none;

}
#booking-cancelled .continue
{
    display: none;

}
