.section {
  display: block;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.lead-video {
  padding-top: 0px;
}

.section-2 {
  height: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-3.gradient-hero {
  position: static;
  width: auto;
  height: auto;
  font-family: Roboto, sans-serif;
}

.para-text {
  display: block;
  padding-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 1.25em;
  line-height: 24px;
}

.lottie-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
}

.anim-wrapper {
  position: static;
  top: 0px;
  width: 100%;
  height: 500vh;
  font-family: Roboto, sans-serif;
}

.gradient-overlay {
  position: absolute;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-video {
  height: 100vh;
}

.section-4 {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lottie-luckys {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
}

.lucky-anim-wrapper {
  width: 100%;
  height: 500vh;
}

.section-5 {
  padding-top: 10px;
}

.bowelro-anim-wrapper {
  width: 100%;
  height: 500vh;
}

.lottie-bowlero {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.vincentdepaul-anim-wrapper {
  width: 100%;
  height: 500vh;
  font-family: Roboto, sans-serif;
}

.lottie-highschool {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.columns {
  padding-top: 20px;
}

.ar-help-text {
  display: none;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 0.85em;
  line-height: 22px;
}

.qr-code-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.qr-code-container {
  padding-top: 10px;
}

.div-block {
  position: absolute;
  left: 10%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: absolute;
  left: 10%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-scrollbox-div-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25%;
  margin-bottom: 100%;
  margin-left: 25%;
  font-family: Roboto, sans-serif;
}

.text-block {
  color: #ebe2e2;
}

.text-scroll-box {
  border: 1px none #000;
  background-color: rgba(255, 246, 246, 0.25);
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.5em;
  text-align: left;
}

.image {
  position: static;
  width: 90%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 67vh;
  font-family: Roboto, sans-serif;
}

.cotton {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  background-image: url('../images/cotton.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.middle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: url('../images/middle.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sky {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: url('../images/sky.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column {
  padding-right: 0px;
}

.body {
  background-color: #fff;
}

.intro-video-heading {
  font-family: Roboto, sans-serif;
  font-size: 3.5em;
  text-align: center;
}

.intro-video-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 220px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: Roboto, sans-serif;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.scroll-icon-wrapper {
  font-family: Roboto, sans-serif;
}

.scroll-chevron {
  position: absolute;
  left: 50%;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: Roboto, sans-serif;
}

.chevron-scroll-section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.scroll-icon {
  position: relative;
  left: 50%;
  width: 40px;
  height: 70px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 25px;
}

.lottie-stvincent {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.highschool-anim-wrapper {
  width: 100%;
  height: 500vh;
}

.lottie-vincentdepaul {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
}

.goldengate-anim-wrapper {
  width: 100%;
  height: 500vh;
}

.lottie-goldengate {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
}

.bold-text {
  font-family: Roboto, sans-serif;
}

.section-text {
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.section-video {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
}

._80s-image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  font-family: Roboto, sans-serif;
}

._80human {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: auto;
  background-image: url('../images/80human.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

._80middle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: url('../images/80middle.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

._80sky {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/80sky.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.scroll-text {
  position: relative;
  left: 25%;
}

.text-block-2 {
  position: relative;
  text-align: left;
}

.heading {
  font-size: 2em;
  text-align: center;
}

.heading-2 {
  font-size: 2em;
  text-align: center;
}

.intro-video-subhead {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 2em;
  text-align: center;
}

.intro-video-subhead-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.intro-video-subhead-line1 {
  font-family: Roboto, sans-serif;
  font-size: 2em;
}

.intro-video-subhead-line2 {
  font-family: Roboto, sans-serif;
  font-size: 2em;
}

.section-subhead {
  font-family: Roboto, sans-serif;
}

.heading-3 {
  font-family: Roboto, sans-serif;
}

.section-subhead-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.citycore-anim-wrapper {
  width: 100%;
  height: 500vh;
}

.lottie-citycore {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.section-cutline {
  font-family: Roboto, sans-serif;
}

.cutline-container {
  position: static;
}

.para-cutline {
  font-family: 'Roboto Condensed', sans-serif;
}

.section-sketchfab {
  display: block;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.container-sketchfab {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-1 {
  background-image: url('../images/Brown-Famil3955.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.slide-2 {
  background-image: url('../images/House-and-car.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/Brown-Famil3976.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider {
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.section-slider {
  font-family: Roboto, sans-serif;
}

.list-student {
  font-size: 1.25em;
}

.list-item-student-name {
  font-size: 1em;
  font-weight: 700;
}

.slide-4 {
  background-image: url('../images/Brown-1971Motorbike.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/Brown-1964-bike.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Brown-Famil405.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Kids_Airport.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph {
  position: relative;
  width: 50%;
  margin-left: 250px;
  padding-right: 25px;
  padding-left: 25px;
}

.para-sketchfab {
  padding-left: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

