/* poppins-300 - latin_latin-ext */
/* poppins-regular - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v24-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			 url('../fonts/poppins-v24-latin_latin-ext-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-italic - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/poppins-v24-latin_latin-ext-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			 url('../fonts/poppins-v24-latin_latin-ext-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-500 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/poppins-v24-latin_latin-ext-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			 url('../fonts/poppins-v24-latin_latin-ext-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-500italic - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/poppins-v24-latin_latin-ext-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			 url('../fonts/poppins-v24-latin_latin-ext-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-600 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins-v24-latin_latin-ext-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			 url('../fonts/poppins-v24-latin_latin-ext-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-600italic - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 600;
	src: url('../fonts/poppins-v24-latin_latin-ext-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			 url('../fonts/poppins-v24-latin_latin-ext-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-700 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/poppins-v24-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			 url('../fonts/poppins-v24-latin_latin-ext-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-700italic - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/poppins-v24-latin_latin-ext-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			 url('../fonts/poppins-v24-latin_latin-ext-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* Common */
:root {
	--font-main: 'Poppins', sans-serif;
	--font-heading: 'Poppins', sans-serif;

	--c-white: #FFF;
	--c-black: #000;
	--c-gray: #666;
	--c-yellow: #FFC21B;
	--c-blue: #0064A8;
	--c-blue-light: #F8F8F8;
	--c-red: #D24949;

	--fw-400: 400;
	--fw-500: 500;
	--fw-600: 600;
	--fw-700: 700;

	--transition: all 200ms;

	--bs-body-font-family: var(--font-main);
	--bs-body-font-weight: var(--fw-400);
	--bs-body-line-height: 1.8;
	--bs-body-font-size: 16px;

	--radius: 35px;
	--radius-large: 50px;
	--radius-max: 999px;
}

body {
	color: var(--c-gray);
	min-height: 100vh;
}

body.admin-bar {
	min-height: calc(100vh - 32px);
}

main {
}

a {
	transition: var(--transition);
}

a,
a:visited,
a:active {
	color: var(--c-yellow);
}

a:hover,
a:focus {
	text-decoration: none;
}

b, strong {
	font-weight: var(--fw-600);
}

main {
	flex: 1;
	overflow-x: hidden;
}

::selection {
	background-color: var(--c-blue);
	color: var(--c-white);
}

/* Images */
img {
	max-width: 100%;
	height: auto;
}

.img-cover {
	object-fit: cover;
}

.img-contain {
	object-fit: contain;
}

.img-rounded {
	border-radius: var(--radius);
	overflow: hidden;
}

.img-container-fit-height {
	height: 100%;
}

.img-container-fit-height > * {
	height: 100%;
}

.img-container-fit-height > img {
	object-fit: cover;
}

svg {
	display: inline-block;
	height: 1em;
	width: auto;
}

/* Typography */
p, li {
	font-weight: var(--fw-400);
}


ul {
	list-style-type: disc;
}

ul li::marker,
ol li::marker {
	color: var(--c-blue);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: var(--c-black);
	font-family: var(--font-heading);
	line-height: 1.3;
	text-decoration: none;
	word-break: break-word;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	color: var(--c-black);
}

h1, .h1 {
	font-size: 80px;
	font-weight: var(--fw-700);
}

h2, .h2 {
	font-size: 50px;
	font-weight: var(--fw-700);
}

h3, .h3 {
	font-size: 24px;
	font-weight: var(--fw-600);
}

h4, .h4 {
	font-size: 20px;
	font-weight: var(--fw-600);
}

/* Buttons */
.btn {
	font-size: 18px;
	font-weight: var(--fw-500);
	padding: 25px 60px;
	line-height: 1.3;
	border-radius: var(--radius-max);
	width: fit-content;
}

.btn,
.btn-primary,
.btn.yellow {
	--bs-btn-color: var(--c-black);
	--bs-btn-bg: var(--c-yellow);
	--bs-btn-border-color: var(--c-yellow);
	--bs-btn-hover-color: var(--c-yellow);
	--bs-btn-hover-bg: var(--c-white);
	--bs-btn-hover-border-color: var(--c-yellow);
	--bs-btn-active-color: var(--c-yellow);
	--bs-btn-active-bg: var(--c-white);
	--bs-btn-active-border-color: var(--c-yellow);
}

.btn-secondary,
.btn.blue {
	--bs-btn-color: var(--c-white);
	--bs-btn-bg: var(--c-blue);
	--bs-btn-border-color: var(--c-blue);
	--bs-btn-hover-color: var(--c-blue);
	--bs-btn-hover-bg: var(--c-white);
	--bs-btn-hover-border-color: var(--c-blue);
	--bs-btn-active-color: var(--c-blue);
	--bs-btn-active-bg: var(--c-white);
	--bs-btn-active-border-color: var(--c-blue);
}

.btn.icon svg {
	margin-right: 0.5em;
	transition: var(--transition);
}

.btn.icon.yellow:hover svg path {
	fill: var(--c-yellow);
}

.btn.icon.blue:hover svg path {
	fill: var(--c-blue);
}

.btn:visited {
	color: var(--bs-btn-color);
}

.btn:focus,
.btn:focus-visible,
.btn:active,
.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border);
}



/* Navigation */
header {
	background-color: rgba(255,255,255,0.97);
	box-shadow: 0px 13px 20px 0px rgba(0,0,0,0.05);
	min-height: 100px;
}

header.sticky-top {
	opacity: 1;
	transition: var(--transition);
}

header.has-shadow {
	/*box-shadow: 0px 8px 16px rgba(0,0,0,0.25);*/
	filter: drop-shadow(0 8px 16px rgba(0,0,0,0.25));	
}

header.sticky-top.hidden {
	opacity: 0;
	z-index: -1000;
}

.admin-bar header.sticky-top {
	top: 32px;
}

.navbar-brand {
	width: 204px;
	margin-right: 100px;
}

.nav-link:not(:hover):visited {
	color: var(--c-black);
}


.navbar-nav {
	--bs-nav-link-color: var(--c-black);
	--bs-nav-link-hover-color: var(--c-yellow);
	column-gap: 40px;
	font-size: 20px;	
}

.current-menu-item .nav-link,
.nav-link.active {
	color: var(--c-yellow);
	font-weight: var(--fw-700);
}



/* Hero section */
section.hero {
	height: 533px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

section.hero:after {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background: linear-gradient(270deg, rgba(20, 112, 175, 0) 0%, #1470AF 100%);
}

section.hero h1 {
	padding-left: 156px;
	color: var(--c-white);	
}





/* Media queries */
/* Container max width  */
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 1380px;
	}

	.container-xl, .container-xxl {
		max-width: 1800px;
	}
}
