/**
 * Theme Name: Knox Makers
 * Template:	 twentytwentyfive
 * ...other header fields
 */

.home-rect-tile {
	width: 350px;
		max-width: 350px;
		text-align: center;
}

.home-rect-tile img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 1px solid black;
	margin-bottom: 0;
	padding-bottom: 0;
}


.home-rect-tile h2 {
	margin: 0;
	padding: 10px;
	background-color: green;
	color: white;
	margin-top: -40px !important;
	width: 330px; /* 350px minus 10px margin times two */
}

.home-rect-tile h2 a {
	text-decoration: none;
}

.km-red {
	color: #b80f14;
}

.km-red-bg {
	background-color: #b80f14;
}

figure.km-icon img {
	display: inline;
	width: 50px;
	height: 50px;
}

/* Main Navigation */

.nav-container {
	padding: 0 !important;
}

nav {
	gap: 0;
}

nav ul li, nav ul {
	min-height: 50px;
}

nav ul li span {
	padding: 5px;
	margin: 0;
}
nav ul li.wp-block-navigation-item:hover {
	background-color: #333;
}

nav ul li.wp-block-navigation-item.current-menu-item {
	background-color: #b80f14;
}

nav.wp-nav li.wp-block-navigation-item  {
	padding: 18px 0 18px 0 !important;
	/*border: 1px solid #fff !important;*/
}

nav ul li a.wp-block-navigation-item__content {
	text-decoration: none;
	padding: 8px;
}

nav li.wp-block-navigation-item button.wp-block-navigation-submenu__toggle {
	display: none;
}
/* End Main Navigation */

.cover-heading-text {
	text-shadow: 2px 2px 5px #333;
}

.cover-heading-text a {
	text-decoration: none;
}

.home-join-button {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 12px 0 rgba(0,0,0,0.19);
}

.home-join-button a {
	border-radius: 0;
}

.wp-block-pullquote {
	background-image: url( "/wp-content/uploads/2025/07/km-quote.png" );
	background-repeat: no-repeat;
	background-origin: content-box;
	padding: 25px;
	line-height: 1.5em;
}

.km-avatars{ 
	text-align: center;
}
.km-avatars h4 {
	margin-bottom: -18px;
}