
  body { background-color: #151215; color: #aea9ad; font-family: "Verdana"; font-size: 16px; font-weight: 400; line-height: 1.5; }

  .custom-underline,
  .custom-underline:hover,
  .custom-underline:focus,
  .custom-underline:active {
  color: #fff;
  text-decoration: none;
  }

  .custom-underline::after {
    content: "";
    position: absolute;
    top: 75%;
    height: 2px !important;
    width: 100%;
    left: 0%;
    background-image: -webkit-linear-gradient(90deg, #ebebec, #37154e);
    transition: 0.4s ease-out all .1s;
  }

  .site-footer { background-color: #1b181b; padding-top: 80px;padding-bottom: 0px; }

  .button {
    padding: 10px 20px;
    margin-bottom: 30px;
    border: 2px solid #ebebec;
    position: relative;
    color: #ebebec;
    font-family: "NexaBold";
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  .gallery-item figure figcaption {
    background-color: #1b181b;
    padding: 15px 20px 17px;
    position: relative;
  }

  .gallery-item figure .gallery-title {
    margin: 0;
    font-size: 13px;
    font-family: "NexaBold";
    color: white;
    font-weight: 400;
}

    