@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mountains+of+Christmas:wght@400;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Jura:wght@500;600;900&display=swap");

/***************************
       fonts
****************************/
.body{
  font-family: "Cantarell", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.cantarell-regular {
  font-family: "Cantarell", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cantarell-bold {
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cantarell-regular-italic {
  font-family: "Cantarell", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.cantarell-bold-italic {
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.font_reg{
  font-size: 1rem;
}

.download_title{
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
  color: orange
}




/***************************************************
         links
****************************************************/
a{
  color: inherit;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
  color:inherit;
}


.a-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 3px solid #4ED8DF;
}

.a-link:hover {
  border-bottom-color: #97E7EA;
  transition: 0.1s ease-in;
}
/***************************************************
****************************************************/




/***************************************************
        navbar
****************************************************/
/* 
.navbar .navbar-brand {
  font-size: 20px;
}*/

.nav-item{
  /* text-align: center; */
}

.navbar{
  padding-top:3%;
  padding-bottom: 3%;
  padding-left: 5%;
  padding-right: 5%;

}
.navbar .nav-item {
  padding: 12px;

}  
.navbar .nav-link {
  color: rgb(125, 117, 106);
  /* font-size: 18px;
  font-weight: bold; */
  /* margin-left: 10px; */
} 


/* icons */
.login-icon{
  font-size:2rem; font-weight:200; color:rgb(125, 117, 106);}

.login-icon:hover{
  color: #DBAFA0;
  font-weight:bold;
}

.more-info-gif{
width:60px}

.dropdown-item{
  color: rgb(125, 117, 106);
  background-image: linear-gradient(to right, transparent 50%,  #e7d3cc 50%);
  background-position: -0% 0;
  background-size: 200% auto;
  line-height: 1.8rem;
  text-decoration: none;
  transition: background-position 0.3s ease-out;
}

.dropdown-item.dropdown-item-title{
  color: black;
  background-color: none;
  background-image: none;
  background-position: -0% 0;
  background-size: 200% auto;
  line-height: 1.8rem;
  text-decoration: none;
  /* transition: background-position 0.3s ease-out; */
}
.dropdown-item.dropdown-item-title:hover{
background-color: transparent;
}


.dropdown-item:hover{
  background-position: -99.99% 0;
  }


 .nav-link:hover {
  color: #DBAFA0;
  }



  .bounce-ref-icon {
    /* display: inline-block; */
    position: relative;
    animation: bounce-icon 2.5s linear infinite;
  }

  @keyframes bounce-icon {
      0% { transform: scale(1); }
      50% { transform: scale(1.05);}
      100% { transform: scale(1); }
  }

  /***************************************************
timeline-menu
****************************************************/

  .highlight{
    background-image: linear-gradient(to right, transparent 50%,  #c8d5e0 50%);
    background-position: -0% 0;
    background-size: 200% auto;
    line-height: 1.8rem;
    text-decoration: none;
    transition: background-position 0.3s ease-out;
  }

  .highlight:hover{
    background-position: -99.99% 0;
    }

    /* not-active */
    .not-active-menu-item{
      color: #6b7a6b;
margin-bottom: 6px;
    }
    .active-menu-item{
      color: #000;
margin-bottom: 6px;
    }

.I{
font-size: 1.5rem;
color: #BE333B;
}

.L{
  font-size: 1.5rem;
  color: #113241;
  }


.R{
  font-size: 1.5rem;
  color: #f49d41;
  }

    
.Q{
  font-size: 1.5rem;
  color: #8676ef;
  }

/***************************************************
****************************************************/

/***************************************************
FRONT PAGE
****************************************************/
.hero-image{
  /* display: flex;
  align-items:center; */
  /* justify-content: center; */
  background: no-repeat center;
  width: 100%;
  height: 75vh;
  /* position: absolute; */
  /* top:0; */
  background-size: cover;
  /* z-index: -1; */
}

.hero-row{
  height: 75vh;
}
.hero-text{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3.2rem;
  color: rgb(125, 117, 106);
  margin-bottom: 5%;
}
.hero-box{
background-color:white;
opacity: 88%;
padding: 3%;
text-align:center;
}

.fp-btn{
  border-radius: 48px;
  height: 50px;
  text-align: center;
  background-color: rgb(241, 224, 200);
  border-color:  rgb(241, 224, 200);
  width: 80%;
}

.fp-btn-text{
  color: rgb(28, 27, 26);
  font-size: 14px;
  margin: auto;
  font-weight:600;
}

.fp-btn:hover{
  background-color: rgb(226, 206, 189);
  border-color:  rgb(226, 206, 189);
}

.fp-title{
color: #1b1b1b;
}

.hr-side-l{
  left:0px;
  width:100%;
height:3px;
border-width: 2px;
}
.hr-side-r{
  position: absolute;
right:0px;
  width:100%;
height:3px;
border-width: 2px;
}

.fp-sroll-container {
  width: 400px;
  height: 200px;
  margin: 1em auto;
  overflow: hidden;
  background: white;
  position: relative;
  box-sizing: border-box;
}

.marquee {
  top: 6em;
  position: relative;
  box-sizing: border-box;
  animation: marquee 60s linear infinite;
}



.marquee:hover {
  animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
  0%   { top:   200px }
  100% { top: -1739px }
}

.b-section-marquee-box {
  height: 3rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* border: 1px solid #181818; same as bg */
}

.b-section-marquee-box h2 {
  white-space: nowrap;
  text-transform: uppercase;
  color: #475747;
  font-size: 2em;
  font-weight: 100;
  flex-shrink: 0;
  padding: 0 10px;
  width: max-content;
  display: flex;
  align-items: center;
  transform: translateX(0);
  animation: b-text-scroll 120s linear infinite;
}


@keyframes b-text-scroll {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}

.b-section-marquee-box h2:hover {
  animation-play-state: paused;
}




.faq-heading {
  position: relative;
  font-family: Cantarell; 
  font-weight: 400;
  font-size: 1.2rem;
  color:rgb(27, 27, 27);
}

.faq-text { 

  color: rgb(94, 94, 94);
  width:90%;
  margin-bottom:30px;
}

.faq .faq-arrow {
  position: absolute;
  right: 0px;
  top:0.5rem;
  width: 1rem;
  height: 1rem;
  transform: rotateZ(90deg);
  transition: transform .4s;
}


.faq .faq-arrow.active {
  transform: rotateZ(270deg);
}

/************************************
datemarkers on the timeline
*************************************/
/* https://codepen.io/MarkBoots/pen/yLPwvda */
.line-filler-for-date-gap{
  position: absolute;
  top:50%;
  left: 50%; 
  transform: translate(-50%, -100%);
  height: 55px;
  width: 100px;
  background: linear-gradient( #113241,  #113241) no-repeat center/4px 100%;
  /* background: linear-gradient( #db441e,  #db441e) no-repeat center/4px 100%; */
}

.sticky-date {
  position: sticky;
  z-index: 3;
  top: 10px;
}

.sticky-date-flag {
  /* --col-gap: 1rem; */
  /* --flapH: 1rem; */
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sticky-date-title{
  font-family: "Jura", sans-serif;
  padding:0.3rem;
  color: white;
  font-size: 1rem;
  font-weight: 700;
}
.sticky-date-flag li {
  display: grid;
  grid-template:
    "role"
    "icon"
    "title"
    "descr";
  align-items: flex-start;
  /* gap: 0.2rem; */
  text-align: center;
  background: #6BD2C3;
  width:12rem;
   /* border-radius: 10px; */
    /*  border-style: solid;
    border-color: #93d9cf; */
  /* clip-path: polygon(
    calc(var(--col-gap) / -2 - 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)),
    50% 100%,
    calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH))
  ); */
}


@media screen and (max-width:768px) {
  .hero-image{
    height: 120vh;
  }
  .hero-row{
    height: 120vh;
  }
/* 
  .date-marker{
    float: right;
    text-align: right;
    padding-bottom: 0;
  } */
  
}


/***************************************************
****************************************************/

/***************************************************
timeline images to show when full screen and hide when on 768px
ie side by side with text
****************************************************/
/* .full-show-small-hide{
} */


/***************************************************
timeline images to HIDE when full screen and SHOW when on 768px
ie under text
****************************************************/
/* .full-hide-small-show{
}

@media screen and (max-width:768px) {
  .full-show-small-hide{
    display:none;
  }
}


@media screen and (min-width:768px) {
  .full-hide-small-show{
    display: none;
    }
} */
/***************************************************
****************************************************/

/***************************************************
   Signup login buttons
****************************************************/

.btn-fp {
  font-size: 1rem;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 5%;
  width: 200px;
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
  transition: 0.4s;
}
  /* color: #DBAFA0;
  color: #ddc1b8; */


.reg {
  background-color: #DBAFA0;
}

.log {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #DBAFA0;
}

.btn-fp:hover {
  box-shadow: 0 0 20px #DBAFA0;
  background-color: #DBAFA0;
}

@media screen and (max-width:768px) {
  .btn-fp{
    margin-top:2%;
    margin-bottom:2%;
  
  }

}


/***************************************************
****************************************************/


/***************************************************
  Animated text on front page
****************************************************/
  .rise {
    container: wrapper / inline-size;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7rem;
  }

  .rise-box{
    /* height:300px; */
    padding-top: 7%; 
    padding-bottom: 7%;
  }
  .rise > div {
    transform: translatey(10px);
    animation: rise-and-fall 1.5s ease-in-out alternate infinite;
}

  @keyframes rise-and-fall {
    from {transform: translateY(10px);}
    to {transform: translatey(-10px);}
  }


  @media screen and (max-width:768px) {
    .rise{
      font-size: 5rem;
  }

  .rise-box{
    /* height:300px; */
    padding-top: 20%; 
    padding-bottom: 20%;
  }
  }

/***************************************************
****************************************************/



/***************************************************
Pricing page
****************************************************/
/* pricing section */

#pricing{
  text-align: center;
  padding-left:10%;
  padding-right: 10%;
  font-weight: bold;
  }
  
  .pricing-heading{
    font-weight:bold;
    font-size: 2rem;
  }
  
  .price-text{
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  
  .plan-desc{
    font-weight: normal;
  }
  
  .price-title-div{
  padding-top: 7%;
  padding-bottom: 3%;
  }
  
  .price-btn{
    margin-bottom: 5px;
    color:#6855e0;
    background-color: #fff;
    border-color: #6855e0;
  }
  
  .price-btn:hover{
    font-weight: bold;
      color: #fff;
      background-color: #6855e0;
      border-color: #6855e0;
  }
  
  .pricingdiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 7%;
  }

  
  .pricingdiv ul.theplan{

    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    /* color: white; */
    width: 260px; /* width of each table */
    margin-right: 20px; /* spacing between tables */
    margin-bottom: 1em;
    transition: all .5s;
    background-color: #fff;
  }
  
  .pricingdiv ul.theplan:hover{ /* when mouse hover over pricing table */
    transform: scale(1.05);
    transition: all .5s;
    z-index: 100;
    box-shadow: 0 0 10px #6855e0;
  }
  
  .pricingdiv ul.theplan .center{
    margin: 0 auto;
    text-align: center;
  }
  
  .pricingdiv ul.theplan li{
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #b6afe2;
  }
  
  .pricingdiv ul.theplan li.price-header{
    font-weight: bold;
    text-align: center;
    padding: 30px 10px;
    background: #fff;
    color: #6855e0;
    box-shadow: 0 -10px 5px rgba(0,0,0,.1) inset;
    text-transform: uppercase;
    border-width: 0px;
  }
  
  .pricingdiv ul.theplan:nth-of-type(2) li.price-header{
    background: #fff;
    color: #6855e0;
  }
  
  .pricingdiv ul.theplan:nth-of-type(3) li.price-header{
    background: 	#fff;
    background: #fff;
    color: #6855e0;
  }
  
  .pricingdiv ul.theplan li b{
    text-transform: uppercase;
  }
  .pricingdiv ul.theplan li.price-header b{
    font-size: 250%;
  }
  
  .pricingdiv ul.theplan:last-of-type{ /* remove right margin in very last table */
    margin-right: 0;
  }
  
  /*very last LI within each pricing UL */
  .pricingdiv ul.theplan li:last-of-type{
    text-align: center;
    margin-top: auto; /*align last LI (price botton li) to the very bottom of UL */
  }

  .flag-discount {
    width:65%;
    border-radius: 6px 0 0 6px;
    color: #fff;
    display: block;
    float: left;
    padding: 10px 20px;
    background: #93274f;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}
.flag-discount::before,
.flag-discount::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
}
.flag-discount::before {
    top: 0;
    border-width: 22px 15px 0 0;
    border-color: #93274f transparent transparent transparent;
}
.flag-discount::after {
    bottom: 0;
    border-width: 0 15px 22px 0;
    border-color: transparent transparent #93274f transparent;
}
/***************************************************
****************************************************/




/***************************************************
   BACK TO TOP BUTTON ON TIMELINE PAGE
****************************************************/

#top-btn {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0; 
  visibility: hidden;
  z-index: 1000;
}

#top-btn:hover {
  animation: shake 0.5s;
  animation-iteration-count: 2;
}

#top-btn.show {
  opacity: 1;
  visibility: visible;
}


/***************************************************
****************************************************/
/***************************************************
   timeline jump to menu BUTTON ON TIMELINE PAGE
****************************************************/

#tl-menu-btn {
  position: fixed;
  /* background-color: #54ada1; */
  /* background-color: #49e2b7;
  border: #49e2b7;
  font-weight: bold;
  line-height: 0.9rem; */
height:40px;
  bottom: 20px;
  left: 20px;
  /* font-size:0.9rem; */
  transition: background-color .1s, 
    opacity .3s, visibility .3s;
  opacity: 0; 
  visibility: hidden;
  z-index: 3;
}

#tl-menu-btn.show {
  opacity: 1;
  visibility: visible;
}

/***************************************************
****************************************************/


/***************************************************
   SCROLL DOWN ARROWS ON TIMELINE PAGE
****************************************************/
.tl-hero{
  font-size:3rem; font-weight: bold}

.scroll-down{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.scroll-down span{
	display: block;
	width: 40px;
	height: 40px;
	border-bottom: 5px solid BLACK;
	border-right: 5px solid BLACK;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

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

.scroll-down 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);
	}
}


@media screen and (max-width:768px) {
  .tl-hero{
    font-size:2rem;
}

}
/***************************************************
****************************************************/




/***************************************************
   individual lessons post styling
****************************************************/

/***************************************************
   design trial styling
****************************************************/
.story-container{
  margin-top: 3%;
  margin-left:10%;
  margin-right:10%;
  margin-bottom:7%;
}

.story-container-row{
  padding-bottom:30px;
  align-items: center;
  justify-content: center;
}

.story-info-text{
  font-family: "Cantarell", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  padding-bottom: 1%;
  margin:auto;
  /* width:100%; */
  line-height: 1.8rem;
  font-size: 1rem;
  box-shadow: 0 10px 20px #7d756a;
  border-radius: 5px;
}

.story-info-text p{
  text-align:center;
}

.lesson-img-w{
width:45%;
}

.lesson-img-h{
width:25%;
}

@media screen and (max-width:768px) {
  .story-container{
    margin-left:2%;
    margin-right:2%;
  }
  .lesson-img-w{
    margin-top: 20px;
    width:50%;
    }
    
    .lesson-img-h{
      margin-top:20px;
    width:30%;
    }
}

 /***************************************************
lesson referencesinfo pop up
***************************************************/
.ref-icon{
height:50px;
}

.ref-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:4;
}
.ref-overlay:target {
  visibility: visible;
  opacity: 1;
}

.ref-popup {
  margin: 70px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f2faff;
  border-radius: 5px;
  width: 70%;
  height: 80%;
  position: relative;
  /* transition: all 1s ease-in-out; */
  z-index:5;
  overflow: auto;
}


.ref-popup .ref-close {
  position:fixed;
  transition: all 200ms;
  font-size: 3rem;
  line-height: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #333; 
  z-index: 4;
}
.ref-popup .ref-close:hover {
  color: #4bcece;
}


@media screen and (max-width: 768px){
  /* .popup-box{
    width: 70%;
  } */
  .ref-popup{
    width: 95%;
  }
}


.download-icon{
width: 25px;
}

.download-tile{
  margin-bottom:40px;
}
.download-tile:hover{
transform: scale(1.1);
transition: all 0.3s ease-in-out;
}


/***************************************************
images on tl the download images
****************************************************/
.tl-download-pic {
width:120px;
transform: rotate(-12deg);
}

.tl-download-pic-text{
  position: relative;
width:50%; 
max-height: 9rem;
z-index: 1;
}
.hover14 figure {
	position: relative;
  /* float:right */
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	/* background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	/* -webkit-transform: skewX(-25deg); */
	transform: skewX(-25deg);
  animation: shine 1.5s infinite;
}

/* @-webkit-keyframes shine {
	100% {
		left: 125%;
	}
} */
@keyframes shine {
	50% {
		left: 50%;
	}
  100% {
		left: 50%;
	}
}

@media screen and (max-width: 768px){
  .tl-download-pic-text{
    width:70%; 
    }

}



/***************************************************
companions
****************************************************/
.companions-container{
margin-left:5%;
margin-right:5%;
padding:2%;
background-color: #2BBFA9;
border-radius: 25px;
}

.companions-container .card{
  margin-bottom: 10px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:4;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f2faff;
  border-radius: 5px;
  width: 70%;
  height: 80%;
  position: relative;
  /* transition: all 1s ease-in-out; */
  z-index:5;
  overflow: auto;
}


.popup .close {
  position:fixed;
  transition: all 200ms;
  font-size: 3rem;
  line-height: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #333; 
  z-index: 4;
}
.popup .close:hover {
  color: #4bcece;
}


@media screen and (max-width: 768px){
  /* .popup-box{
    width: 70%;
  } */
  .popup{
    width: 95%;
  }
}



/***************************************************
   icons for resources and quiz link
****************************************************/
.resource-icons{
  height:50px;
  margin-bottom:10px;
}


.resource-icon-div{
  color:rgb(156, 147, 135);
  font-size: 1rem;
  text-align: center;
}


/***************************************************
main body of post styles
****************************************************/
.story-container .row{
  margin-bottom: 20px;
}
.hero-text-md{
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  line-height: 3.5rem;
  color:rgb(156, 147, 135);
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
}

.lesson-number{
  font-family: "Cantarell", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  /* color:rgb(156, 147, 135); */
  text-align: center;
}

.info-sub-title{
  padding-bottom: 2%;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-style: normal;
  /* color:rgb(156, 147, 135); */
}

.quiz-tl{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #DBAFA0; 
}

.info-intro-text{
  padding: 5% 15%;
  font-size: 1.5rem;
  text-align: center;
}


.info-text{
  margin:auto;
  padding: 3%;
  width:80%;
  line-height: 1.8rem;
  font-size: 1rem;
  box-shadow: 0 10px 20px #7d756a;
  border-radius: 5px;
}


.info-text-left{
  margin-left:7%;
  padding: 3%;
  width:80%;
  line-height: 1.8rem;
  font-size: 1rem;
  box-shadow: 0 10px 20px #7d756a;
  border-radius: 5px;
}


.info-text-right{
  margin-left:14%;
  padding: 3%;
  width:80%;
  line-height: 1.8rem;
  font-size: 1rem;
  box-shadow: 0 10px 20px #7d756a;
  border-radius: 5px;
}


@media screen and (max-width:768px) {
  .info-intro-text{
    padding: 7% 5%;
  }
  .info-text-left{
    margin:auto;
    width:90%;
  }

  .info-text-left{
    margin:auto;
    width:90%;
  }

  .info-text-right{
    margin:auto;
    width:90%;
  }

}


/***************************************************
main body of main timeline
****************************************************/
/***************************************************
did you know and images
***************************************************/

    .parent-flex-right-align{
      display: flex;
      justify-content: end;
    }

    .right-align{
      display: flex;
      justify-content: end;
    }
    
    .dyk{
      width: 15rem;
      }

    .generic-tl-pic{
      width: 10rem;
    }

    .islamh-tl-pic{
      width: 10rem;
    }
    .prophets-tl-pic{
      width: 10rem;
    }
    
    .tl-pic-w16{
      width: 16rem;
    margin-bottom: 10px;
    }
    .tl-pic-w12{
      width: 12rem;
      margin-bottom: 10px;
    }

    .tl-pic-w8{
  width: 8rem;
  margin-bottom: 10px;
}


.tl-pic-w4{
  width: 4rem;
  margin-bottom: 10px;
}


    /***************************************************
picture info pop up on main tl
***************************************************/
.tl-bkgd-image-l{
position:absolute; left:-50px; bottom: 50px; width:50%; opacity:50%; z-index:-1;
}
.tl-bkgd-image-l-w{
  position:absolute; left:-50px; bottom: 50px; width:90%; opacity:50%; z-index:-1;
  }

.tl-bkgd-image-r{
  position:absolute; right:-50px; bottom:50px; width:90%; opacity:50%; z-index:-1;
  }
  .tl-bkgd-image-r-w{
    position:absolute; right:-50px; bottom:50px; width:90%; opacity:50%; z-index:-1;
    }

    .not-bkgd{
      position:absolute; right:-50px; bottom:-25px; width:90%; opacity:50%; z-index:-1;
    }
.info-icon{
  width:23px;
}




      @media screen and (max-width:768px) {
        .parent-flex-right-align{
          justify-content: start;
        }
        .right-align{
          justify-content: start;
        }

        .tl-bkgd-image-l{
          left:50px; 
          bottom:-25px;
          }
          .tl-bkgd-image-r{
            right:-20px;
            bottom:-25px;
            }
            .tl-bkgd-image-l-w{
              left:50px; 
              bottom:-25px;
              }
              .tl-bkgd-image-r-w{
                right:-20px;
                bottom:-25px;
                }
            
        }      

/***************************************************
***************************************************/



    .dyk:hover {
      animation: shake 0.5s;
      animation-iteration-count: 2;
    }
    
    .colapse-content{
      background-color: #f9f9f9;
      border-radius: 15px;
      padding:5%;
      font-size: 1rem;
    }
    
    .wavyline{
    text-decoration: wavy underline rgb(247, 75, 75);
    text-decoration-thickness: 5px ;
    font-size: 1.6rem;
    }

    .wavyline-tl{
      text-decoration: wavy underline rgb(247, 75, 75);
      text-decoration-thickness: 2px ;
      }

.wavyline-in-text{
    text-decoration: wavy underline;
      text-decoration-thickness: 2px;
}
    .wavyline-md{
      text-decoration: wavy underline #8676ef;(247, 75, 75);
      text-decoration-thickness: 3px ;
      font-size: 1.2rem;
      margin-left: 1rem;
      margin-right: 1rem;
      }
    

    
    @keyframes shake {
      0% { transform: translate(1px, 1px) rotate(0deg); }
      10% { transform: translate(-1px, -2px) rotate(-1deg); }
      20% { transform: translate(-3px, 0px) rotate(1deg); }
      30% { transform: translate(3px, 2px) rotate(0deg); }
      40% { transform: translate(1px, -1px) rotate(1deg); }
      50% { transform: translate(-1px, 2px) rotate(-1deg); }
      60% { transform: translate(-3px, 1px) rotate(0deg); }
      70% { transform: translate(3px, 1px) rotate(-1deg); }
      80% { transform: translate(-1px, -1px) rotate(1deg); }
      90% { transform: translate(1px, 2px) rotate(0deg); }
      100% { transform: translate(1px, -2px) rotate(-1deg); }
    }


/***************************************************
****************************************************/


   
.no-link-deco{
  text-decoration: none;
  color:inherit;
}

.no-link-deco:hover{
  text-decoration: none;
  color:inherit;
}



div.scrollmenu {
  position: fixed;
  background-color: #333;
  width: 100%;
  /* white-space: nowrap; */
  z-index: 2;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}


.timeline-container {
  /* padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0;
  padding-right: 0; */
}

/***************************************************
highlight mark ups for lesson pages
****************************************************/
.highlight-container, .highlight-blob {
  position: relative;
}

.highlight-container {
  display: inline-block;
}
.highlight-container:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  /* background: #fffbf1; */
  /* background: #ffd500; */
  background:#ecc6af;
  opacity:0.5;
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
}

.next-lesson-features{
  font-size: 1.3rem;
opacity:0.7;
}
.next-lesson-features:hover{
opacity:1;
}
.prev-lesson-btn{
  transform: rotate(-90deg);
height:50px;
}
.next-lesson-btn{
  transform: rotate(90deg);
  height:50px;
}


/***************************************************
TIMELINE TITLES AND LABELS
****************************************************/
.collapsible:hover{
  cursor: pointer;
}
 .tl-spacer{
  position: relative;
    height: 80px;
    width: 100px;
    background: linear-gradient( #113241,  #113241) no-repeat center/4px 100%;
  }

  .tl-spacer-lg{
    position: relative;
      height: 100px;
      width: 100px;
      background: linear-gradient( #113241,  #113241) no-repeat center/4px 100%;
    }
  
.line{
  width: 100px;
  background: linear-gradient( #113241,  #113241) no-repeat center/4px 100%;
  z-index: 2;
}

.time-stamp-flag{
  display: block;
  margin: auto;
  width:55px;
}

  .time-stamp-lg{
    display: block;
    margin: auto;
    width:40px;
  }
  
  .time-stamp-md{
    display: block;
    margin: auto;
    width:30px;
  }
  
  .time-stamp-sm{
    display: block;
    margin: auto;
    width:20px;
  }

  .time-stamp-generic{
    display: block;
    margin: auto;
    width:20px;
  }


.box{
  position: relative;
  opacity: 0;
}


.bounce {
  opacity: 1;
  animation-duration: 1.5s;
  animation-name: bounce;
  animation-timing-function: ease-out;
}

@keyframes bounce {
  0%   { transform: translateY(400px); }
  65%  { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

.empty{
  display:block;
}



.flag-flex-parent-right{
  display: flex;
  justify-content: end;
}

.flag{  
  /* display: inline-flex; */
  position: relative;
  margin-top: 20px;
  padding: 15px;
  color: white;
  right:-45px;
  border-radius: 45px 0px;
  text-align: center;
  font-size: 0.9rem;
}


.flag-r{  
  position: absolute;
  color: white;
  padding: 15px;
  left:35px;
  border-radius: 0px 45px;
  text-align: center;
  display:none;
}

.flag-mrn{ 
  background-color: #BE333B; 
}

.flag-tq{ 
  background-color: #2BBFA9;
}

.flag-or{ 
  background-color: #f3a732;
}


/* -------------------tl images and text------------------------ */
/* ------------------------------------------------------------- */
.center-in-div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.tl-img{
  width:60%;
  }
  .tl-img-50{
    width:50%;
    }

.tl-img-60-80{
width:60%;
}

.tl-img-100{
  width:100%;
  }
.tl-img-txt{
  color: #434345;
  text-align: center;
  font-size: 0.9rem;
}


/* ------------------------------------------------------------- */



@media screen and (max-width:768px) {
  .tl-image{
    width:80%;
    }
    .tl-img-60-80{
      width:80%;
      }


.empty{
  display:none;
}

  .flag-flex-parent-right{
    justify-content: start;
  }

  .flag{  
    left:-45px;
  }


.flag-r{
  display: inline;
}
}



.tl-title-lesson{
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom:0.5rem;
}


.tl-title-big{
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
}

.tl-title-md{
  text-align: left;
  font-size: 1.3rem;
  font-weight: bold;
}

.tl-lesson-r{
  text-align: right;
}


.tl-title-sm{
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
}

.tl-title-r{
  float: right;
  text-align: right;
  padding-bottom: 0;
  /* margin-bottom: 20px; */
}


.tl-title-generic{
  font-size: 1.2rem;
  font-weight: bold;
}

.tl-date-generic{
  font-size: 1rem;
  font-weight: bold;
}

.tl-region-generic{
  font-size: 1rem;
  color: black;
  font-weight: normal;
}
.tl-text-generic{
  font-size: 1rem;
  color: black;
  font-weight: normal;
}


.tl-title-islamh{
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2D7D8F;
}



.tl-title-scholars{
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  color: #6e2a51;
}

.tl-date{
  font-size: 1rem;
  font-weight: bold;
}

.tl-date-islamh{
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  color: #2D7D8F;
}

.ah{
  color: #c5bcb6;
}

.ce{
  padding-left: 12px;
  color: #7ea0b3;
}


.table-s{
  width:70%;
  margin-bottom: 3%;
}



.synopsis-r{
  float: right;
  text-align: right;
  padding-bottom: 0px;
  margin-bottom: 20px;
  background-position: 0 0; background-repeat: no-repeat; 

}
.tl-text{
  text-align: left;
  font-size: 1.1rem;
}

.tl-bio{
  font-weight:bold; 
  font-size: 1rem}

/* timeline scholors inner row info */
.inner-row-bio{
margin-top: 3%;
margin-bottom: 3%;
  }


.synopsis{
  width: 85%;
  }
  
  .synopsis-text{
  opacity: 1;
  margin-bottom: 20px;
  }

.dots{
  position: relative;
  left: -44px;
  width:90px;
}

.stacked-info-p{
  display:flex;
  flex-direction: column;
}

.time-title{
  position: relative;
  width: 60%;
  background-color:#22606D;
  border: 2px solid #22606D;
  color: white;
  padding:2%;
  border-radius: 10px;
  text-align: left;
  left:-10px;
}


.inner-grid{
  /* background-color: #FAF5EB; */
  opacity: 90%;
  padding: 2%;
}

.img-center-in-div{
  display: flex;
  align-items: center;
  justify-content: center;
}



.inner-row{
  padding-bottom: 3%;
}

.quran-quote{
  font-family: "Inconsolata", monospace;
  /* font-optical-sizing: auto; */
  font-weight: 900;
  font-style: normal;
  font-variation-settings:
    "wdth" 50;
    font-size:1.2rem;
}

.inner-r{
  text-align: right;
}


/* for the collapse expand summary sections of the timeline. 
the images should have center image in div on the parrent 
and tl-summary- img classs on image. media quesry not yet adjusted*/
.tl-summary-img-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

.tl-summary-img-w{
  width:60%;
}
.tl-summary-img-l{
  width:40%;
}



.content-img{
  max-width:60%;
}

.biography-content-img{
  max-width:70%;
}

.content-img-p{
  position: relative;
  width: 40%;
  padding: 5%;
}

.content-img-wide{
  width: 80%;
}
.content-img-long{
  width: 50%;
}
.content-img-l{
  position: relative;
  width: 70%;
  padding: 5%;
}
  

.inner-content{
  position: relative;
  width:50%;

}
.inner-tl-h5{
  font-size: 1.3rem;
}


.inner-tl-h2{
  font-size: 1.5rem;
  font-weight: bold;
}

.inner-tl-h3{
font-size:1.2rem;
font-weight: bold;
}

.r-to-l-loop{
position:absolute; 
z-index:-1; 
right: -40px; 
top:60%; 
transform: rotate(290deg);
opacity:0.5;
}

.l-to-r-loop{
position:absolute; 
z-index:-1; 
left: -20px; 
top:70%; 
transform: rotate(15deg);
opacity:0.5;
}

.l-to-r-loop-lessons{
  position:absolute; 
  right: -40px; 
  top:90%; 
  transform: rotate(290deg);
  opacity:0.5;
  height:150px
  }
  
  .r-to-l-loop-lessons{
  position:absolute; 
  left: -20px; 
  top:90%; 
  transform: rotate(15deg);
  opacity:0.5;
  height:150px
  }

 .s-to-b-loop-lessons{
  position:absolute; 
  left: 50%; 
  top:100%; 
  /* transform: rotate(15deg); */
  height:90px
 }
 .b-to-s-l-loop-lessons{
  position:absolute; 
  left: 20%; 
  top:90%; 
  /* transform: rotate(15deg); */
  height:100px
 }
 .b-to-s-r-loop-lessons{
  position:absolute; 
  right: 20%; 
  top:95%; 
  transform: rotate(180deg);
  height:80px
 }
  


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 768px) {
  .dots{
    left: -40px;
    width:60px;
  }

  .tl-title-r{
    float: left;
    text-align: left;
  }

  .synopsis-r{
    float: left;
    text-align: left;
  }

  .generic-tl-pic{
    float: left;
  }

.table-s{
  width:100%
}


.r-to-l-loop{
  display:none;
  }
  
  .l-to-r-loop{
    display:none;
}
.r-to-l-loop-lessons{
  display:none;
}
.l-to-r-loop-lessons{
  display:none;
}
.content-img{
  max-width:40%;
}

.biography-content-img{
  max-width:40%;
  margin-bottom: 10%;
}

}







/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 900px) {
  /* Full-width containers */
    .inner-content {
      width: 100%;
    }
    .content-img{
      width:50%;    
      height: auto;
      }
      .inner-row{
        padding-top: 20%;
      }
      


  }




/* raindrops animation */

.rain-parent{
  position: relative;
}


#rain-box{
	padding: 100px 0;
  z-index: -1;
  position: absolute;
}



.rain-body{
	height: 200px;
	margin: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: black; */
	overflow: hidden
}

.rain-container{
	width: 100%;
	height: 100%;
  min-width: 600px;
	max-width: 800px;
	max-height: 500px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
}

.rain-row{
	display: flex;
	justify-content: center;
	align-items: center;
}

.rain{
	position: relative;
	width: 100%;
	height: 100%;
}

.rain:nth-of-type(1){
	--duration: 2.7s;
	--delay: 1s;
	transform: translate(10%, 10%) scale(0.9);
}

.rain:nth-of-type(2){
	--duration: 2.1s;
	--delay: 1.2s;
	transform: translate(-20%, 40%) scale(1.3);
}

.rain:nth-of-type(3){
	--duration: 2.3s;
	--delay: 2s;
	transform: translate(0%, 50%) scale(1.1);
}

.rain:nth-of-type(4){
	--duration: 2s;
	--delay: 4s;
	transform: translate(0%, -10%) scale(1.2);
}

.rain:nth-of-type(5){
	--duration: 2.5s;
	--delay: 0s;
	transform: translate(10%, 0%) scale(0.9);
}

.rain:nth-of-type(6){
	--duration: 2s;
	--delay: 2.7s;
	transform: translate(-20%, 0%) scale(1);
}

.rain:nth-of-type(7){
	--duration: 1.8s;
	--delay: 1.3s;
	transform: translate(20%, -40%) scale(1.2);
}

.rain:nth-of-type(8){
	--duration: 2.2s;
	--delay: 0s;
	transform: translate(20%, 0%) scale(1);
}

.rain:nth-of-type(9){
	--duration: 2s;
	--delay: 0.5s;
	transform: translate(0%, -10%) scale(1.3);
}

.drop{
	background-color: #6c8094;
	width: 3px;
	height: 100px;
	position: absolute;
	top: calc(50% - 100px); 
	left: calc(50% - 1.5px);
	animation-name: fall;
	animation-duration: var(--duration);
	animation-delay: var(--delay);
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
	animation-fill-mode: backwards;
}

@keyframes fall{
	0%{
		transform: translateY(-120vh);
	}
	45%{
		transform: translateY(0%);
		opacity: 1;
	}
	46%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

.waves > div{
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 50%;
	border: solid #6c8094 3px;
	animation-name: spread;
	animation-duration: var(--duration);
	animation-delay: var(--delay);
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	animation-fill-mode: backwards;
}

.waves > div:nth-child(2){
	animation-delay: calc(var(--delay) + 0.3s);
	animation-timing-function: linear;
}

@keyframes spread{
	0%{
		transform: scale(0);
		opacity: 1;
	}
	40%{
		transform: scale(0);
		opacity: 1;
	}

	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.particles > div{
	position: absolute;	
	border-radius: 100%;
	background-color: #6c8094;
	animation-duration: var(--duration);
	animation-delay: var(--delay);
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-fill-mode: backwards;
}

.particles > div:nth-child(1){
	width: 7px;
	height: 7px;
	top: 50%;
	left: 50%;
	animation-name: jumpLeft;
}

.particles > div:nth-child(2){
	width: 5px;
	height: 5px;
	top: 30%;
	left: 50%;
	animation-name: jumpLeft;
	animation-delay: calc(var(--delay) + 0.1s);
}

.particles > div:nth-child(3){
	width: 3px;
	height: 3px;
	top: 20%;
	left: 70%;
	animation-name: jumpRight;
	animation-delay: calc(var(--delay) + 0.15s);
}

.particles > div:nth-child(4){
	width: 5px;
	height: 5px;
	top: 30%;
	left: 50%;
	animation-name: jumpRight;
	animation-delay: calc(var(--delay) + 0.3s);
}

@keyframes jumpLeft{
	0%{
		transform: translate(0,0) scale(0);
	}

	45%{
		transform: translate(0,0) scale(0);
	}

	60%{
		transform: translate(-50px, -90px) scale(1);
	}

	100%{
		transform: translate(-60px, 0px) scale(0.1);
	}
}

@keyframes jumpRight{
	0%{
		transform: translate(0,0) scale(0);
	}

	45%{
		transform: translate(0,0) scale(0);
	}

	60%{
		transform: translate(30px, -80px) scale(1);
	}

	100%{
		transform: translate(50px, 0px) scale(0.1);
	}
}

/* -------------------------------------------------------------
horizontal scrolling tl
------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

:root {
  --white: #fff;
  --black: #323135;
  --crystal: #a8dadd;
  --columbia-blueo: #cee9e4;
  --columbia-blue: #F5EFFF;
  /* --midnight-greeno: #01565b; */
  --midnight-greeno: #213555;
  --midnight-green: #3E5879;
  /* --yellow: #e5f33d; */
  --yellow: #E5D9F2;
  --timeline-gradient: rgba(206, 233, 228, 1) 0%, rgba(206, 233, 228, 1) 50%,
    rgba(206, 233, 228, 0) 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.timeline-h {
  padding: 0;
  background-color: var(--columbia-blue);
  width: 100%;
  max-height: 95%;
  /* max-width: 1200px; */
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  white-space: nowrap;
  /* max-width: 1400px; */
  display: grid;
  /* grid-template-columns: 10% auto; */
  grid-gap: 20px;
}

.timeline-h h1 {
  font-size: 2.5rem;
  line-height: 1.25;
}

.timeline-h h2 {
  font-size: 1.3rem;
}


.timeline-h ol::-webkit-scrollbar {
  height: 12px;
}

.timeline-h ol::-webkit-scrollbar-thumb,
.timeline-h ol::-webkit-scrollbar-track {
  border-radius: 92px;
}

.timeline-h ol::-webkit-scrollbar-thumb {
  background: var(--midnight-green);
}

.timeline-h ol::-webkit-scrollbar-track {
  background: var(--yellow);
}

.timeline-h ol {
  font-size: 0;
  padding: 250px 0;
  transition: all 1s;
  overflow: auto;
  overflow: scroll;
  scroll-snap-type: x mandatory;
    /* scroll-snap-type: y mandatory; */
  /* scrollbar-color: var(--yellow) var(--midnight-green); */
}

.timeline-h ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 5px;
  background: var(--white);
  scroll-snap-align: start;
}

/* .timeline-h ol li:last-child {
  width: 340px;
} */
.timeline-h ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline-h ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--midnight-greeno);
  z-index: 1;
}

.timeline-h ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: var(--black);
  background: var(--white);
  border-radius: 0 10px 10px 10px;
}

.timeline-h ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-h ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
  border-radius: 10px 10px 10px 0;
}

.timeline-h ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: var(--white) transparent transparent transparent;
}

.timeline-h ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline-h ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent var(--white);
}

.timeline-h ol li:first-child {
  width: 30px;
}

.timeline-h ol li:last-child {
  width: 30px;
}

.timeline-h time {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--midnight-greeno);
}

.timeline-h h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem;
  color: var(--midnight-greeno);
}


@media screen and (max-width: 800px) {
  .timeline-h {
    display: block;
  }

  .timeline-h::before,
  .timeline-h::after {
    width: 50px;
  }

  .timeline-h::before {
    left: 0;
  }

  /* .timeline-h .info {
    display: none;
  } */
}

.tl-title-palestine-l{
  color:#423E3B;
  text-align: left;
  font-size: 1.7rem;
  font-weight: bold;
}

.tl-title-palestine-m{
  color:#423E3B;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
}

.tl-date-palestine{
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  color: #CE1126;
}



.blood-pic-bk{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width:90%;
}

 
@media screen and (max-width: 768px) {
  .blood-pic-bk{
    width:110%;
  }
}

  
/***************************
               FOOTER
****************************/

.footer-icon{
  height: 30px;
}


footer a:hover {
color:rgb(27, 27, 27);
}





/***************************
        colour pallete
****************************/
.grey-black{
  color: rgb(27, 27, 27);
}

.dark-grey{
color:#2e2d2d;
}
.l-grey-h{
  color:rgb(156, 147, 135);
}

.grey-text{
color: rgb(94, 94, 94);
}
.grey-blue{
color: #7EA0B3}

.blue-green{
  color: #7FB8BB;
}

.pink1{
  color: #F8D9C5;
}

.maroon{
  color: #BE333B;
}  

.orange{
color: #f49d41;
}

.yellow{
  color:#FFC401;
}
/* .lilac{
  color: #6855e0;
} */
.lilac{
  color: #8676ef;
}
.purple{
color: #652045;
}

.navy{
  color: #113241;
}

.black-blue{
  color:#0E2836;
}

.white{
  color: #fff;
}

.pink-purple{
color: #DBAFA0;
}

.l-blue-bk{
  background-color:#e8f3f9}
.l-pink-bk{
  background-color:#ffecfb;
}
.l-purple-bk{
  background-color: #f5eae7;
  }
.l-green-bk{
  background-color:#dbf5ea;
}
.l-pink-purple{
color: #ddc1b8;
  }

.europe{
color:#702963;
}

.asia{
color: #097969;
}

.africa{
color: #800020;
}

.north-america{
color: #673147;
}

.south-america{
color: #FF5733;
}

.australia{
color: #8A9A5B;
}


/***************************************************
****************************************************/