/* INBICTOURS theme rules that complement the generated site.css. */

/* Thank-you page centring, formerly Customizer CSS aimed at the page builder container. */
.page-thank-you .ib-element.thank-you-content { text-align: center; }

/* Spam trap for the contact form; real visitors never see it. */
.ib-form-honeypot { display: none; }

/* The page is always at least the viewport height: header, content, then the footer
   pushed to the bottom edge. Content stays top-aligned. */
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
}
.ib-site-footer { margin-top: auto; }
