:root {
	--bs-body-bg: #ff6600;
	--bs-btn-bg: #69a0bf;
	--bs-body-font-family: Montserrat;
	
}
.btn-primary{
	--bs-btn-bg: #69a0bf;
}
h1, h2, h3{
	font-family: Zapfino;
}

@media (max-width: 576px) {
.person-picker select{
	max-width: 40%;
}
.person-picker{
	max-width: 100%;
}
}
.text-danger {
	color: white !important;
	font-weight: bold;
	font-size: larger;
}