/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/

.backpattern {
	
    background: #fff url("bgp.png") repeat center center;
    margin-top: -81px;
	
}

.palanquin-dark-regular {
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.palanquin-dark-medium {
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.palanquin-dark-semibold {
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.palanquin-dark-bold {
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.15rem;
}

.mapsh { height: 90% !important; }

.mr-0 { margin-right: 0 !important }

@media (max-width: 576px) {
	
	
  .container {
    padding-right: calc(var(--bs-gutter-x) * 1);
  	padding-left: calc(var(--bs-gutter-x) * 1);
  }
	
}

@media (max-width: 768px) {
	

	#categories-tab.nav-pills { 
	--bs-nav-pills-link-active-bg: var(--cnvs-themecolor);
	gap: 6px;
}
	
  .nav-link {
	  
    font-size: 11px !important;
	padding: 4px 8px !important;
	  
	}
}

.actives { color:#f58227 !important; font-weight: 800 !important; }

