.custom-header-overlay {
        background-color: rgba(0, 0, 0, 0.2);
      }

.custom-header .wrapper:before {
        background-image: url(../img/2019/10/cropped-Mar-Serra-BW.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
      }

.site-title a,
      .site-description {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
      }

/* If html does not have either class, do not show lazy loaded images. */
      html:not(.jetpack-lazy-images-js-enabled):not(.js) .jetpack-lazy-image {
        display: none;
      }

/* CWT Social Icons Custom CSS */
      .catchwebtools-social .genericon::before {
        font-size: 32px;
      }
      .catchwebtools-social .genericon:hover {
        color: #504f4f;
        text-decoration: none;
      }
      .catchwebtools-social .genericon {
        width: 32px;
        height: 32px;
        color: #504f4f;
      }

.social-floating-navigation {
        top: 680px;
      }
