.breadcrumb{
       margin-bottom:0!important;

color: #000!important;
border-radius : 0!important;

}

sup{
color:#333!important;
}

@media screen and (min-width: 1200px){
body .breadcrumb{
margin-top: 140px!important;
}
}

.breadcrumb a {

color: #000!important;
}
.col-lg-12{
       padding: 0 !important;
       min-height: 0!important;

}

.rte{
margin-top: -2px!important;
}


body {
	width: 100%;
margin:auto !important;

}
.container {
	width: 100% !important;
	margin: auto !important;
}



.mainTitle{
  font-family: 'Fredericka The Great', cursive;
  font-size: 25px;
  text-align: center;
  margin: 50px auto;
}
/******************************** TIMELINE ********************************************/

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  margin: 0 auto;
    width: 100%;
  max-width: 1400px;
  padding: 20px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: black;
  top: 50px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* container-timeline around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px;
  background-color: black;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container-timeline to the left */
.left {
  left: 0;
}

/* Place the container-timeline to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container-timeline (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #EBEBEB;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #EBEBEB;
}

/* Add arrows to the right container-timeline (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #EBEBEB;
  border-width: 10px 10px 10px 0;
  border-color: transparent #EBEBEB transparent transparent;
}

/* Fix the circle for container-timelines on the right side */
.right::after {
  left: -25px;
}

/* The actual content */
.content-timeline {
  padding: 20px 30px;
  background-color: #F3F2EF;
  position: relative;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 20px;

  
}

.right > .content-timeline{
    flex-direction: row-reverse;
}

.content-timeline .img{
    width: 40%;
    height: 100%;
}

.content-timeline .img.large{
  width: 60%;
}

.content-timeline .text{
    width: 60%;
}
.content-timeline .text h2{
    margin-bottom: 15px;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.content-timeline .text p{
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 18px;
}


    .container-timeline .text a{
    text-decoration: none;
    color: #f19800;
  }
.content-timeline .img img{
width: 100%;
height: 75%;
max-height: 350px;
object-fit: contain;
}

.content-timeline .img img.doris{
  max-height: 300px;
  max-width: 300px;
}



/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
    top: 10px;
  }
  .container-timeline{
    padding: 10px;
  }

  .content-timeline{
    max-height: none;
    gap: 10px;
    padding: 15px 10px;
  }

  .container-timeline .text{
    width: 50%;
  }

  .container-timeline .text p{
    font-size: 14px;
  }


  .container-timeline .text h2{
    font-size: 14px;

  }

  .content-timeline .img{
    width: 50%;
  }
  .content-timeline .img img{
        width: 100%;
        min-width: 125px;
        height: auto;
        min-height: 100px;
        object-fit: contain;

}

.content-timeline .img img.doris{
  max-height: 200px;
  max-width: 200px;
}
  .left > .content-timeline{
    flex-direction: row-reverse;
}

/* Full-width container-timelines */
  .container-timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
    left: 20px;
    border: medium solid #EBEBEB;
    border-width: 10px 10px 10px 0;
    border-color: transparent #EBEBEB transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right container-timelines behave like the left ones */
  .right {
    left: 0%;
  }
}

@media screen and (max-width: 800px){


    .container-timeline::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -25px;
    background-color: black;
    top: 15px;
    border-radius: 50%;
    z-index: 1;


}


.container-timeline{
  padding: 20px 0 20px 45px
}

.timeline{
  padding: 0;}
}