html {
	font-family: 'IBM Plex Sans', sans-serif;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	font-size: 16px;
	scroll-behavior: smooth;
	scroll-padding-top: 5.25em;
	overflow: overlay;
	--main-opacity: 0.75;
	--menu-height: 6em;
	--menu-offset: 1.6em;
	--main-bg: rgba(255,255,255,0.95);
	--main-accent-bg: rgba(0, 0, 0, var(--main-opacity));
}
::-webkit-scrollbar {
	width: 0.5em;
}
::-webkit-scrollbar-button {
	background: var(--main-bg);
	height: var(--menu-offset);
}
::-webkit-scrollbar-track {
	background: transparent;
}
::-webkit-scrollbar-track-piece {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	background: var(--main-accent-bg);
}
.navbar {
	background-color: var(--main-accent-bg);
	height: var(--menu-height) !important;
	margin-top: var(--menu-offset);
	transition: margin 300ms ease-in-out;
}
.navbar.sticked {
	margin-top: 0 !important;
}
.nav-link {
	font-size: 1.15em;
	line-height: 1em;
	padding: 0.75em 1em 0.5em 1em !important;
}
.dropdown-menu {
	min-width: 4em !important; 
}
.dropdown-item[data-selected="true"] {
	font-weight: 600;
}
.main_logo {
	height: 65px;
	width: auto;
	max-width: 200px;
}
.main-body {
	width: 100%;
	position: relative;
	margin-top: 35em;
}
.main-body h2 {
	margin-bottom: 1.5em;
}
.main-body .even {
	background: var(--main-bg);
}
.main-body .odd {
	background: var(--main-accent-bg);
}
.main-body .odd h2 {
	color: var(--main-bg);
}

.main-body-section {
	min-height: fit-content;
	padding: 3em 0;
	font-size: 1.25em;
}
.image-container {
	width: 100%;
	height: 20em;
	overflow: hidden;
	margin-top: 2em;
}
#kontakti {
	min-height: 550px;
}
.musu-birojs {
	width: 100%;
	display: block;
	height: auto;
	/* margin-top: -15em; */
	transform: translateY(-37%);
}
.news-container {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.news-row {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px 30px -15px;
	overflow: hidden;
}
.card {
	display: inline-block;
	margin: 0 15px 15px 15px;
	min-width: 20em;
	position: relative;
	top: 0px;
	margin-left: 0.5em;
}
.card-link {
	font-size: 0.9em;
	position: absolute;
	right: 1em;
	bottom: 1em;
}
.landing-modal .modal-body {
	font-size: 1.25em !important;
}
.modal-subtitle, .card-subtitle {
	font-size: 0.85em;
}
#footer {
	padding: 0 !important;
}
.footer_helper_wrap {
	max-width: 100% !important;
	background: var(--main-accent-bg) !important;
	height: var(--menu-height) !important;
}
.cookies_alert {
	height: fit-content;
	font-size: 1.25em;
	z-index: 9999;
	padding: 1em;
	padding-right: 2em;
	color: var(--main-accent-bg);
	background: var(--main-bg);
	border-color: transparent;
	box-shadow: 0 0 0.25em var(--main-bg);
}
.cookies_alert.active {
	top: 6em;
}
.owl-nav.disabled {
	display: none;
}
.owl-stage {
	position: relative;
}
.owl-item {
	display: inline-block;
	position: relative;
	top: 0;
}
.card-text {
	height: 7em;
}
.owl-dot span {
	background: rgba(255,255,255,0.55) !important;
}
.owl-theme .owl-dots .owl-dot span {
	width: 1em;
	height: 1em;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(255,255,255,1) !important;
}
.owl-dot:focus {
	outline: none;
	border-color: transparent;
}
.owl-stage {
	display: flex;
	align-items: center;
}

.navbar, .main-body, #footer {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}

@media only screen and (max-width: 961px) {
	.navbar-collapse {
		position: absolute;
		background: var(--main-accent-bg);
		width: 100%;
		top: 100px;
		left: 0;
		font-size: 1.5em;
		text-align: center;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.image-container {
			height: auto;
	}
	.musu-birojs {
			margin-top: 0;
	}
	.map-container {
			width: 100% !important;
			margin-top: 1.5em;
	}
	#kontakti {
			min-height: 37em;
	}

}