/*
Theme Name: Billingsley Creative Child
Template: Divi
Version: 1.0
*/

/* Your custom CSS goes below */

/* ===== START: Enable smooth scrolling and snap-scrolling effect for full-screen Divi sections ===== */

html, body {
  scroll-behavior: smooth;
  height: 100%;
  overflow-y: scroll;
}

.et_pb_section {
  height: 100vh;
  scroll-snap-align: start;
}

body {
  scroll-snap-type: y mandatory;
}


/* ===== END: Enable smooth scrolling and snap-scrolling effect for full-screen Divi sections ===== */


