/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


#content2 {
  position: relative;
  background-color: var(--cnvs-body-bg);
}











@media (min-width: 992px) {
  .sticky-footer #content2 {
    z-index: 2;
  }