﻿@font-face {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfT2ia-MPw8.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfT2iK-MPw8.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfT2hq-M.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.bg-dark {
	--bs-bg-opacity: 1;
	background-color: #0077B7 !important;
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: 16px;
	font-weight: var(--bs-nav-link-font-weight);
	color: white;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}


body {
	margin: 0;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-size: 16px;
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight:;
	--bs-nav-link-color: #B1E0F1;
	--bs-nav-link-hover-color: #B1E0F1;
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

h1, .h1 {
	font-size: 36px;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-weight: bold;
}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 2.5rem;
		font-family: 'Encode Sans Semi Condensed', sans-serif;
		font-weight: bold;
	}
}

h2, .h2 {
	font-size: 28px;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-weight: bold;
}

@media (min-width: 1200px) {
	h2, .h2 {
		font-size: 2rem;
		font-family: 'Encode Sans Semi Condensed', sans-serif;
		font-weight: bold;
	}
}

h3, .h3 {
	font-size: 24px;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-weight: bold;
}

@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 1.75rem;
		font-family: 'Encode Sans Semi Condensed', sans-serif;
		font-weight: bold;
	}
}

h4, .h4 {
	font-size: 21px;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-weight: bold;
}

@media (min-width: 1200px) {
	h4, .h4 {
		font-size: 1.5rem;
		font-weight: bold;
		font-family: 'Encode Sans Semi Condensed', sans-serif;
	}
}

h5, .h5 {
	font-size: 1.25rem;
	font-weight: bold;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
}

h6, .h6 {
	font-size: 1rem;
	font-weight: bold;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	/*border-top: 1px solid;*/
	opacity: 0.25;
}

.btn-primaryCSA {
	--bs-btn-color: #fff;
	--bs-btn-bg: #0077b7;
	--bs-btn-border-color: #0077b7;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}

.btn {
	
	border-radius: initial;
	
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}