/* 	custom.css				*/
/*	keithvb, 6/12/22		*/
/*  for J51-Amelia 4        */
/*  in alamedadoula.com     */

/* set main menu color and weight - tricky since Pompiere is very light */
.hornav > ul > li > a {
  letter-spacing: 0px !important;
  font-weight: 900 !important;
  text-shadow: 0px 0px #205395 !important;
  color: #205395 !important;
  line-height: 1.2 !important;
}

/* article title on home page */
h1{
  	letter-spacing: 0px !important;
    /* font-family is set in template config */
  	/* font-family: "Pompiere", cursive, Arial, sans !important; */
  	font-weight: normal !important; 
	font-size: 36px !important;
  	color: #205395 !important;
}

h2, .page-header h1, .content-category h1, .registration h1 {
  letter-spacing: normal;
  font-weight: 900 !important;
  font-size: 40px !important;
}

