body {
	background-color: #fff4ea;
}

.header {
	border-bottom: 3px solid orange;
}

.footer {
	border-top: 2px solid orange;
}

.bg-header, .bg-footer {
	background-color: #fffcf9 !important;
}

a.bg-custom:hover, a.bg-custom:focus, button.bg-custom:hover, button.bg-custom:focus {
	background-color: #fffcf9 !important;
}

.header_char {
	text-shadow: 1px 1px 0 darkorange, -1px 1px 0 darkorange, 1px -1px 0 darkorange, -1px -1px 0 darkorange;
}

.form-control:focus, .btn:focus, .btn.focus, .custom-select:focus {
	border-color: gold;
	box-shadow: 0 0 0 0.1rem rgba(255, 165, 0, 0.25);
}