/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
html {
  	scroll-snap-type: mandatory;
	scroll-snap-points-y: repeat(100vh);
	scroll-snap-type: y mandatory;
}
/* .fusion-posts-container article {
	scroll-snap-align: start;
} */
.fusion-post-wrapper {
	scroll-snap-align: start;
	height: 100vh;
}