.navbar {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar-collapse {
	flex-grow: unset;
}

.navbar.scrolled {
	opacity: 95%;
}

.navbar-title {
	font-family: 'Archivo Black', serif;
}

.btn-outline-primary:hover {
	--bs-btn-hover-bg: unset;
}

.btn-outline-danger:hover {
	--bs-btn-hover-bg: unset;
}

.modal-header {
	padding-bottom: 0;
	border-bottom: none;
}

.modal-body {
	padding-top: 0;
}