
/* SPLASH SECTION FOR GEN AUD LANDING PAGES */


section#subSplash_box {
  margin-left: auto;
  margin-right: auto;
}

.subSplash {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  padding-left: 0px;
  background-size: cover;
  max-height: 220px;
  max-width: 1160px;
  width: 100%;
  border-radius: 8px;
}

.splashAbout {
  background-image: url(/cbr_img/splash/gen_aud/about_splash.jpg);
}

.splashPeople {
  background-image: url(/cbr_img/splash/gen_aud/people_splash.jpg);
}

.splashConnections {
  background-image: url(/cbr_img/splash/gen_aud/connections_splash.jpg);
}

.splashPublicAccess {
  background-image: url(/cbr_img/splash/gen_aud/publicaccess_splash.jpg);
}

.splashResearch {
  background-image: url(/cbr_img/splash/gen_aud/research_splash.jpg);
}

.splashContainerSub {
  display: flex;
  flex: 1;
  max-width: 1200px;
  align-self: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

h1.splashTitle {
  color: #ffffff;
  font-family: "Alegreya", serif;
  font-weight: 800; /*900*/
  font-size: 5.5rem; /* 6rem */
  line-height: 10rem;
  margin-top: 85px;
  padding-bottom: 0;
  border: none;
  flex: none;
  opacity: 1;
  letter-spacing: 0.025em; /*added to help with switching to alegreya*/
}

/* used on About page for 4-square images to other pages at bottom*/
.aboutSplashPages {
  padding: 0;
  padding-left: 0px;
  background-size: cover;
  width: 100%;
  border-radius: 8px;
}

.aboutSplashPagesTitle {
  color: #ffffff;
  font-family: "Alegreya", serif;
  line-height: 5rem;
  padding-bottom: 0;
  border: none;
  flex: none;
  opacity: 1;
  font-size: 1.9rem;
  font-weight: 600;
  padding-left: 0.5em;
  text-shadow: 1px 2px 10px var(--cbr-darkest);/* using shadow for white font over background image */
  position: relative;
  top: 15px; 
}

/* END SPLASH SECTION */
