body {
  font-family: "Josefin Sans", sans-serif;
}

.default-1-119 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 3rem 0vw;
  position: relative;
}
.default-1-119 a {
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.default-1-119 .no-padding {
  padding: 0px !important;
}
.default-1-119 .no-margin {
  margin: 0px !important;
}
.default-1-119 .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s linear;
  padding: 0rem 0 0 0;
  opacity: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.default-1-119 .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
}
.default-1-119 .row-eq-height:before,
.default-1-119 .row-eq-height:after {
  display: inline-block;
}
.default-1-119 .event-heading {
  width: 100%;
  text-align: center;
  margin: 0px 0 5rem 0;
  color: #2c363e;
  font-size: 6rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.default-1-119 .history-img-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-119 .history-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  margin: 0px;
}
.default-1-119 .history-details {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-119 .history-title {
  width: 100%;
  display: inline-block;
  color: #2c363e;
  font-size: 4.5rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  margin: 0px 0 2.5rem 0;
  letter-spacing: 1px;
  font-weight: 300;
}
.default-1-119 .history-desc {
  width: 100%;
  display: inline-block;
  margin: 0px 0 1.5rem 0;
  color: #888888;
  font-size: 1.7rem;
  line-height: 2.8rem;
  letter-spacing: 1px;
  font-weight: 300;
}
.default-1-119 .view-more-btn {
  outline: none;
  border: none;
  padding: 1.3rem 3rem 1.1rem;
  background: #1cbbb4;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 1rem 0 2.5rem 0;
}
.default-1-119 .details-img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  margin: 0px;
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .default-1-119 .row-eq-height {
    display: inline-block;
  }
  .default-1-119 .col-xs-6 {
    width: 100%;
  }
  .default-1-119 .history-img {
    height: 350px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .default-1-119 .row-eq-height {
    display: inline-block;
  }
  .default-1-119 .col-xs-6 {
    width: 100%;
  }
  .default-1-119 .history-img {
    height: 350px;
    margin-bottom: 3rem;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px;
}

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */
}

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}
