:root {
	/* Color variables */
	--bs-primary: #172e40;
	--bs-secondary: #a7313f;
	--bs-info: #a7313f;

	--bs-primary-rgb: 23, 46, 64;
	--bs-secondary-rgb: 167, 49, 63;
	--bs-info-rgb: 167, 49, 63;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('./css/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heuristica-Regular';
    src: url('./css/fonts/Heuristica/Heuristica-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heuristica-Bold';
    src: url('./css/fonts/Heuristica/Heuristica-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('./css/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

::placeholder, -ms-input-placeholder {
	color: var(--bs-gray) !important;
	opacity: 1;
}

a {
	color: inherit !important;
	text-decoration: none;
	transition: color 0.2s, text-decoration 0.2s;
}

a:hover {
	color: var(--bs-primary) !important;
	text-decoration: underline;
	transition: color 0.2s, text-decoration 0.2s;
}

article a {
	color: inherit !important;
	text-decoration: underline;
	transition: color 0.2s, text-decoration 0.2s;
}

article a:hover {
	color: var(--bs-secondary) !important;
	text-decoration: underline;
	transition: color 0.2s, text-decoration 0.2s;
}

article h2 {
	color: var(--bs-secondary);
	font-weight: normal;
	margin-top: 1.75em;
}

article h3 {
	font-family: 'Poppins-Regular', sans-serif;
	font-weight: bold;
	margin-top: 1.1em;
}

article h3, article h4, article h5, article h6 {
	color: var(--bs-primary);
}

body {
	box-sizing: border-box;
	font-family: 'Poppins-Regular', sans-serif;
	width: 100%;
}

body .wp-block-embed .is-type-video .wp-block-embed__wrapper > iframe {
	display: block;
}

div {
	box-sizing: border-box;
}

footer ul {
	list-style-type: none;
	padding-left: 0em;
}

footer ul li {
	margin: 0.5em 0;
}

h1, h2, h3 {
	font-family: 'Heuristica-Bold', sans-serif;
    font-variant: small-caps;
}

svg {
	margin: 0;
	padding: 0;
}

ul, ol {
   padding-left: 1em;
}


.article-title h3 {
	color: var(--bs-secondary) !important;
	font-weight: bold !important;
}

.bg-primary {
	background-color: var(--bs-primary) !important;
	color: var(--bs-white);
}

.bg-secondary {
	background-color: var(--bs-secondary) !important;
	color: var(--bs-white) !important;
}

.bg-light {
	background-color: rgb(240, 240, 240) !important;
}

.box-with-shadow {
	border: 1px solid var(--bs-gray-200);
	box-shadow: 0 0 0.45em 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.btn {
	border-radius: 0 !important;
	font-family: 'Poppins-Regular', sans-serif;
}

.btn-primary {
	background-color: var(--bs-primary) !important;
	border: 0 !important;
	color: var(--bs-white) !important;
	transition: background-color 0.2s, color 0.2s;
}

.btn-primary:hover {
	background-color: var(--bs-secondary) !important;
	border: 0 !important;
	color: var(--bs-white) !important;
	transition: background-color 0.2s, color 0.2s;
}

.btn-secondary {
	background-color: var(--bs-white) !important;
	border: 1px solid var(--bs-secondary) !important;
	color: var(--bs-black) !important;
	outline: 0 !important;
	transition: background-color 0.2s, color 0.2s;
}

.btn-secondary:hover {
	background-color: var(--bs-secondary) !important;
	border: 1px solid var(--bs-secondary) !important;
	color: var(--bs-white) !important;
	outline: 0 !important;
	transition: background-color 0.2s, color 0.2s;
}

.comment {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.dropdown-menu {
	border-radius: 0;
}

.dropdown-toggle::after {
	content: none !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.fixed-color:hover {
	color: inherit !important;
}

.footer-column {
	box-sizing: border-box;
}

.form-control {
	background-color: var(--bs-gray-200);
	border: 0;
	border-radius: 0;
	outline: 0;
}

.form-control:focus {
	background-color: var(--bs-gray-200);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
}

.form-control-icon {
	color: var(--bs-gray) !important;
	display: flex;
	align-items: center;
	height: 100%;
	margin-left: 5px;
	opacity: 1;
	position: absolute;
    text-align: center;
	z-index: 2;
}

.form-search::before {
	content: "\F52A";
}

.info-box div {
	color: var(--bs-gray-700);
	font-family: 'Heuristica-Regular', sans-serif;
    font-variant: small-caps;
}

.info-box strong {
	color: var(--bs-primary);
	font-family: 'Heuristica-Bold', sans-serif;
    font-variant: small-caps;	
}

.info-box .bi {
	font-size: 1.5em;
	margin-bottom: 0;
}

.info-box .bi::before {
	color: var(--bs-secondary);
}

.input-group-prepend {
	background-color: var(--bs-gray-200);
	color: var(--bs-gray) !important;
}

.no-underline:hover {
	text-decoration: none !important;
}

.navbar {
	margin-top: -1em;
	margin-bottom: -2em;
	z-index: 10;
}

.navbar-toggler {
	border-radius: 0;
}

.navbar-collapse {
	background-color: var(--bs-gray-200);
}

.opacity-transition {
	opacity: 1;
	transition: opacity 0.2s;
}

.opacity-transition:hover {
	opacity: 0.5;
	transition: opacity 0.2s;
}

.post-navigation .nav-links {
	color: var(--bs-primary);
	display: flex;
	flex-direction: row;
  	justify-content: space-between;
  	padding-bottom: 1em;
}

.post-navigation .screen-reader-text {
	display: none;
}

#image-presentation-1 {
	background-image: url("./images/image-presentation-1.avif");
	background-size: cover;
}