/*
Theme Name: Nelson Law Montana
Theme URI: https://nelsonlawmontana.com
Author: Nelson Law Firm
Author URI: https://nelsonlawmontana.com
Description: Custom WordPress theme for Nelson Law Firm, P.C. - Trial Lawyers in Billings, Montana
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nelsonlaw
Tags: law-firm, business, professional, custom-template

Nelson Law Montana is a professional law firm theme.
*/

/* Theme styles are loaded from assets/css/main.css */



.scroll-indicator {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.scroll-indicator:hover {
    transform: translateY(5px);
}

