@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');

html {
	scroll-behavior: smooth !important;
}

a.hover-link:hover {
	opacity: 0.7;
	transition: 0.4s;
}

.transition-0p5s {
	transition: 0.5s;
}

.navbar {
	padding: 0 !important;
	--bs-navbar-brand-padding-y: 0 !important;
}

.menu-word-btn {
	position: relative;
	text-decoration: none;
	opacity: 1;
}

.menu-word-btn:hover {
	opacity: 0.6;
}

.menu-img-btn {
	text-decoration: none;
}

.menu-img-btn:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.breadcrumb {
	flex-wrap: nowrap !important;
}

.bg-header {
	background-color: rgba(33, 37, 41, 0.9) !important;
}

.text-break {
	word-wrap: break-word;
	word-break: break-all;
}

.line-height-1p13rem {
	line-height: 1.13rem;
}

.line-height-1p75rem {
	line-height: 1.75rem;
}

.line-height-2p0rem {
	line-height: 2.0rem;
}

.line-height-3p0rem {
	line-height: 3.0rem;
}

.font-size-0p75rem {
	font-size: 0.75rem !important;
}

.font-size-0p88rem {
	font-size: 0.88rem !important;
}

.font-size-1p0rem {
	font-size: 1.0rem !important;
}

.font-size-1p3rem {
	font-size: 1.3rem !important;
}

.font-size-1p5rem {
	font-size: 1.5rem !important;
}

.pt-5p0rem {
	padding-top: 5.0rem;
}

.pb-7p0rem {
	padding-bottom: 7.0rem;
}

@media (min-width: 576px){
	.pt-sm-20p0rem {
		padding-top: 20.0rem;
	}
}

@media (min-width: 768px) {

	.font-size-md-0p88rem {
		font-size: 0.88rem !important;
	}

	.font-size-md-1p1rem {
		font-size: 1.1rem !important;
	}

	.font-size-md-1p3rem {
		font-size: 1.3rem !important;
	}

	.pt-md-8p0rem {
		padding-top: 8.0rem;
	}

	.pb-md-5p0rem {
		padding-bottom: 5.0rem;
	}

	.line-height-md-2p0rem {
		line-height: 2.0rem !important;
	}

	.line-height-md-2p5rem {
		line-height: 2.5rem !important;
	}
}

@media (min-width: 992px) {

	.menu-word-btn {
		position: relative;
		text-decoration: none !important;
	}
	
	.menu-word-btn:before {
		position: absolute;
		content: '';
		left: 0;
		bottom: -5px;
		width: 0%;
		height: 100%;
		border-bottom: 1px solid #ffffff;
	}
	
	.menu-word-btn:hover {
		opacity: 0.8;
		transition: 0.8s;
	}
	
	.menu-word-btn:hover::before {
		width: 100%;
		transition: 0.8s;
	}
}