/*
 Theme Name:   IROHA Child Theme
 Theme URI:    https://leokawa.design
 Description:  Use this child theme to extend Bricks.
 Author:       studio leokawa
 Author URI:   https://leokawa.design
 Template:     bricks
 Version:      1.1
 Text Domain:  iroha
*/

/* Footer reveal: footer sits fixed at the bottom, content slides over it */
#brx-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#brx-content {
  position: relative;
  z-index: 1;
}
