/*
Theme Name: Lambco
Theme URI: https://lambcommunities.com
Author: Grand Valley Digital
Author URI: https://lambcommunities.com
Description: Custom WordPress theme for Lamb Communities — manufactured home communities, available homes, rentals, financing, virtual tours, and resident resources.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lambco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Lambco is a custom theme. The compiled utility CSS lives in assets/css/tailwind.css
and is enqueued from functions.php; this file only needs to carry the required
theme header above plus a couple of WordPress-core rules Tailwind doesn't cover.
*/

.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text {
	position: absolute;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
.wp-caption { max-width: 100%; }
.wp-block-image img { height: auto; max-width: 100%; }


/* Homepage */

.hero-h1 {
	max-width: 600px;
}

/* Single Community */
.com-hero {
	height: 600px;
}
.com-inner {
	text-align: center;
    justify-content: center;
    align-items: center;
}

/* About */
.team-pic {
    height: 28rem;
}

.obj-set {
	object-position: 50% 26%;
}