body{
	min-height:100vh;
	font-family:'Nunito';
}

#header{
	position:relative;
	z-index:1;
}

#content{
	z-index:1;
}

.navbar-nav .nav-item a{
	cursor:pointer;
}

a[data-bs-toggle="collapse"].bi-caret-right-fill::before{
	transform: rotate(90deg);
	transition: transform 200ms, color 200ms;
	color:#777;
}

a[data-bs-toggle="collapse"].bi-caret-right-fill.collapsed::before{
	transform: rotate(0deg);
	color:#ddd;
}

.text-bg-warning{
	text-shadow:none!important;
}

[data-bs-title]:not(a){
	cursor:help;
}