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

.default-1-156 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 5rem 0vw;
  position: relative;
  background: #ffffff; }
  .default-1-156 a {
    display: inline-block;
    text-decoration: none;
    outline: none; }
  .default-1-156 .no-padding {
    padding: 0px !important; }
  .default-1-156 .no-margin {
    margin: 0px !important; }
  .default-1-156 .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-156 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-156 .row-eq-height:before, .default-1-156 .row-eq-height:after {
    display: inline-block; }
  .default-1-156 .alt {
    display: flex; }
  .default-1-156 .heading-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0;
    text-align: center;
    font-weight: 300;
    color: #000000;
    font-size: 3.5rem; }
  .default-1-156 .gallery-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 1rem; }
  .default-1-156 .gallery-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    text-align: center;
    font-size: 3.5rem;
    color: #000000;
    font-weight: 300; }
  .default-1-156 .gallery-img-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0.5rem; }
  .default-1-156 .gallery-img {
    width: 100%;
    height: 195px;
    object-fit: cover;
    margin: 0px; }
  @media screen and (max-width: 480px) {
    .default-1-156 .row-eq-height {
      display: block; }
    .default-1-156 .col-xs-6 {
      width: 100%; }
    .default-1-156 .gallery-title {
      padding: 5rem 0; } }
@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: transparent;
  -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 transparent;
  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; }

/*# sourceMappingURL=default-1-156.css.map */
