/*
 Theme Name: Purific Child Theme
 Theme URI: https://purific.com
 Description: Custom child theme for Spectra One created for Purific.
 Author: Purific
 Template: spectra-one
 Version: 1.0.0
 Text Domain: purific-child
*/


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

section {
	scroll-snap-align: start;
}
footer {
  scroll-snap-align: end;
}
header {
  scroll-snap-align: end;
}
*/

.form-sub {
width: 100%!important;
background-color: #00D1FB!important;
}