:root { 
  --amethyst: #60669f80;
  --bay-of-many: #25408f;
  --black: #000000;
  --bunting: #0e144a;
  --bunting-32: #0e144a80;
  --flint: #6b6963;
  --fuel-yellow: #e7a72f;
  --fuel-yellow-22: #e7a72f66;
  --fuel-yellow-32: #e7a72f33;
  --log-cabin: #231f20;
  --mist-gray: #c4c4c4;
  --white: #ffffff;
 
  --font-size-l: 28px;
  --font-size-l2: 32px;
  --font-size-m: 24px;
  --font-size-xl1: 36px;
  --font-size-xl2: 48px;
  --font-size-xl22: 64px;
  --font-size-xs2: 18px;
  --font-size-xxs: 14px;
 
  /* --font-family-avenir-black: "Avenir-Black", Helvetica;
  --font-family-avenir-book: "Avenir-Book", Helvetica;
  --font-family-avenir-heavy: "Avenir-Heavy", Helvetica;
  --font-family-avenir-regular: "Avenir-Regular", Helvetica;
  --font-family-permanent_marker: "Permanent Marker", Helvetica;
  --font-family-pt_sans: "PT Sans", Helvetica; */

  --font-family-avenir-black: "Avenir-Black";
  --font-family-avenir-book: "Avenir-Book";
  --font-family-avenir-heavy: "Avenir-Heavy";
  --font-family-avenir-regular: "Avenir-Regular";
  --font-family-permanent_marker: "Permanent Marker";
  --font-family-pt_sans: "PT Sans";

 
}

.popover {
  background-color: grey;
}

.popover-header{     background: #ffff99; }  .popover-content{     background: #ffff99; }

.popover-content {
  background-color: coral;
  color: #FFFFFF;
  padding: 25px;
}

.bblogo {
  max-height: 244px;
  z-index: 1;
  position: relative;
  padding-top: 0px;
}



.permanentmarker-normal-bunting-64px {
  color: var(--bunting);
  font-family: var(--font-family-permanent_marker);
  font-size: var(--font-size-xl22);
  font-style: normal;
  font-weight: 400;
}

.permanentmarker-normal-bunting-36px {
  color: var(--bunting);
  font-family: var(--font-family-permanent_marker);
  font-size: var(--font-size-xl1);
  font-style: normal;
  font-weight: 400;
}

.frame-1 .faith-foundation-future-1 {
  max-height: 89px;
  object-fit: cover;
  position: absolute;
  top: 39px;
  max-width: 261px;
  left: 20px;
}

.footerspace {
  padding-top: 20px;
}

.container-fluid {
  padding-left: 1px;
  padding-right: 1px;
  max-width: 1440px;
}



@media (min-width: 144px) {  
  .badgeheading {
    font-size: var(--font-size-xss);
    font-style: normal;
    font-weight: 400;
    padding-left: 0px;
  }

  .permanentmarker-normal-bunting-64px  {font-size:12px;} 
  .bblogo {height: 40%;width:40%;padding-top:40px} 
  .frame-1 .faith-foundation-future-1 {width: 130px;left:20px}
  .avenir-book-normal-fuel-yellow-24px {
    color: var(--fuel-yellow);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
  }
  .avenir-book-normal-fuel-yellow-32px {
      color: var(--fuel-yellow);
      font-family: var(--font-family-avenir-book);
      font-size: var(--font-size-m);
      font-style: normal;
      font-weight: 400;
  }
  .avenir-book-normal-flint-32px {
    color: var(--flint);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
  }
  .permanentmarker-normal-white-64px {
    color: var(--white);
    font-family: var(--font-family-permanent_marker);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  }
  
  .permanentmarker-normal-white-48px {
    color: var(--white);
    font-family: var(--font-family-permanent_marker);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  }

  .footerspace {
    padding-bottom: 20px;
    text-align: center;
  }

  .jumbotron {
    min-height: 4580px;
    overflow: hidden;
    padding: 0;
  }

  .navbar {
    margin:0;
  }

  p {
    color: var(--flint);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-xxs);
    font-style: normal;
    font-weight: 400;
  }

  .container-bb-para {
    padding-left: 12px;
    padding-right: 12px;
  }
}


@media (min-width: 544px) {  
  .badgeheading {
    font-size: var(--font-size-xss);
    font-style: normal;
    font-weight: 400;
    padding-left: 0px;
  }
  .permanentmarker-normal-bunting-64px  {font-size:var(--font-size-xs);} 
  .bblogo {height: 244px;width:244px;padding-top: 0px;} 
  .frame-1 .faith-foundation-future-1 {width: 261px;left: 20px;}
  .avenir-book-normal-fuel-yellow-24px {
    color: var(--fuel-yellow);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-xss);
    font-style: normal;
    font-weight: 400;
  }
    .avenir-book-normal-fuel-yellow-32px {
        color: var(--fuel-yellow);
        font-family: var(--font-family-avenir-book);
        font-size: var(--font-size-xs);
        font-style: normal;
        font-weight: 400;
  }
  .avenir-book-normal-flint-32px {
    color: var(--flint);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-xxs2);
    font-style: normal;
    font-weight: 400;
  }
  .permanentmarker-normal-white-64px {
    color: var(--white);
    font-family: var(--font-family-permanent_marker);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
  }
  
  p {
    color: var(--flint);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
  }

  .permanentmarker-normal-white-48px {
    color: var(--white);
    font-family: var(--font-family-permanent_marker);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  }

  .footerspace {
    padding-bottom: 20px;
    text-align: center;
  }

  .jumbotron {
    min-height: 4400px;
    overflow: auto;
  }

  .container-bb-para {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 600px) {  
  .badgeheading {
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
    padding-left: 40px;
  }

  p {
    color: var(--flint);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
  }

  .permanentmarker-normal-bunting-64px  {font-size:var(--font-size-xs2);} 
  .avenir-book-normal-fuel-yellow-24px {
    color: var(--fuel-yellow);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
  }
    .avenir-book-normal-fuel-yellow-32px {
        color: var(--fuel-yellow);
        font-family: var(--font-family-avenir-book);
        font-size: var(--font-size-m);
        font-style: normal;
        font-weight: 400;
  }
  .avenir-book-normal-flint-32px {
    color: var(--flint);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-xs2);
    font-style: normal;
    font-weight: 400;
  }
  .permanentmarker-normal-white-64px {
    color: var(--white);
    font-family: var(--font-family-permanent_marker);
    font-size: var(--font-size-xl22);
    font-style: normal;
    font-weight: 400;
  }
  
  .permanentmarker-normal-white-48px {
    color: var(--white);
    font-family: var(--font-family-permanent_marker);
    font-size: var(--font-size-xl2);
    font-style: normal;
    font-weight: 400;
  }

  .jumbotron {
    min-height: 3800px;
    overflow: hidden;
  }

  .container-bb-para {
    padding-left: 80px;
    padding-right: 80px;
  }
}
 
@media (min-width: 1200px) {  
  .badgeheading {
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
    padding-left: 40px;
  }
  .permanentmarker-normal-bunting-64px  {font-size:var(--font-size-xl1);} 
  .avenir-book-normal-fuel-yellow-24px {
    color: var(--fuel-yellow);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
  }
    .avenir-book-normal-fuel-yellow-32px {
        color: var(--fuel-yellow);
        font-family: var(--font-family-avenir-book);
        font-size: var(--font-size-m);
        font-style: normal;
        font-weight: 400;
  }
  .avenir-book-normal-flint-32px {
    color: var(--flint);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
  }
  p {
    color: var(--flint);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
  }
  .permanentmarker-normal-white-64px {
    color: var(--white);
    font-family: var(--font-family-permanent_marker);
    font-size: var(--font-size-l22);
    font-style: normal;
    font-weight: 400;
  }
  
  .permanentmarker-normal-white-48px {
    color: var(--white);
    font-family: var(--font-family-permanent_marker);
    font-size: var(--font-size-xl2);
    font-style: normal;
    font-weight: 400;
  }
  .jumbotron {
    min-height: 3800px;
    overflow: hidden;
  }

  .container-bb-para {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.permanentmarker-normal-bunting-48px {
  color: var(--bunting);
  font-family: var(--font-family-permanent_marker);
  font-size: var(--font-size-xl2);
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 200px) {  
  .badgeheading {
    font-size: var(--font-size-xss);
    font-style: normal;
    font-weight: 400;
    padding-left: 0px;
  }
  .permanentmarker-normal-bunting-48px  {font-size:var(--font-size-x1);} 
}
 
@media (min-width: 992px) { 
  .badgeheading {
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
    padding-left: 40px;
  }
  .permanentmarker-normal-bunting-48px  {font-size:var(--font-size-xl00);} 
  .jumbotron {
    min-height: 3800px;
    overflow: hidden;
  }

  p {
    color: var(--flint);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
  }
}
 
@media (min-width: 1200px) {  
  .badgeheading {
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
    padding-left: 40px;
  }
  .permanentmarker-normal-bunting-48px  {font-size:var(--font-size-xl22);} 
  .jumbotron {
    min-height: 3900px;
    overflow: hidden;
  }
}

.youthprog {
  top: 200px;
  position: relative;
  align-content: center;
  text-align: center;
}

.avenir-black-white-18px {
  color: var(--white);
  font-family: var(--font-family-avenir-black);
  font-size: var(--font-size-xs2);
  font-style: normal;
  font-weight: 900;
}

.avenir-heavy-normal-black-28px {
  color: var(--black);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}



.ptsans-bold-black-18px {
  color: var(--black);
  font-family: var(--font-family-pt_sans);
  font-size: var(--font-size-xs2);
  font-style: normal;
  font-weight: 700;
}

.avenir-regular-normal-white-14px {
  color: var(--white);
  font-family: var(--font-family-avenir-regular);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.permanentmarker-normal-white-72px {
  color: var(--white);
  font-family: var(--font-family-permanent_marker);
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
}

.permanentmarker-normal-white-24px {
  color: var(--white);
  font-family: var(--font-family-permanent_marker);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.avenir-black-black-24px {
  color: var(--black);
  font-family: var(--font-family-avenir-black);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 900;
}

.avenir-black-bunting-24px {
  color: var(--bunting);
  font-family: var(--font-family-avenir-black);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 900;
}

.avenir-black-white-14px {
  color: var(--white);
  font-family: var(--font-family-avenir-black);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 900;
}



.ptsans-bold-bunting-14px {
  color: var(--bunting);
  font-family: var(--font-family-pt_sans);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 700;
}

.ptsans-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-pt_sans);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 700;
}

.avenir-book-normal-log-cabin-15-1px {
  color: var(--log-cabin);
  font-family: var(--font-family-avenir-book);
  font-size: 15.1px;
  font-style: normal;
  font-weight: 400;
}

.avenir-book-normal-black-24px {
  color: var(--black);
  font-family: var(--font-family-avenir-book);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.avenir-heavy-normal-flint-18px {
  color: var(--flint);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-xs2);
  font-style: normal;
  font-weight: 400;
}

.border-2px-bay-of-many {
  border: 2px solid var(--bay-of-many);
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}

  p {
    color: #1d1d01;
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
  }

	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }

  p {
    color: var(--flint);
    font-family: var(--font-family-avenir-book);
    font-size: var(--font-size-xs2);
    font-style: normal;
    font-weight: 400;
  }
}	
/* ============ small devices .end// ============ */