:root,
[data-bs-theme=light] {
  --bs-primary: #0d395d;
  --bs-primary-rgb: 13, 57, 93;
  --bs-secondary: #e2515d;
  --bs-secondary-rgb: 218, 100, 25;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e2515d;
  --bs-btn-border-color: #e2515d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e2515d;
  --bs-btn-hover-border-color: #e2515d;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e2515d;
  --bs-btn-active-border-color: #e2515d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('/web/fonts/montserrat-v26-latin-regular.woff2') format('woff2');
}
* {
	font-family: 'Montserrat';
}
.content a {
	color: #e2515d;
}
.content a:hover {
	text-decoration: none;
}
.hyphens p {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.navbar-brand {
	width: 70%;
}
.offcanvas-header {
	display: block;
}
.offcanvas-title {
	text-decoration: none;
}
.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28226, 81, 93, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(226, 81, 93, 1);
}
.navbar-nav .nav-link.active {
	text-decoration: underline;
}
.dropdown:hover > .dropdown-menu,
.offcanvas.show .offcanvas-body .dropdown > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.dropdown-menu {
   opacity: 0;
   transform: translateY(2rem);
   transition: transform 0.5s;
}
@media (min-width: 992px) {
	.dropdown-menu {
		border: 1px solid rgb(33, 37, 41) !important;	
	}
}
.dropdown:hover > .dropdown-menu,
.offcanvas.show .offcanvas-body .dropdown > .dropdown-menu {
  opacity: 1;
  transform: translateY(-2px);
  transition: opacity 0.5s, transform 0.5s;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: #e2515d;
}
.carousel-item .layer {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.carousel-caption {
	position: absolute;
	right: 5%;
	top: 1.25rem;
	left: 5%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: start;
}
.carousel-caption .line1 {
	font-weight: bold;
	font-size: 1rem;
}
.carousel-caption .line2 {
	font-weight: bold;
	font-size: .9rem;
}
@media (min-width: 576px) {
	.carousel-caption .line1 {
		font-size: 1.8rem;
	}
	.carousel-caption .line2 {
		font-size: 1.2rem;
	}
}
@media (min-width: 768px) {
	.carousel-caption .line1 {
		font-size: 2rem;
	}
}
@media (min-width: 992px) {
	.carousel-caption .line1 {
		font-size: 3rem;
	}
	.carousel-caption .line2 {
		font-size: 2rem;
	}
}
@media (min-width: 1200px) {
	.carousel-caption .line1 {
		font-size: 3rem;
	}
	.carousel-caption .line2 {
		font-size: 2.2rem;
	}
}

.carousel-caption-2 {
	position: absolute;
	right: 5%;
	bottom: 2rem;
	left: 5%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: start;
	font-weight: bold;
	font-size: 1rem;
}
@media (min-width: 768px) {
	.carousel-caption-2 {
		bottom: 2.5rem;
		font-weight: bold;
		font-size: 1.3rem;
	}
}
@media (min-width: 992px) {
	.carousel-caption-2 {
		font-weight: bold;
		font-size: 2rem;
	}
}
@media (min-width: 1200px) {
	.carousel-caption-2 {
		bottom: 6rem;
		font-size: 2rem;
	}
}

.carousel-caption-3 {
	position: absolute;
	right: 5%;
	bottom: .25rem;
	left: 5%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: start;
}
@media (min-width: 768px) {
	.carousel-caption-3 {
		
	}
}
@media (min-width: 992px) {
	.carousel-caption-3 {
	}
}
@media (min-width: 1200px) {
	.carousel-caption-3 {
		bottom: 4rem;
	}
}



.bi::before {
	font-size: 5rem;
}

#map-container {
	width: auto;
	height: 500px;
}
#footer-navigation {
	margin-bottom: 0;
}
#footer-navigation a.active {
	text-decoration: none;
}
#footer-navigation li {
	display: inline;
}
#footer-navigation li::after {
	content: '|';
	display: inline-block;
	padding: 0 .5em;
}
#footer-navigation li:last-child::after  {
	content: '';
	display: inline-block;
	padding-left: .5em;
	padding-right: 0;
}
#footer a {
	color: #0d395d;
}
#footer a:hover {
	text-decoration: none;
}
.madeBy {
	color: #666;
	font-size: .8rem;
}
.madeBy a {
	color: #666;
	padding-top: 1em;
	padding-bottom: 1em;
}
.madeBy a:hover {
	text-decoration: none;
}

.linked-icons a {
	color: var(--bs-body-color);
	text-decoration: none;
}