body {
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: 1260px;
}

main { 
	padding-left: 340px; 
	display: flex;
	flex-direction: column;
}

.sidebar { width: 340px; }
#sidebarMenu .nav { 
	background-color: #fff; 
	display: none;
}

#sidebarMenu .nav.show { 
	display: block;
}

.circle-icon {
	background: #fff;
    width: 23px !important;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
	color: rgb(85, 114, 176);
}

/* @media (max-width: 784px) { */
@media (max-width: 767px) {
	main { 
		padding-left: 0px; 
		padding-top: calc(1.5rem + 30px + 44px);
	}
	
	#sidebarMenu {
		height: calc(1.5rem + 30px + 44px);
		width: 100%;
	}
	
	#sidebarMenu .nav { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px; }
	
	.sidebar .dropright .dropdown-menu.show {
		position: relative;
		height: auto;
		left: 0; 
		padding-top: 0px;
		background-color: #fff;
		float: unset;
	}
	
	.sidebar .dropright .dropdown-menu.show .dropdown-item{
		padding-left: 1.5rem;
	}
}

@media (max-width: 1280px) {
	.footer {
		text-align: center !important;
	}
	
	.footer .social-media-icon {
		float: none !important; 
		display: block;
		padding-top: 8px;
	}
}

#bg-home {
	background-image: linear-gradient(to bottom, rgba(52, 52, 52, 0.30), rgba(52, 52, 52, 0.70)), url(/images/home-bg-01.jpg);
	height: 100vh;
}

#bg-global {
	background-image: linear-gradient(to bottom, rgba(52, 52, 52, 0.20), rgba(52, 52, 52, 0.60)), url(/images/global-bg-01.jpg);
	height: 300px;
}

.btn-konkord { background-color: rgb(85, 114, 176); color: #fff;}
.btn-konkord:hover { background-color: rgb(85, 114, 176, 0.7); color: #fff;}
.btn-konkord:active { border: none;}
.btn-oval { border-radius: 48px !important; }
.btn-xl {
	padding: 1rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.font-sm { font-size: 14px !important;}
.text-konkord { color: rgb(85, 114, 176); } 

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.hero-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

/* 
 * Typography
 */
 
.section-p {
	font-family: "Poppins", arial, sans-serif;
	font-size: 18px;
	color: rgb(94, 94, 94);
}
 
.section-p-i {
	font-family: "Poppins", arial, sans-serif;
	font-style: italic;
	font-size: 18px;
	color: rgb(94, 94, 94);
}

.section-p-quotes {
	font-family: "Poppins", arial, sans-serif;
	font-style: italic;
	font-size: 24px;
	color: rgb(164, 164, 164);
}

.section-label {
	text-transform: uppercase;
	font-weight: bold; 
	letter-spacing: 3px;
	color: rgb(89, 89, 89);
}

.fancy-link {
	display: inline-block; 
	text-transform: uppercase; 
	color: rgb(85, 114, 176);
	letter-spacing: 3px;
	padding-bottom: 4px; 
	border-bottom: 2px solid rgb(85, 114, 176);
	font-weight: bold;
}

.fancy-link:hover {
	color: rgb(51, 70, 111);
	text-decoration: none;
	border-bottom: 2px solid rgb(51, 70, 111);
}

.fancy-link::after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

/* 
 * Footer
 */

.footer {
	background-color: rgb(85, 114, 176);
	letter-spacing: 3px;
	width: 100%
}


/*
 * Sidebar
 */

.sidebar {
	font-family: "Poppins", arial, sans-serif;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100; /* Behind the navbar */
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px;
}

.sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: .5rem;
	/* overflow-x: hidden; */
	/* overflow-y: auto; Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
	}
}

.sidebar .nav-link, .sidebar .dropright .dropdown-menu .dropdown-item {
	color: rgb(145, 145, 145);
	font-size: 18px;
}

@media (max-width: 1280px) {
	.sidebar .nav-link, .sidebar .dropright .dropdown-menu .dropdown-item {
		/* font-size: 16px; */
	}
}

.sidebar .dropright .dropdown-menu .dropdown-item {
	padding: 0.5rem 1rem;
}

.sidebar .nav-link:active,
.sidebar .dropright .dropdown-menu .dropdown-item:active {
	color: rgb(85, 114, 176);
	background-color: unset;
}

.sidebar .nav-link:hover,
.sidebar .dropright .dropdown-menu .dropdown-item:hover {
	color: rgb(51, 70, 111);
}

.sidebar-heading {
	font-size: .75rem;
	text-transform: uppercase;
}

.sidebar .dropright .dropdown-toggle::after {
	margin-left: 1em !important;
}

.sidebar .dropright .dropdown-menu {
	background-color: rgb(246, 246, 246);
	height: 100vh;
	width: 0px;
	min-width: 0px;
	overflow: hidden;
	margin: 0px; 
	border: 0px;
	border-radius: 0px;
	transition: width 0.2s;
	display: block;
	padding-top: calc(1.5rem + 74px); /* pt-4 + logo(h44) + top-padding(30) */
}

.sidebar .dropright .dropdown-menu.show {
	width: 100%;
	transition: width 0.2s;
}

.sidebar .dropright.nav-item {
	position: unset !important; 
}


