/**
Theme Name: Redskaparna
Author: Extrude Interactive AB
Author URI: https://extrude.se
Description: Redskaparna a Hello Elementor Child-Theme made for Redskaparna
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: redskaparna
Template: hello-elementor
*/

html {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
  }

footer a {
    color: #fff;
}
footer a:hover {
    color: #aaa;
}


y-slide-container {
    height: 100vh;
    box-sizing: border-box;
    scroll-snap-align: start;
}