.pt-serif, h1, h2, h3, h4,.h1, .h2, .h3, .h4 {
	font-family: 'PT Serif', serif;
}
main a {
	color: #333;
	padding-bottom: 2px;
	border-bottom: 1px dashed #333;
	text-decoration: none;
	 -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
main a:hover {
	color: #222;
	padding-bottom: 2px;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
.footer-menu h4 {
	font-stretch: 70%;
	font-weight: 700;
}
.header button.btn.btn-secondary,.header button.btn.btn-secondary:focus, .header button.btn.btn-secondary:hover,.header button.btn.btn-secondary:active, .offcanvas button.btn-close:focus .offcanvas button.btn-close:hover, .offcanvas button.btn-close:active {outline: none!important;}

.footer-site a.text-light {
	font-size: 0.8rem;
}
.footer-menu a {color: #333;
text-decoration: none;}
.footer-menu a:hover {color: #333;text-decoration: none;}
.footer-site a.text-light:hover,.footer-menu a:hover, .footer-menu a.text-dark:hover {
padding-bottom: 2px;
}
.footer-site a.text-light:hover {
border-bottom: 1px dashed #f8f9fa;
}
.footer-menu a:hover,.footer-menu a.text-dark:hover {
border-bottom: 1px dashed #333;
}
.breadcrumb-item a.link-dark.text-decoration-none:hover {
	padding-bottom: 2px;
	border-bottom: 1px dashed #333;
}
#offcanvasMainMenu { background-color: #e1e1e1;
}
#offcanvasMainMenu ul li {
	padding-bottom: 4px;
}
#offcanvasMainMenu ul li a:hover, #offcanvasMainMenu ul li ul.smenu li a:hover {
background-color: #e1e2e3	
}
#offcanvasMainMenu ul li a:hover span, #offcanvasMainMenu ul li ul.smenu li a:hover span{
font-weight:  500;;	
}