/*
Theme Name: Park Saraland
Theme URI: https://park.webinclicks.com
Author: Park Saraland
Author URI: https://park.webinclicks.com
Description: Bootstrap landing theme for Park Saraland — parking & storage, Google Fonts (Outfit + DM Sans).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: park-saraland
Tags: custom-menu, custom-logo, one-column, bootstrap, parking
*/

/* Base — Bootstrap + theme.css handle layout */
body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main,
#main {
	flex: 1;
}

/* Custom logo in navbar */
.ps-navbar .custom-logo-link {
	display: inline-flex;
	align-items: center;
}
.ps-navbar .custom-logo-link img {
	max-height: 44px;
	width: auto;
}
