/* CSS HERO */
.hero--indg-economies{
  width: 100%;
  min-width: 100vw;
  min-height: 600px;
  height: 70vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  background-image: url('/_flysystem/fedora/2026-04/NCAI%20National%20Convention.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* CSS TITLE & DESCRIPTION */
.block-collection-content {
	margin-top: 5em;
}

.block-collection-content .collection-page-title {
  text-align: center;
  margin-bottom: 0.5em;
  font-size:48px;
  font-weight: bold;
}

.block-collection-content .collection-subtitle {
  font-size: 20px;
  font-weight:300;
  margin-bottom: 1em;
}


.block-collection-content .collection-description {
  margin-top: 1em;
}

p{
	  font-size: 20px;
}

