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

.default-1-100 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 3rem 0vw;
  position: relative;
  text-align: center;
}
.default-1-100 a {
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.default-1-100 .no-padding {
  padding: 0px !important;
}
.default-1-100 .no-margin {
  margin: 0px !important;
}
.default-1-100 .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-100 .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
}
.default-1-100 .row-eq-height:before,
.default-1-100 .row-eq-height:after {
  display: inline-block;
}
.default-1-100 .alt {
  display: flex;
}
.default-1-100 .event-heading {
  width: 100%;
  text-align: center;
  margin: 0px 0 0px 0;
  color: #483b33;
  font-size: 3rem;
  font-weight: 300;
}
.default-1-100 .title-bottom-border {
  display: inline-block;
  margin: 2rem 0 2.8rem 0;
  padding: 0px;
  background: #0aaca7;
  width: 310px;
  height: 2px;
}
.default-1-100 .event-main {
  width: 100%;
  margin: 0px 0 3rem 0;
  text-align: left;
  padding: 9px;
  border: 2px solid #cbcbcb;
  border-radius: 2px;
}
.default-1-100 .event-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin: 0px;
}
.default-1-100 .event-date {
  width: 100%;
  float: left;
  margin: 2rem 0 0.5rem 0;
  font-size: 20px;
  color: #323232;
  font-weight: 300;
}
.default-1-100 .event-desc {
  width: 100%;
  font-size: 13px;
  color: #686868;
  margin: 0px;
  line-height: 1.8rem;
  font-weight: 400;
}
.default-1-100 .more-link {
  width: 100%;
  margin: 8px 0 0 0;
  font-size: 14px;
  text-decoration: none;
  color: #0aaca7;
  line-height: normal;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .default-1-100 .row-eq-height {
    display: inline-block;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .default-1-100 .row-eq-height {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .default-1-100 .row-eq-height {
    display: inline-block;
  }
  .default-1-100 .col-xs-6 {
    width: 100%;
  }
}
@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;
}

.default24 {
  position: relative;
}
/*#header3 .banner2 {color: #000;}*/
.default24 .wrapper.image1 .container {
  padding: 0 15px;
}
.default24 .wrapper.image .bg1 {
  position: relative;
}
.default24 .wrapper.image .bg1 img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.default24 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
