:root {
	--colour-theme: #EF8E80;
	--colour-theme-darker-rgb: 198, 123, 115;
	--colour-theme-rgb: 198, 123, 115;
	--colour-theme-subtle-rgb: 239, 198, 171;
	--colour-theme-header-rgb: 239, 142, 128;
	--navbar-height: 150px !important
}
body {
	background-color: #FDF0E6 !important
}

footer {
	background-color: rgba(0, 0, 0, 0.75) !important
}

.navbar-brand img,
.navbar-brand  {
	height: 75px
}

.btn-primary {
	background-color: rgb(var(--colour-theme-header-rgb));
	border-color: rgb(var(--colour-theme-header-rgb));
}

.btn-primary:hover {
	background-color: rgb(var(--colour-theme-darker-rgb));
	border-color: rgb(var(--colour-theme-darker-rgb));
	color: white !important;
}

h1, h2, h3, h4, h5 {
	color: var(--colour-theme);	
}