body {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 100dvh;
	width: 100%;
	overflow-x: hidden;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	font-weight: 500;
}

.outline-none, .outline-none:focus {
	outline: none;
	box-shadow: none;
}

.img-light {
	filter: invert(1) grayscale(1);
}

.navbar {
	z-index: 99;
}

.navbar .logo {
	width: 148px;
}

.hero-banner {
	height: 100dvh;
    min-height: 800px;
}

.hero-banner::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	opacity: .7;
	inset: 0;
}

.bg-bege {
	background-color: #ecece0;
}

.bg-night {
	background-color: #2c2c2c;
}

.bg-highlight {
	background-color: #b2522c;
}

strong.display-3 {
	font-weight: 500
}

main {
	padding-top: calc(3rem + 50px);
	flex: 1 1 auto;
}

.data-numbers {
	background-color: rgba(255,255,255, .10);
	z-index: 99;
	bottom: 0;
	right: 0;
	left: 0;
}

footer.bg-dark {
	background-color: #2c2c2c !important;
}

.text-bege {
	color: #80807b;
}

.post-categories a, footer a {
	text-decoration: none;
	color: inherit;
}

.post-categories a:hover, footer a:hover {
	text-decoration: underline;
}

@media (min-width: 992px) {
    .border-lg-start {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
		--bs-border-opacity: 1;
    	border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
    }
	.border-lg-0 {
		border: 0 !important;
		--bs-border-opacity: 1;
    	border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
	}
}