/* Enter Your Custom CSS Here */

.et-db #et-boc .et-l .et_pb_module a {
  color: #000000 !important;
	font-weight: bolder !important;
	text-decoration: underline !important;
}

.et_pb_button .et-db #et-boc .et-l .et_pb_module a:hover{
	color: #FFFFFF !important;
}



/* kill the title on the home page */
.home .entry-title{
	display: none;
}

.resource-links .et_pb_text_inner{
	   column-count: 2;
    column-gap: 20px; /* Adjust the gap between columns as needed */
}

.resource-links .et_pb_text_inner p{
	background-color: rgba(0,0,0,0.1) !important;
	padding: .3rem .5rem !important;
	margin: .3rem auto !important;
}

.resource-links .et_pb_text_inner p a{
	font-style: bold !important;
}

.resource-links .et_pb_text_inner p:first-child{
	margin-top: 0 !important
}