/*
Theme Name: RL Frank Septic
Text Domain: hello-elementor-child
Version: 1.0
Template: hello-elementor
Author: Ky Fike
Author URI: https://kyfike.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Custom CSS for offsetting anchor links */
.offset-anchor {
    position: relative;
    padding-top: 100px; /* Adjust the offset as needed */
    margin-top: -100px; /* Negative margin to offset the padding */
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}