.text-shadow-lg { text-shadow:2px 2px 2px rgba(34, 34, 34,0.8); }
.text-shadow-sm { text-shadow:1px 1px 1px rgba(34, 34, 34,0.8); }
.text-shadow-lg-alt { text-shadow:2px 2px 2px rgba(255, 255, 255,0.8); }
.text-shadow-sm-alt { text-shadow:1px 1px 1px rgba(255, 255, 255,0.8); }
.fapad { padding-right: 10px; }
.fapadl { padding-left: 10px; }
.btn { border-radius: 0;}
.navheading {
	font-size: 0.75em;
}
#editor1 {
  height: 150px;
}

#editor2 {
  height: 150px;
}
.featured-box-secondary-200 .icon-featured {
	background-color: var(--secondary-200);
}
.featured-box-secondary-100 .icon-featured {
	background-color: var(--secondary-100);
}
.featured-box-secondary--100 .icon-featured {
	background-color: var(--secondary--100);
}