@font-face {
  font-family: oswald-regular;
  src: url(../fonts/Oswald-VariableFont_wght.ttf);
}

@font-face {
  font-family: oswald-demi-bold;
  src: url(../fonts/Oswald-DemiBold.woff);
}

@font-face {
  font-family: oswald-extra-light;
  src: url(../fonts/Oswald-ExtraLight.woff);
}

@font-face {
  font-family: roboto-regular;
  src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: lato-light;
  src: url(../fonts/Lato-Light.woff2);
}

@font-face {
  font-family: lato-medium;
  src: url(../fonts/Lato-Medium.woff);
}

@font-face {
  font-family: lato-bold;
  src: url(../fonts/lato-bold.woff);
}

.padding-left-10 { padding-left: 10px; }
.padding-left-20 { padding-left: 20px; }
.display-flex { display: flex; }
.flex-direction-row { flex-direction: row !important; }

html, body {
  height: 100%;
  width: 100%;
}

/* Preload hero image in homepage */
body:after{
  position: fixed;
  z-index: -1;
  opacity: 0;
  content: url(../img/home/fighting-for-kids-optimized.jpg) 
  url(../img/home/fighting-for-health-optimized.jpg) 
  url(../img/home/fighting-for-lives-optimized.jpg) 
  url(../img/home/fighting-for-equity-optimized.jpg)
  url(../img/home/fighting-for-change-optimized.jpg) 
  url(../img/home/fighting-for-25-years-optimized.jpg);
}

div p a span,
.hyperlink-underline {
  text-decoration: underline;
  text-decoration-color: #007bff;
}

div p a span:hover,
.hyperlink-underline:hover {
  text-decoration-color: #0ff;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}

section {
  position: relative;
  width: 100%;
  /* max-width: 1440px; */
  margin: auto;
}

section.filter > div,
.footer-container.filter,
#header-logo.filter,
section.filter > #hero-banner-profile-series img,
section.filter > #hero-banner-profile-series p {
  filter: brightness(0.5);
}

section.filter > #hero-banner-profile-series {
  filter: initial;
}

.sub-section {
  display: flex;
}

.sub-section > div {
  width: 50vw;
  
}

#sticky {
  text-align: right;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  padding-right: 30px;
  margin-bottom: 80px;
}

#sticky > p {
  font-size: 50px;
  margin: 0px;
  font-weight: 100;
  -webkit-text-stroke: thin;
  text-stroke: 0px #FFFFFF;
}

#sticky > h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  font-size: 5rem;
}

body{
  display: block;
  margin: 0px;
}

* {
  box-sizing: border-box;
}

/* .site-header {
  display: flex;
  background-color: black;
} */

/* USE IF HEADER IS FIXED */
.site-header {
  display: flex;
  background-color: black;
  /* position: fixed; */
  position: absolute;
  width: -webkit-fill-available;
  z-index: 50;
}

.site-header h1{
  margin: 0px
}

#header-logo {
  height: 250px;
  width: 250px;
  border-radius: 150px;
  margin-right: auto;
  position: absolute;
  top: 10px;
  left: 55px;
  z-index: 1;
  transition: width .5s, height .5s;
}

.header-logo-small {
  height: 200px !important;
  width: 200px !important;
}

#header-social {
  margin-left: auto;
  color: white;
  display: flex;
  font-size: 20px;
}

#header-social a {
  color: white;
  text-decoration: none;
}

#header-social i {
  padding: 15px 15px;
}

#header-social .donate-button {
  font-family: 'oswald-regular';
  font-weight: 600;
  background: #ed2124;
  padding: 10px 10px;
  letter-spacing: 2px;
  cursor: pointer;
}

.hamburger {
  font-size: 30px;
  padding: 2px 0px 2px 15px;
  cursor: pointer;
}

#s-1 {
  margin-top: 50vh;
}

.arrow{
  position: fixed;
  top: 91vh;
  left: 50%;
  transform: translate(-50%,-50%);
}

.arrow span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0%{
      opacity: 0;
      transform: rotate(45deg) translate(-20px,-20px);
  }
  50%{
      opacity: 1;
  }
  100%{
      opacity: 0;
      transform: rotate(45deg) translate(20px,20px);
  }
}

#hero-banner-barrie-fund img,
#hero-banner-profile-series img {
  width: 100%;
  height: auto;
}

#hero-banner-profile-series {
  /* position: absolute;
  top: -15vw; */
  padding-top: 50px;
}

.hero-text-profile-series {
  position: absolute;
  top: 7%;
  bottom: 7%;
  left: 0%;
  right: 0%;
  font-family: oswald-regular !important;
  font-size: 80px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 30px;
}

.hero-text-profile-series p:last-child {
  font-size: 25px;
}

.hero-image {
  background-image: url(../img/home/fighting-for-kids-optimized.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed !important;
  z-index: -1;
  top: 0px;
  -webkit-transition: color .3s;
  transition: color .3s;
  left: 0;
}

.hero-img-1 {
  background-image: url(../img/home/fighting-for-kids-optimized.jpg) !important;
}

.hero-img-2 {
  background-image: url(../img/home/fighting-for-health-optimized.jpg) !important;
}

.hero-img-3 {
  background-image: url(../img/home/fighting-for-lives-optimized.jpg) !important;
}

.hero-img-4 {
  background-image: url(../img/home/fighting-for-equity-optimized.jpg) !important;
}

.hero-img-5 {
  background-image: url(../img/home/fighting-for-change-optimized.jpg) !important;
}

.hero-img-6 {
  background-image: url(../img/home/fighting-for-25-years-optimized.jpg) !important;
}

.hero-list-container {
  list-style: none;
  margin-bottom: 85px;
  padding: 0px
}

.hero-list-container li {
  padding: 0px;
}

.hero-text {
  font-family: oswald-demi-bold;
  font-weight: 700;
  /* font-size: 9rem; */
  /* line-height: 8.75rem; */
  /* margin-bottom: 5px; */
  /* height: 115px; */
  width: auto;
  color: transparent;
  -webkit-text-stroke: 4px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  /* float: left; */
  clear: both;
  overflow: hidden;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-size: 7.5vw;
  line-height: 180px;
}

.hero-text.active, .hero-statement {
  color: #FFFFFF !important;
  font-weight: 700;
}

#primary-content-wrap {
  position: relative;
}

.primary-content {
  width:66.66%;
  float:right;
  padding: 10px;
  
}

.primary-content h2 {
  font-size: 24px;
}

.floating-div {
  background-color: #333;
  padding: 10px 50px;
  color:#EEE;
  font-size: 20px;
  margin-top:140px;
  
}
/* Start about us */
.about-us-container, .leadership-fund-container,
.legacy-of-impact-container, .profile-series-container,
.profile-image-grid-container,
.story-telling-grid-container,
.global-case-studies-container,
.yaya-partners-container,
.yaya-virtual-event-container {
  padding: 45px 0px;
}

.story-telling-grid-container h1.story-telling-hero-text {
  color: #000000 !important;
}

div.story-telling-grid-container.grey-pattern-bg.pt-sm-5 > div > div > p > b,
div.story-telling-grid-container.grey-pattern-bg.pt-sm-5 > div > div > p > b > a {
  font-family: 'oswald-regular' !important;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
}

div.story-telling-grid-container.grey-pattern-bg.pt-sm-5 > div > div > p,
div.story-telling-grid-container.grey-pattern-bg.pt-sm-5 > div > div > p > a {
  font-size: 14px;
  font-family: 'lato-light';
  color: #000000;
  text-decoration: none;
}

.investing-container {
  padding: 160px 150px 0px 0px !important;
}

.grey-pattern-bg {
  background-image: url(../img/home/LightGreyGrunge.png) !important;
}

.yaya-kid-bg {
  background-image: url(../img/home/the-boy.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  padding: 125px 0px;
}

.about-us-container .row, .about-us-barrie-fund-container,
.legacy-of-impact-container .row,
.yaya-virtual-event-content.row,
.yaya-message-container .row {
  flex-direction: row-reverse;
}

.about-us-barrie-fund-container,
.profile-series-containerr {
  padding: 55px 0px 0px 0px !important;
}

.about-us-header h1,
.about-us-header-barrie-fund h1,
.profile-series-header h1,
h1.profile-name,
.story-telling-hero-text,
.story-telling-name,
.yaya-virtual-event-header h1 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 0px 15px 0px !important;
  /* font-size: 60px !important; */
  font-size: 50px !important;
  margin: 0px 0px 35px 0px;
  font-family: oswald-regular !important;
  color: #821c1e;
  text-align: center;
}

.about-us-header-barrie-fund h1,
.story-telling-hero-text,
.story-telling-name,
.profile-series-header h1 {
  color: #FFFFFF !important;
}

.profile-series-header h1 {
  font-weight: 900;
}

h1.profile-name,
.story-telling-hero-text,
.story-telling-name {
  border: 0px solid;
  color: #000000;
  margin: 0px auto 0px auto;
  text-align: left;
  padding: 0px 15px 0px 15px !important;
  font-weight: 900;
}

.profile-series-header,
.story-telling-hero-text {
  /* margin-top: 40vw !important; */
  font-weight: 900;
}

.story-telling-hero-text {
  text-align: center;
}

.about-us-barrie-fund-container .donate-button {
  font-family: 'oswald-regular';
  letter-spacing: 3px;
  background-color: #ed2124;
  width: fit-content;
  width: -moz-fit-content;
  padding: 10px 15px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  margin: auto;
  font-size: 30px;
}

.about-us-content,
.about-us-content-barrie-fund,
.legacy-of-impact-content,
.profile-content,
.story-telling-content {
  text-align: left;
  font-family: oswald-regular;
}

.about-us-content .title,
.about-us-content-barrie-fund .title,
.legacy-of-impact-content .title,
.profile-content .title,
.story-telling-content .title {
  font-family: oswald-regular;
  color: #821c1e;
  font-size: 30px;
  /* font-size: 3vw !important; */
  font-weight: 300;
}

.about-us-content-barrie-fund .title,
.story-telling-content .title {
  color: #FFFFFF;
  font-size: 28px;
}

.profile-content .title {
  color: #000000;
  font-weight: 900;
}

.about-us-content .title,
.story-telling-content .title {
  font-size: 30px;
}

.about-us-content .tfk-color-red {
  font-family: oswald-regular;
  color: #821c1e;
  font-weight: 400;
}

.about-us-content .main-content {
  font-family: 'lato-light';
  font-size: 15px;
  line-height: 30px;
}

.about-us-content-barrie-fund .main-content {
  /* margin-bottom: 60px; */
  margin-bottom: 20px;
}

.about-us-barrie-fund-container.container-lg.red-pattern-bg > div.row.container.m-auto > div > div > div > p > a,
.story-telling-content .speaker > a {
  color: #ffffff;
}

.about-us-content-barrie-fund .main-content,
.legacy-of-impact-content .main-content,
.quote-container  .quote,
.profile-content .main-content,
.story-telling-content .main-content {
  font-family: 'lato-light';
  font-size: 15px;
  line-height: 30px;
}

.story-telling-content .main-content {
  line-height: 1.5;
}

.story-telling-content .main-content p.ml-md-5 b {
  font-family: 'lato-medium';
}

.story-telling-content .main-content p b {
  font-family: 'lato-medium';
}

.legacy-of-impact-content .main-content .big-quote,
.quote-container .big-quote {
  color: red !important;
}

.about-us-content .main-content span {
  color: #821c1e;
  font-family: lato-bold;
}

.about-us-content-barrie-fund .main-content span {
  color: #FFFFFF;
  font-family: lato-bold;
}

.profile-content .main-content span,
.yaya-partners-container span {
  color: #000000;
  font-family: lato-bold;
}

.about-image-main-container,
.about-image-barrie-fund-main-container,
.profile-series-container-main-container,
.story-telling-container,
.story-telling-container-main-container {
  position: relative;
}

.about-image-main-container .top-image {
  position: absolute;
  right: 8vw;
}

.about-image-main-container .mid-image {
  position: absolute;
  right: 0px;
  top: 32%;
}

.about-image-main-container .bottom-image {
  position: absolute;
  right: 8vw;
  top: 62%;
}

.background-image,
.legacy-of-impact-image-main-container .background-image {
  height: 365px;
  width: 365px;
  background-color: red;
  border-radius: 200px;
  position: relative;
  /* top: 505px; */
  right: -20px;
  z-index: 0;
  margin: auto auto 47px auto;
}

.about-image-main-container img,
.legacy-of-impact-image-main-container img,
.quote-container img {
  height: 100%;
  width: 100%;;
  border-radius: inherit;
  display: block;
  margin: auto auto 47px auto;
  object-fit: cover;
  z-index: 2;
  position: relative;
  top: -20px;
  right: 20px;
}

.about-image-barrie-fund-main-container img,
.profile-series-container-main-container img,
.story-telling-container-main-container img {
  width: 115%;
}

.legacy-of-impact-image-main-container .background-image {
  height: 25vw;
  width: 25vw;
  max-width: 300px;
  max-height: 300px;
  border-radius: 25vw;
}

.legacy-of-impact-image-main-container .top-image {
  right: -100px;
  margin-top: 45px;
}

.legacy-of-impact-image-main-container .bottom-image {
  top: -100px;
}

.quote-container .background-image {
  height: 300px;
  width: 300px;
  margin: 0;
}

/* .quote-container {
  width: 90%;
} */

.quote-container .person-who-quoted,
.profile-content .main-content .person-who-quoted,
.story-telling-content .main-content .person-who-quoted {
  font-family: oswald-regular;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 22px;
  text-align-last: end;
}

.story-telling-content .main-content .header-guest div p:first-child {
  font-family: 'lato-medium';
  font-size: 25px;
}

.story-telling-content .main-content .header-guest div p:last-child b {
  font-family: 'lato-medium';
}

.story-telling-content .main-content .person-who-quoted {
  font-weight: 900;
}

.story-telling-content .main-content .registration-button {
  background-color: red;
  width: 75%;
  font-family: oswald-regular !important;
  font-weight: 900;
  padding: 25px 0px;
  font-size: 50px;
  text-align: center;
}

/* End of about us */

.yaya-hero-image-container,
.yaya-hero-image-static-container {
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}

.yaya-hero-image-container .yaya-hero-image-slide-right,
.yaya-hero-image-container .yaya-hero-image-slide-left {
  position: relative;
  transition: 2.5s ease;
}

.yaya-hero-image-container .yaya-hero-image-slide-right {
  left: -100%;
}

.yaya-hero-image-container .yaya-hero-image-slide-left {
  left: 100%;
}

.yaya-hero-image-container .yaya-hero-text-slide-right,
.yaya-hero-image-container .yaya-hero-layer-down,
.yaya-hero-image-static-container .yaya-hero-text-slide-right,
.yaya-hero-image-static-container .yaya-hero-layer-down {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 2s ease;
}

.yaya-hero-image-container .yaya-hero-text-slide-right {
  left: -100%;
}

.yaya-hero-image-container .yaya-hero-layer-down {
  top: -100%;
}

.yaya-hero-image-container .yaya-hero-image-text,
.yaya-hero-image-static-container .yaya-hero-image-text {
  color: #821516;
  font-family: oswald-demi-bold;
  margin-top: 30%;
}

.yaya-hero-image-text .yaya-hero-image-text-transparent {
  -webkit-text-stroke: 4px #821516;
  color: transparent;
}

.yaya-hero-image-text h2 > span, 
.yaya-hero-image-text h3 > span {
  background-color: #ed181c;
  padding: 5px 20px 5px 100px;
}

.yaya-hero-image-text h2,
.yaya-hero-image-text h3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.yaya-hero-image-text h2 {
  font-weight: 900;
  font-size: 125px;
}

.yaya-hero-image-text h3 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 1px;
}


/** This is the moving animation */
.yaya-hero-image-container .yaya-hero-image-slide.active,
.yaya-hero-image-static-container .yaya-hero-image-slide {
  left: 0;
}

.yaya-hero-image-container .yaya-hero-layer-down.active,
.yaya-hero-image-static-container .yaya-hero-layer-down {
  background-color: #FF00001A;
  top:0;
}

/** Yaya Event Styles */
.yaya-virtual-event-container .yaya-virtual-event-header h1 {
  font-weight: 900;
  border-top: 3px solid;
  border-bottom: 3px solid;
}

.yaya-virtual-event-return {
  position: relative;
  font-family: oswald-demi-bold;
  word-spacing: 1px;
  top: -30px;
}

.yaya-virtual-event-return h3{
  font-size: 20px;
  color: black;
}

.yaya-virtual-event-container .yaya-virtual-event-header-message,
.yaya-kid-sponsors .sponsors-header-message {
  font-weight: 900;
  margin-bottom: 25px;
  max-width: 825px;
}

.yaya-kid-sponsors .sponsors-level-container .sponsors-level-header {
  border-bottom: 1px solid;
}

.yaya-kid-sponsors .sponsors-level-container .sponsor-level {
  padding: 20px 10px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.yaya-kid-sponsors .sponsor-level.benefactors div,
.yaya-kid-sponsors .sponsor-level.advocates div,
.yaya-kid-sponsors .sponsor-level.patrons div,
.yaya-kid-sponsors .sponsor-level.allies div,
.yaya-kid-sponsors .sponsor-level.premiers div,
.yaya-kid-sponsors .sponsor-level.supporters div {
  margin-right: 35px;
  margin-bottom: 30px;
  font-family: 'lato-bold';
  font-size: 19px;
  letter-spacing: 1px;
}

.yaya-kid-sponsors .sponsor-level.benefactors div {
  width: 500px;
}

.yaya-kid-sponsors .sponsor-level.advocates div {
  padding-right: 10px;
  width: 100%;
  max-width: 250px;
}

.yaya-kid-sponsors .sponsor-level.patrons div {
  width: 100%;
  max-width: 250px;
}

.yaya-kid-sponsors .sponsor-level.allies div {
  width: 100%;
  max-width: 175px
}

.yaya-kid-sponsors .sponsor-level.premiers div ,
.yaya-kid-sponsors .sponsor-level.supporters div {
  width: 300px;
  margin-bottom: 15px;
}

.yaya-virtual-event-container .yaya-virtual-event-header-message h2,
.yaya-sponsor-container .yaya-sponsor-title h2,
.yaya-message-text-container h2,
.yaya-kid-sponsors .sponsors-header-message h3  {
  font-family: oswald-regular;
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: 900;
}

.yaya-virtual-event-container .yaya-virtual-event-header-message h3,
.yaya-sponsor-container .yaya-sponsor-title h3 {
  font-family: oswald-regular;
  font-size: 50px;
  word-spacing: 3px;
  margin-bottom: 15px;
}

.yaya-virtual-event-container .yaya-virtual-event-header-message p {
  font-family: lato-light;
  font-size: 18px;
}

.yaya-virtual-event-container .yaya-virtual-event-header-message .yaya-virtual-sponsor-button {
  margin: 50px auto;
}

.yaya-virtual-event-container .yaya-virtual-event-content {
  font-family: lato-light;
}

.yaya-virtual-event-container .yaya-virtual-event-content-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.yaya-virtual-event-container .yaya-virtual-event-content-center {
  display: flex;
  align-items: center;
}

.yaya-virtual-event-container .yaya-virtual-event-content-center > div,
.yaya-message-image-container .yaya-message-image-center > div {
  display: inline-block;
  font-weight: 300;
}

.yaya-virtual-event-container .yaya-virtual-event-content-center h5 {
  font-family: oswald-demi-bold;
  font-size: 20px;
  letter-spacing: 2px;
}

.yaya-virtual-event-container .yaya-virtual-event-content-center strong {
  font-family: oswald-extra-light;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
}

.yaya-virtual-event-container .yaya-virtual-event-content-center p,
.yaya-message-text-container,
.yaya-partners-container p {
  font-family: 'lato-light';
  font-size: 15px;
  line-height: 30px;
}

.yaya-message-text-container p span {
  font-family: 'oswald-demi-bold';
}

.yaya-virtual-event-container .yaya-virtual-event-lead {
  display: flex;
}

.yaya-virtual-event-container .yaya-virtual-event-lead img{
  width: 200px;
}

.yaya-virtual-event-container .yaya-virtual-event-lead .lead-information {
  margin-left: 50px
}

.yaya-sponsor-container .yaya-sponsor-title {
  font-family: oswald-demi-bold;
  font-size: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  letter-spacing: 1px;
}

.yaya-sponsor-container .yaya-sponsor-type {
  padding-top: 25px;
  padding-bottom: 25px;
  letter-spacing: 1px;
}

.yaya-sponsor-container .yaya-sponsor-type h5,
.yaya-kid-sponsors .sponsors-level-container .sponsors-level-header {
  font-size: 15px;
  font-family: 'oswald-regular';
  font-weight: 600;
}

.yaya-sponsor-container .yaya-sponsor-type p {
  font-family: lato-light;
  font-size: 15px;
}

/** Yaya Message Style */

.yaya-message-container .yaya-message-image-container {
  display: flex;
  flex-wrap: wrap;
}
.yaya-message-container .yaya-message-image-container img {
  width: 390px;
}

.yaya-message-container .yaya-message-image-container .yaya-message-image-bottom {
  position: relative;
}

.yaya-message-container .yaya-message-image-container .yaya-message-image-bottom {
  top: -125px;
  right: -100px;
}

.yaya-message-container .yaya-message-text-container {
  font-family: lato-light;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-size: 15px;
  margin-bottom: 25px;
}

.yaya-message-container .yaya-virtual-sponsor-button,
.yaya-virtual-event-container .yaya-virtual-sponsor-button,
.yaya-kid-container .yaya-kid-donate-button {
  padding-left: 75px;
  padding-right: 75px;
  font-size: 25px;
}

.yaya-kid-container .yaya-kid-donate-button {
  padding-left: 125px;
  padding-right: 125px;
}

/** Yaya Partner Style */
.yaya-partners-container .row {
  margin-top: 45px;
  margin-bottom: 45px;
}

.yaya-partners-container h5 {
  font-family: oswald-demi-bold;
  font-size: 20px;
  letter-spacing: 1px;
}

.yaya-partners-logo,
.yaya-partners-GHAI-logo {
  height: 150px;
  width: auto;
}

/** Custom Image Shadow */
.box-shadow {
  box-shadow: 10px 5px red;
  -webkit-box-shadow: 10px 5px red;
  -moz-bos-shadow: 10px 5px red;
}

/* Video */
.video-presentation-container, .red-pattern-bg,
.yaya-message-container,
.yaya-sponsor-container {
  padding: 55px 150px;
  /* padding-top: 55px;
  padding-bottom: 55px; */
  background-image: url(../img/home/RedGrunge.png);
  color: #FFFFFF;
}

.video-presentation-container, .story-telling-container,
.yaya-kid-sponsors {
  padding: 45px 0px 0px 0px;
  background-image: url(../img/home/RedGrunge.png);
  color: #FFFFFF;
}

.yaya-message-container,
.yaya-sponsor-container,
.yaya-kid-sponsors {
  padding: 55px 0px;
}

.story-telling-container {
  padding: 80px 0px 0px 0px;
}

.video-presentation-image-main-container {
  height: fit-content;
  height: -moz-fit-content;;
  margin: auto;
  margin-bottom: 0px !important;
}

/* .video-presentation-image-main-container .background-image {
  top: -1160px;
  left: -75px;
  height: 50vw;
  width: 50vw;
  z-index: 0;
  border-radius: 650px;
} */

.video-presentation-image-main-container .video-presentation-image {
  z-index: 1;
  display: block;
}

.video-presentation-image {
  width: 120%;
}

.play-video-button {
  font-family: 'oswald-regular';
  font-size: clamp(16px, 4vw, 55px);
  cursor: pointer;
  position: absolute;
  top: 45px;
  left: -40px;
}

.image-header {
  position: initial;
  bottom: 15px;
  font-family: oswald-regular !important;
  font-size: 18px;
}

.image-header a {
  color: #FFFFFF;
  text-decoration-line: underline;
}

.image-footer {
  position: relative;
  bottom: 65px;
  font-family: 'lato-light';
  font-size: 15px;
}

.image-footer b {
  font-family: 'lato-medium';
}

.profile-series-container-main-container .play-video-button,
.story-telling-container-main-container .play-video-button {
  top: 100px;
  left: -40px;
}

.profile-series-container-main-container .play-video-button p,
.story-telling-container-main-container .play-video-button p {
  font-size: clamp(10px, 3.5vw, 40px);
}

.play-video-button p {
  font-size: clamp(10px, 2.5vw, 40px);
}

.play-video-button:hover {
  color: yellow;
}

.video-presentation-content {
  width: fit-content;
  width: -moz-fit-content;
  margin-bottom: 50px;
}

.video-presentation-content .title {
  font-family: oswald-regular;
  color: #FFFFFF;
  font-size: 30px;
  /* font-size: 3vw !important; */
  font-weight: 600;
}

.video-presentation-content .main-content {
  font-family: 'lato-light';
  font-size: 15px;
  line-height: 30px;
}

.video-presentation-content .main-content .person-who-quoted,
.profile-content .main-content .person-who-quoted,
.profile-content .main-content .person-who-quoted span { 
  font-family: 'oswald-regular';
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-left: 10%;
  text-align: right;
  letter-spacing: 3px;
}

.profile-content .main-content .person-who-quoted,
.profile-content .main-content .person-who-quoted span {
  text-align: left;
  text-align-last: start;
  color: #000000;;
  font-weight: 900 !important;
}

.profile-content .main-content .person-who-quoted span {
  font-size: 25px;
}

.profile-content .main-content .big-quote,
.story-telling-content .main-content .big-quote {
 color: red;
}

.video-presentation-content .main-content .quote,
.profile-content .main-content .quote,
.story-telling-content .main-content .quote {
  font-weight: 100;
  font-family: 'oswald-regular';
  font-size: 2vw !important;
  line-height: 40px;
}

.story-telling-content .main-content .quote {
  /* font-family: 'oswald-extra-light'; */
  font-family: 'lato-light';
  font-size: 1.5vw !important;
  line-height: 30px;
}
/* End of Video */

/* Leadership fund */

.leadership-fund-image-main-container {
  /* width: 75%; */
  margin: 40px 0px 0px 0px;
}

.leadership-fund-content,
.investing-content {
  text-align: left;
  font-family: oswald-regular;
  /* width: 80%; */
}

.leadership-fund-content .title,
.investing-content .title {
  font-family: oswald-regular;
  color: #821c1e;
  font-size: 30px;
  font-weight: 300;
}

.investing-content ,
.yaya-kid-content {
  color: #FFFFFF;
}

.yaya-kid-content .title {
  font-family: oswald-regular;
  font-size: 40px;
}

.leadership-fund-content .main-content,
.investing-content .main-content,
.yaya-kid-content .main-content {
  font-family: lato-light;
  font-size: 15px;
  line-height: 30px;
}

.yaya-kid-content .main-content {
  padding: 75px 0px;
}

.leadership-fund-content .main-content span,
.legacy-of-impact-content .main-content span,
.investing-content span {
  color: #821c1e;
  font-family: lato-bold;
}

.investing-content span {
  color: #FFFFFF;
}

div.video-presentation-content > div > div > span {
  color: red !important;
}

.investing-image-main-container {
  height: fit-content;
  height: -moz-fit-content;;
}

.leadership-fund-image-main-container img,
.investing-image-main-container img {
  height: 390px;
  width: 390px;
  border-radius: 0px;
  display: block;
  margin: auto auto 47px auto;
  object-fit: cover;
  z-index: 2;
  position: relative;
  top: 0px;
}

.investing-image-main-container img,
.yaya-kid-sponsors .sponsors-level-container .sponsor-level img {
  width: 100%;
  height: auto;
  margin: 0px;
}

.leadership-fund-button,
.yaya-virtual-sponsor-button,
.yaya-kid-donate-button {
  font-family: 'oswald-regular';
  letter-spacing: 3px;
  background-color: #ed2124;
  width: fit-content;
  width: -moz-fit-content;
  padding: 10px 15px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}

.leadership-fund-button a,
.yaya-virtual-sponsor-button a {
  color: #FFFFFF;
}

.profile-image-grid-container img,
.story-telling-grid-container img {
  width: 100%;
  background-color: #ffffff26;
  padding: 5px 0px 0px 5px;
}

.story-telling-grid-container a .image-container {
  position: relative;
}

.profile-image-grid-container .overlay, .story-telling-grid-container a .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: red;
}

.profile-image-grid-container a:hover .overlay, .story-telling-grid-container a:hover .overlay {
  opacity: 1;
}

.profile-image-grid-container .overlay .text, .story-telling-grid-container .overlay .text {
  font-family: oswald-regular;
  color: white;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.story-telling-grid-container img {
  background-color: #ababab38;
}

.global-case-studies-container {
  background-image: linear-gradient(#00000091, #00000091),url(../img/home/fighting-for-change-optimized.jpg) !important;
  /* filter: brightness(0.5); */
  background-size: cover;
  background-position: center;
}

.global-case-studies-container .container {
  filter: unset;
}

.global-case-studies-container h1 {
  font-size: 50px;
  font-family: oswald-regular !important;
  color: #FFFFFF;
  text-align: center;
}

.global-case-studies-content .main-content{
  color: #FFFFFF;
  font-size: 25px;
}

.global-case-grid div {
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
  font-weight: 900;
  background: red;
}

.global-case-grid a {
  color: #ffffff;
  display: block;
  height: 100%;
}

/* END leadership fund */

/* FOOTER */

footer h6 {
  margin: 0px;
  line-height: 23px;
}

footer a {
  text-decoration: none;
}

.footer-container .footer-top {
  width: 100%;
  padding: 36px 0 40px;
  background: #121213;
}

.footer-container {
  display: block;
  position: relative;
}

.footer-container .footer-top .footer-social {
  width: 21.2%;
  /* float: left; */
  text-align: center;
  border-right: 2px solid #585858;
  padding: 5px 25px 35px 0;
}

.footer-top a {
  color: #e1001a;
}

.footer-container .footer-top .footer-social img {
  margin: 0px 0px 42px 50px;
}

.footer-container .footer-top .footer-social img.GHAI-footer-logo {
  width: 128px;
  height: auto;
  margin-top: 10px;
}

.footer-container .footer-top .footer-social ul {
  list-style-type: none;
}

.footer-container .footer-top .footer-social ul li {
  display: inline-block;
  padding: 0 10px;
}

.footer-container .footer-top .footer-social ul li a {
  font-size: 18px;
}

.footer-container .footer-top .footer-links {
  width: 57.5%;
  /* float: left; */
}

.footer-container .footer-top .footer-links .footer-single {
  width: 33.33%;
  /* float: left; */
  padding: 0 0 0 42px;
}

.footer-container .footer-top .footer-links .footer-single:first-child {
  padding: 0 0 0 50px;
}

.footer-container .footer-top .footer-links .footer-single .footer-menu {
  width: 100%;
  /* float: left; */
  margin: 0 0 19px;
}

.footer-container .footer-top .footer-links .footer-single .footer-menu h6 {
  color: #fff;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 23px;
  font-family: oswald-regular;
}

.footer-container .footer-top .footer-links .footer-single .footer-menu h6 a {
  color: #fff;
}

.footer-container .footer-top .footer-links .footer-single .footer-menu h6 a:hover {
  color: #e1001a;
}

.footer-container .footer-top .footer-links .footer-single .footer-menu ul {
  list-style-type: none;
  padding: 0px;
}

.footer-container .footer-top .footer-links .footer-single .footer-menu ul li {
  display: block;
}

.footer-container .footer-top .footer-links .footer-single .footer-menu ul li a {
  color: #c4c4c3;
  font-size: 14px !important;
  font-family: lato-light;
  font-weight: 300;
  line-height: 20px;
}

.footer-container .footer-top .footer-links .footer-single .footer-menu ul li a:hover {
  color: #e1001a;
}

.footer-container .footer-top .footer-text {
  width: 255px;
  /* float: left; */
  padding: 5px 0 0 50px;
  border-left: 2px solid #585858;
}

.footer-container .footer-top .footer-text p {
  color: #c4c4c3;
  font-size: 14px;
  font-family: lato-medium;
  font-weight: 300;
  margin: 0;
  line-height: 20px;
}

.footer-container .footer-top .footer-text figure {
  margin-left: 0px;
  margin-right: 0px;
}

.footer-container .footer-bottom {
  width: 100%;
  float: left;
  padding: 31px 0;
  background: #000;
  text-align: center;
}

.footer-container .footer-bottom p,
.footer-container .footer-bottom a {
  color: #fff !important;
  font-size: 14px;
  font-family: lato-light;
  font-weight: 300;
  margin: 0 0 20px;
}

/* END FOOTER */

.sticky {
  position: fixed; 
  top: 140px;
  left: 18px;
  margin: 0;
  width:calc(33.33% - 25px);
}

.abs {
  position: absolute; 
  bottom: 10px;
  left:10px;
  width:calc(33.33% - 20px);
}

.clearfix:after {
  content:"";
  display:block;
  clear:both;
}

#side-nav.open {
  width: 375px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 50; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #000000; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  display: flex;
  flex-direction: column;
}

/* The navigation menu links */
.sidenav .main a,
.sidenav .main > div,
.sidenav .main-right a {
  padding: 8px 8px 8px 35px;
  text-decoration: none;
  font-size: 25px;
  color: #FFFFFF !important;
  display: block;
  transition: 0.3s;
  text-align: start;
}

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.sidenav .main,
.sidenav .main-right {
  font-weight: 900;
  font-family: oswald-regular !important;
  padding-top: 25px;
  padding-bottom: 0px;
  width: 100%;
}

.sidenav .main-right {
  padding-top: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sidenav .main-right .footer {
  padding-left: 0px;
}

.sidenav .main .sub-menu a,
.sidenav .main-right .sub-menu a {
  padding: 8px 0px 8px 0px;
  font-family: 'oswald-extra-light';
  font-weight: 100;
  font-size: 20px;
  /* display: none; */
}

.sidenav .main .parent-menu,
.sidenav .main-right .parent-menu {
  /* height: 53px; */
  transition: height .5s;
}

.sidenav .main .parent-menu:hover,
.sidenav .main-right .parent-menu:hover {
  height: initial;
}

/* HIDE SUB MENU */
/* .sidenav .main .parent-menu:hover .sub-menu a {
  display: block;
} */

.sidenav .footer {
  font-family: 'oswald-extra-light';
  font-weight: 100;
  font-size: 15px;
  border-top: 1px solid #cc722a;
  padding-top: 25px;
  margin: auto 35px 40px 35px;
  right: 0;
  left: 0;
}

.sidenav .footer a {
  font-size: 15px;
  padding: 0px 0px 25px 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

  .sidenav {
    flex-direction: initial;
  }

  #side-nav.open {
    width: 625px;
  }

  .sidenav .main {
    width: 40%;
  }

  .sidenav .main-right {
    padding-top: 25px;
    width: 50%;
  }
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px;
  margin-left: 50px;
  padding: 8px 35px 8px 8px;
}

/* MODAL */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  border: 1px solid #888;
  width: 70vw !important;
  height: 43vw !important;
}

.modal-content iframe {
  width: 100% !important;
  height: 100% !important;
}

/* The Close Button */
.close-button {
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
  border: 1px solid red;
  padding: 0px 9px;
  border-radius: 50px;
  color: #FFFFFF !important;
  position: absolute !important;
  top: -18px;
  right: -14px;
  background: red;
}

.close-button:hover,
.close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* END MODAL */

@media only screen and (max-width: 1366px) {
  .hero-text {
    line-height: 125px;
    font-size: 7vw;
  }

  .story-telling-container {
    padding: 90px 0px 0px 0px;
  }

  .yaya-hero-image-text h2 > span, 
  .yaya-hero-image-text h3 > span {
    padding-left: 125px;
  }
  
  .yaya-hero-image-text h2 span {
    font-size: 102px;
  }
  
  .yaya-hero-image-text h3 span {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-logo-small {
    height: 200px !important;
    width: 200px !important;
  }

  #sticky {
    top: 48vh;
  }

  #s-1 {
    margin-top: 48vh;
  }

  .hero-text {
    line-height: 125px;
    font-size: 6.5vw;
  }

  .about-us-container, 
  .leadership-fund-container,
  .video-presentation-container,
  .yaya-partners-container {
    padding: 45px 30px !important;
  }

  .about-us-content .main-content,
  .video-presentation-content .main-content,
  .leadership-fund-content .main-content {
    font-size: 17px;
  }

  .yaya-hero-image-text h2 > span, 
  .yaya-hero-image-text h3 > span {
    padding-left: 50px;
  }
  
  .yaya-hero-image-text h2 span {
    font-size: 95px;
  }
  
  .yaya-hero-image-text h3 span {
    font-size: 36px;
  }

  .video-presentation-image, .leadership-fund-image-main-container {
    width: -webkit-fill-available;
  }

  .hero-text-profile-series {
    left: 20%;
  }

  .profile-series-container-main-container .play-video-button,
  .story-telling-container-main-container .play-video-button {
    top: 75px;
    left: -40px;
  }

  .story-telling-container {
    padding: 200px 0px 0px 0px;
  }

  .yaya-message-container .yaya-message-image-container img {
    width: 330px;
  }
}

@media only screen and (max-width: 1024px) {
  #header-logo {
    height: 190px;
    width: 190px;
    left: 15px;
  }
}

@media only screen and (max-width: 992px) {
  #sticky {
    top: 51vh;
    padding-right: 25px;
  }

  #s-1 {
    margin-top: 51vh;
  }

  .hero-text {
    line-height: 90px;
    font-size: 7.5vw;
  }

  .hero-text-profile-series {
    position: absolute;
    top: 5%;
    bottom: 5%;
    font-size: 45px;
    right: 0%;
    left: 35%;
  }
  
  .hero-text-profile-series p:last-child {
    font-size: 25px;
  }

  .about-us-container, 
  .leadership-fund-container,
  .video-presentation-container,
  .yaya-partners-container {
    padding: 25px 10px !important;
  }

  .about-image-main-container .top-image,
  .about-image-main-container .mid-image,
  .about-image-main-container .bottom-image {
    position: initial !important;
  }

  .about-image-main-container img,
  .about-image-main-container .background-image {
    height: 22vw;
    width: 22vw;
    top: -10px;
    right: 10px;
  }

  .yaya-kid-bg {
    background-position: top center;
  }

  .yaya-hero-image-text h3 {
    margin-bottom: 10px;
  }

  .yaya-hero-image-text h2 > span, 
  .yaya-hero-image-text h3 > span {
    padding-left: 40px;
  }
  
  .yaya-hero-image-text h2 span {
    font-size: 75px;
  }
  
  .yaya-hero-image-text h3 span {
    font-size: 28px;
  }

  .video-presentation-image-main-container {
    margin-bottom: 70px;
  }

  .video-presentation-image {
    width: 100%;
  }

  .play-video-button {
    font-size: clamp(16px, 7vw, 50px);
    top: 30px;
    left: 0vw;
  }

  .story-telling-container {
    padding-top: 195px;
  }

  .profile-series-container-main-container .play-video-button,
  .story-telling-container-main-container .play-video-button {
    font-size: clamp(16px, 7vw, 60px);
    top: 100px;
    left: -40px;
  }

  .profile-series-container-main-container .play-video-button p,
  .story-telling-container-main-container .play-video-button p {
    font-size: clamp(10px, 5vw, 50px);
  }
  
  .play-video-button p {
    font-size: clamp(15px, 4vw, 50px);
  }

  .about-us-content .main-content,
  .video-presentation-content .main-content,
  .leadership-fund-content .main-content {
    font-size: 15px;
  }

  .leadership-fund-button,
  .yaya-virtual-sponsor-button,
  .yaya-kid-container .yaya-kid-donate-button {
    font-size: 25px;
    margin: auto;
  }

  .about-image-main-container {
    display: flex;
  }

  .legacy-of-impact-image-main-container .background-image {
    height: 30vw;
    width: 30vw;
    border-radius: 25vw;
    margin: auto auto 0px auto;
  }

  .quote-container .background-image {
    margin: auto;
  }

  .profile-series-container-main-container img,
  .story-telling-container-main-container img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #sticky {
    top: 58.2vh;
    padding-right: 15px;
  }

  #s-1 {
    margin-top: 58.2vh;
  }

  .hero-text {
    line-height: 65px;
    font-size: 6.5vw;
    -webkit-text-stroke: 1.5px #FFFFFF;
    text-stroke: 1.5px #FFFFFF;
  }

  #hero-banner-barrie-fund {
    padding-top: 50px;
  }

  .hero-text-profile-series {
    position: absolute;
    top: 10vw;
    bottom: 0%;
    font-size: 6vw;
    right: 10%;
    left: 30%;
  }
  
  .hero-text-profile-series p:last-child {
    font-size: 3.5vw;
  }

  #sticky, .hero-list-container {
    margin-bottom: 15px;
  }

  .about-image-main-container img, .about-image-main-container .background-image {
    height: 28vw;
    width: 28vw;
  }

  .yaya-hero-image-text h2 > span,
  .yaya-hero-image-text h3 > span {
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .yaya-hero-image-text h2 span {
    font-size: 60px;
  }

  .yaya-hero-image-text h3 span {
    font-size: 22px;
  }

  .yaya-hero-image-container .yaya-hero-image-text,
  .yaya-hero-image-static-container .yaya-hero-image-text {
    margin-top: 35%;
  }

  .yaya-hero-image-text .yaya-hero-image-text-transparent {
    -webkit-text-stroke: 2px #821516;
    color: transparent;
  }

  .yaya-virtual-event-container .yaya-virtual-event-header h1 {
    font-size: 44px !important;
  }

  .yaya-message-image-container .yaya-message-image-center {
    display: flex;
    align-items: center;
    margin: auto;
  }

  .yaya-partners-logo,
  .yaya-partners-GHAI-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
  
  .yaya-partners-GHAI-logo {
    height: auto;
    margin-bottom: 70px;
  }

  .yaya-sponsor-container .yaya-sponsor-title {
    font-size: 23px;
  }

  .yaya-sponsor-container .yaya-sponsor-type p {
    font-size: 14px;
  }

  .yaya-virtual-sponsor-button {
    font-size: 18px;
  }
  
  .yaya-virtual-event-return h3 {
    font-size: 10px;
  }

  .yaya-kid-sponsors .sponsors-level-container .sponsor-level.advocates img {
    width: 100%;
  }

  .yaya-kid-sponsors .sponsors-level-container .sponsor-level {
    flex-direction: column;
  }

  .yaya-kid-sponsors .sponsor-level.benefactors div {
    width: 100%;
  }
  
  .yaya-kid-sponsors .sponsor-level.advocates div img {
    padding-right: 0px;
  }

  .play-video-button {
    font-size: 7vw !important;
    left: -3vw;
    top: 0px;
  }
/* 
  .play-video-button p {
    font-size: 5.5vw;
  } */

  .leadership-fund-image-main-container img {
    height: 80vw;
    width: 80vw;
  }

  .video-presentation-content .main-content .quote {
    font-weight: 100;
    font-family: 'oswald-regular';
    /* font-size: 40px; */
    font-size: 18px !important;
    line-height: 35px;
  }

  .profile-content .main-content .quote,
  .story-telling-content .main-content .quote {
    font-size: 18px !important;
  }

  .profile-image-grid-container,
  .story-telling-grid-container {
    padding: 45px 0px !important;
  }

  div.story-telling-grid-container.grey-pattern-bg.pt-sm-5 > div > div > p > b {
    font-family: 'oswald-regular' !important;
    font-size: 27px;
  }

  .modal-content {
    width: 93vw !important;
    height: 56vw !important;
  }

  .footer-container .footer-top .footer-social {
    width: 100%;
    border-right: 0px solid #585858;
  }

  .footer-container .footer-top .footer-social {
    padding: 0px 0px 0px 0;
  }

  .footer-container .footer-top .footer-social ul {
    list-style-type: none;
    margin: 10px 0px;
    padding: 0;
  }

  .footer-container .footer-top .footer-social img {
    margin: auto;
  }

  .footer-links, .footer-text,
  div.footer-bottom > div > div > div > p:nth-child(1) {
    display: none;
  }
}

@media only screen and (max-width: 576px) {

  .row.container.m-auto {
    width: 100%;
  }

  .site-header {
    position: absolute;
  } 

  #header-logo {
    height: 110px;
    width: 110px;
    left: 15px;
  }

  .header-logo-small {
    height: 150px !important;
    width: 150px !important;
  }

  #header-social {
    padding-right: 0px;
  }

  #sticky {
    padding-right: 10px;
  }

  #sticky, .hero-list-container {
    margin-bottom: 15px;
  }

  .hero-text {
    line-height: 50px;
  }

  .play-video-button {
    font-size: 8vw !important;
    left: -3vw;
    top: -15px;
  }

  .play-video-button p {
    font-size: 7vw;
  }

  .story-telling-container {
    padding-top: 145px;
  }

  .story-telling-hero-text, .story-telling-name {
    font-size: 38px !important;
  }

  .profile-series-container-main-container .play-video-button,
  .story-telling-container-main-container .play-video-button {
    font-size: 10vw !important;
    top: 20px;
    left: -10px;
  }

  .profile-series-container-main-container .play-video-button p,
  .story-telling-container-main-container .play-video-button p {
    font-size: clamp(10px, 8vw, 50px);
  }

  .hero-text-profile-series {
    font-size: 20px !important;
    line-height: 3px;
    top: 15vw;
    right: 0px;
    left: 29%;
  }
  
  .hero-text-profile-series p:last-child {
    font-size: 14px;
  }

  .investing-container {
    padding: 160px 0px 0px 0px !important;
  }

  .about-image-barrie-fund-main-container img,
  .profile-series-container-main-container img,
  .story-telling-container-main-container img {
    width: 100%;
  }

  .image-header {
    font-size: 11px;
  }

  .legacy-of-impact-image-main-container .background-image {
    height: 50vw;
    width: 50vw;
    border-radius: 25vw;
    margin: auto auto 0px auto;
  }

  .legacy-of-impact-image-main-container .top-image {
    right: -70px;
    margin-top: 45px;
  }

  .legacy-of-impact-image-main-container .bottom-image {
    top: -60px;
    right: 30px;
  }

  .about-us-barrie-fund-container .donate-button {
    width: 90%;
    /* text-align: center; */
  }

  .yaya-hero-image-text h2 span {
    font-size: 35px;
  }

  .yaya-hero-image-text h3 {
    margin-bottom: 0px;
  }
  
  .yaya-hero-image-text h3 span {
    font-size: 11px;
  }

  .yaya-hero-image-text h2 > span {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .yaya-hero-image-text h3 > span {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .yaya-hero-image-text h3 > span,
  .yaya-hero-image-text h2 > span  {
    padding-left: 15px;
  }

  .yaya-hero-image-container .yaya-hero-image-text,
  .yaya-hero-image-static-container .yaya-hero-image-text {
    margin-top: 38%;
  }

  .yaya-virtual-event-container .yaya-virtual-event-header h1 {
    font-size: 20px !important;
  }

  .yaya-virtual-event-container .yaya-virtual-event-header-message h3,
  .yaya-sponsor-container .yaya-sponsor-title h3 {
    font-size: 22px;
    word-spacing: 1px;
  }

  .yaya-virtual-event-container .yaya-virtual-event-header-message h2,
  .yaya-sponsor-container .yaya-sponsor-title h2 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }

  .yaya-virtual-event-container .yaya-virtual-event-header-message p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 100;
  }
  
  .yaya-virtual-event-container .yaya-virtual-event-lead img{
    width: 100px;
  }

  .yaya-virtual-event-container .yaya-virtual-event-lead .lead-information {
    margin-left: 40px;
  }

  .yaya-virtual-event-container .yaya-virtual-event-lead .lead-information h5 {
    font-size: 14px;
    line-height: 1px;
  }
  
  .yaya-virtual-event-container .yaya-virtual-event-lead .lead-information strong {
    font-size: 14px;
    line-height: 20px;
  }

  .yaya-message-container .yaya-virtual-sponsor-button,
  .yaya-virtual-event-container .yaya-virtual-sponsor-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .yaya-kid-container .yaya-kid-donate-button {
    padding-left: 75px;
    padding-right: 75px;
  }

  .yaya-message-container .yaya-message-image-container {
    display: flex;
    justify-content: center;
  }

  .yaya-message-container .yaya-message-image-container img {
    width: 200px;
  }

  .yaya-message-container .yaya-message-image-container .yaya-message-image-bottom {
    top: -50px;
    right: -40px;
  }

  .yaya-partners-GHAI-logo {
    height: auto;
    margin-bottom: 0px;
  }

  .yaya-kid-sponsors .sponsor-level.benefactors div img,
  .yaya-kid-sponsors .sponsor-level.advocates div img,
  .yaya-kid-sponsors .sponsor-level.patrons div img,
  .yaya-kid-sponsors .sponsor-level.allies div img{
    width: 100%;
  }

  .modal-content {
    width: 83vw !important;
    height: 51vw !important;
  }

  #side-nav.open {
    width: 100%;
  }

  .story-telling-grid-container h1.story-telling-hero-text {
    font-size: 35px !important;
  }

  div.story-telling-grid-container.grey-pattern-bg.pt-sm-5 > div > div > p > b {
    font-family: 'oswald-regular' !important;
    font-size: 20px; 
  }

  div.story-telling-grid-container.grey-pattern-bg.pt-sm-5 > div > div > p {
    font-size: 15px;
    font-family: 'lato-light';
  }

  .global-case-studies-container h1 {
    font-size: 47px;
  }

  .global-case-studies-content .main-content {
    font-size: 18px;
  }

  .profile-image-grid-container .overlay .text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  #header-logo {
    height: 110px;
    width: 110px;
    left: 5px;
  }

  .header-logo-small {
    height: 115px !important;
    width: 115px !important;
  }

  .container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-text-profile-series {
    font-size: 20px !important;
    line-height: 0px;
    top: 18vw;
    right: 0px;
    left: 27%;
  }

  .hero-text-profile-series p:last-child {
    font-size: 14px;
  }

  .yaya-virtual-event-container .yaya-virtual-event-header h1 {
    font-size: 18px !important;
  }

  .yaya-virtual-event-container .yaya-virtual-event-lead .lead-information h5 {
    font-size: 11px;
  }
  
  .yaya-virtual-event-container .yaya-virtual-event-lead .lead-information strong {
    font-size: 9px;
  }
  .yaya-message-container .yaya-virtual-sponsor-button,
  .yaya-virtual-event-container .yaya-virtual-sponsor-button {
    font-size: 15px;
  }

  .yaya-hero-image-text h2 > span,
  .yaya-hero-image-text h3 > span {
    padding-left: 5px;
  }
  
  .yaya-hero-image-text h2 span {
    font-size: 32px;
  }

  .yaya-hero-image-text h3 {
    margin-bottom: 7px;
  }

  .quote-container .background-image {
    height: 240px;
    width: 240px;
  }
}