/*
 * Copyright (c) 2025-2026 Tyler Anderson <stolenlan@gmail.com>
 * All Rights Reserved.
 */

.landing-set h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}

.fw-sec .container.marketing p.lead {
	opacity: 0.75;
}

.fw-sec .container.marketing ul {
	font-size: 1.3em;
}

.fw-sec .container.marketing i {
	opacity: 1;
}

.fw-sec .container.marketing em {
	opacity: 1;
}

.fw-sec .container.marketing strong {
	font-weight: 600;
	opacity: 1;
}

#baremetal ul {font-size: inherit;}

.bm-stack {
	background-image: url("images/bmc-dark.jpg");
	background-position: top left;
	background-size: cover;
	height: 320px;
	width: auto;
	max-width: 720px;
}

@media (prefers-color-scheme: light) {
	.bm-stack {background-image: url("images/bmc-light.jpg");}
}