 @font-face{
     font-family:"SCU Logo 4 Regular";
     src:url(https://assets.scu.edu/fonts/SC-Logo4-Regular.woff2) format("woff2"),url(https://assets.scu.edu/fonts/SC-Logo4-Regular.woff2) format("woff")url(https://assets.scu.edu/fonts/SC-Logo4-Regular.ttf) format("truetype"),url(https://assets.scu.edu/fonts/SC-Logo4-Regular.otf) format("opentype");
     font-display: swap 
 }

 .text-sculogo4 {
    font-family:"SCU Logo 4 Regular", "LibreBaskerville-Regular", serif;
}

li.maroon::before {
  color: #fff;
  background-color: #72001b !important;
}
@media (max-width: 1199.98px) {
  .header-legacy a {
    font-size: unset !important;
  }
}
a.text-primary.scuHomeLink:hover {
    text-decoration: none;
}
i.fa-scu-logo-2024 {
  font-size: 6rem;
}

.jumbotron {
  margin-bottom: initial;
}

.icon-row img {
  margin-right: 32px;
}

.icon-row img:last-child {
  margin-right: 0;
}

.icon-row img {
  width: 40px;
  height: auto;
}

.icon-divider-animation {
  opacity: 0; /* Start with opacity 0 */
  transform: translateY(20px); /* Start 20px lower */
  animation: slide-up 0.5s forwards; /* Animation for the sliding effect */
}

h2.section-heading.text-calluna-bold {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  background: linear-gradient(122deg, #d11f39 17.08%, #9e1b32 51.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.col.img-caption {
  padding-left: 0;
}
.container.container-offset {
  max-width: 1500px;
}
.quote-box {
  padding: 30px;
  color: #5c5c5c;
  font-size: 24px;
  font-weight: 400;
}

@media (min-width: 767px) and (max-width: 1199px) {
  .quote-box {
    flex: 0 0 100%;
    max-width: 55%;
  }
}

.quote-box-attribution {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}
span.stats-num {
  color: #b30738;
  font-size: 64px;
  font-weight: 700;
  line-height: 87px;
}

.stats-text {
  font-size: 20px;
}

@media (max-width: 575px) {
  .container.container-section {
    padding: 0 30px 0 30px;
  }
  .card-box {
    width: initial !important;
  }
}

ul.list li {
  margin-bottom: 10px;
}

.manifesto-video {
  margin: 32px 0;
}

.parallax-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

<!--COLLAGE-- > 
.image-container {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.description {
  font-size: 14px;
  color: #212529;
  margin-top: 10px;
}
.title {
  font-weight: bold;
}

.collage-logo-large {
  display: flex;
  width: 635px;
  padding: 29px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: var(--Secondary-Light-Beige, #f4f2f0);
}
.collage-logo-small {
  display: flex;
  width: 445px;
  padding: 30px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--Secondary-Light-Beige, #f4f2f0);
}

@media (max-width: 820px) {
  .collage-logo-small,
  .collage-logo-large {
    margin-left: auto !important;
    margin-right: auto;
  }
  .collage-row {
    flex-direction: column-reverse;
  }
  .collage-logo-large {
    width: 391px;
  }
  .collage-logo-small {
    width: 391px;
  }
}
@media (821px <= width <= 1024px) {
  .collage-row {
    flex-direction: column-reverse;
  }
  .collage-logo-large {
    width: 445px;
    margin-left: auto !important;
    margin-right: auto;
  }
  .collage-logo-small {
    width: 445px;
    margin-left: auto !important;
    margin-right: auto;
  }
}
@media (1025px <= width <= 1199px) {
  .collage-logo-large {
    width: 539px;
  }
  .collage-logo-small {
    width: 391px;
  }
}

.bgimg-1 {
  min-height: 100%;

  background: linear-gradient(
      0deg,
      rgba(3, 59, 76, 0.3) 0%,
      rgba(3, 59, 76, 0.3) 100%
    ),
    url("https://assets.scu.edu/public/media/images/brand/SCU_24980_WIP_brand-framework_img-web.jpg")
      lightgray 50%;

  position: relative;
  opacity: none;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9rem 2rem 18rem;
}

.card-box {
  position: relative;
  width: 100%;
  display: flex;
  width: 540px;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: #f4f2f0;
}

.card-box p {
  margin-bottom: 32px;
}

.card-box.pos1 {
  top: 10%;
  left: 30%;
}
.card-box.pos2 {
  top: -5%;
  left: 50%;
}
.card-box.pos3 {
  left: 15%;
  top: -20%;
}
.card-box.pos4 {
  left: 50%;
  top: 10%;
}
.card-box.pos5 {
  left: 30%;
}

h1.parallaxh1 {
  color: #72001b;
  font-family: Calluna;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
  margin-bottom: 0;
}

h2.parallaxh2 {
  color: #72001b;
  font-family: Calluna;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.parallaxsub {
  font-size: 24px;
  margin-bottom: 2rem;
}

/* Turn off parallax scrolling for tablets and phones  */
@media only screen and (max-device-width: 767px) {
  .bgimg-1,
  .bgimg-2,
  .bgimg-3 {
    background-image: none;
    background-color: #ffffff;
    padding: 1rem 1rem 2rem;
  }

  h1.parallaxh1 {
    font-size: 36px;
  }

  .parallaxsub {
    font-size: 20px;
  }

  h2.parallaxh2 {
    font-size: 28px;
  }
}

@media all and (max-width: 1024px) {
  .card-box.pos1,
  .card-box.pos2,
  .card-box.pos3,
  .card-box.pos4,
  .card-box.pos5 {
    left: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 24px;
  }
}
