xxxxxxxxxx
/*Just define multiple CSS classes with the different state you want your
section in. Then use javascript to just add and remove the different classes
in the HTML with element.classList.remove("myClassName") and
element.classList.add("myClassName")*/