/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: Tiger12, LLC
Author URI: http://tiger12.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.5.25
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
originalCreator: RocketTheme (Gantry Framework)
currentDeveloper: Tiger12, LLC
*/
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6, strong, em {
 // color: inherit!important;
	 //font-family: inherit !important;
}
/* dentro Depicter, non ereditare il bianco di #g-showcase */
 #g-main h2{
  //color:  !important;
}

.depicter-revert .depicter-1-section-1  .depicter-bg-video::after{
  opacity: .3;
  filter: alpha(opacity=30); /* legacy fallback */
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(0,0,0,1);
  background-image: url(/wp-content/uploads/2026/01/pricingpattern.webp);
  background-repeat: repeat;
}

