.bricks-is-frontend.brx-body { display: grid; min-height: 100%; grid-template-rows: [header-start] auto [header-end content-start] 1fr [content-end footer-start] auto [footer-end]; & > header { grid-row: header; } & > main, & > article { grid-row: content; } & > footer { grid-row: footer; } } h1 span { color:#F74002; } h2 span, h3 span { color:#CF3502; } .show-overlay > .overlay { opacity: 1 !important; } .subtitle { color: #CF3502; font-size: 1.3rem; font-weight: 400; font-family: Catamaran; text-align: center; padding-bottom: 15px; }