/*
Theme Name: CNS 2026
Author: John Purdy
Description: College of Natural Sciences 2026 theme for WordPress.
Requires at least: 6.8
Tested up to: 7.0.4
Requires PHP: 8.2
Version: 0.1.5
License: Proprietary
Text Domain: cns-2026
*/

.wp-block-separator.is-cns-height-stretch {
	height: stretch !important;
}

/* Keep footer at viewport bottom on short pages. */
.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wp-site-blocks > main {
	flex: 1 0 auto;
}

/* Adjust the stock responsive navigation menu */
.disable-default-overlay .wp-block-navigation__responsive-container-close {
	color: #FFF; /* Todo: Adjust to Theme color */
    top: 81px; /* Todo: Adjust to measuring the height of the header */
}

.wp-block-navigation__responsive-container-open::after {
    content: 'Menu';
    line-height: 2;
    padding-left: 0.5rem;
}   