:root
{
	/* Colours */
	--a-color: #664b00;
	--a-hover-color: #664b00;
	--button-color: #fff;
	--button-hover-color: #fff;
	--button-bg-color: #ccaf63;
	--button-bg-hover-color: #ccaf63;
	--body-bg-color: #0b0e14;
	--fadeout-bg-color: #f1f4f2;
	--content-bg-color: #aa8f41;
}

html:not(.view-reservation-diary) body
{
	color: #fff !important;
}

.content
{
	color: #000;
	box-shadow: none;
}

.banner img
{
	max-height: none !important;
}

#row-duration
{
	display: none;
}