
.face00-heading {
	font-family: "Sometype Mono", monospace;
	font-optical-sizing: auto;
	font-style: normal;
}
.face00-header {
	background: #face00;
	border-bottom: 5px solid #000000;
}
.face00-nav {
	background: #face00;
	border-top: 1px solid #000000;
	text-align: center;
	padding: 15px 0;
}
.face00-nav a {
	font-family: "Sometype Mono", monospace;
	color: #000000;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	margin: 0 20px;
}
.face00-nav a:hover {
	text-decoration: underline;
}
.face00-name {
	text-align: left;
	color: #000000;
	text-decoration: none;
}
h1.face00-heading {
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	margin: 0;
	text-shadow: none;
}
h3.face00-heading {
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
	padding-left: 5px;
	text-shadow: none;
}
.service-opts p {
    font-size: 16pt;
    font-weight: 500;
    margin-top: 30pt;
    margin-bottom: 30pt;
}
.btn-face00 {
	background: #face00;
	color: #000000;
	font-size: 16pt;
	width: 100%;
	font-weight: 500;
}
.service-term {
	border: 1px solid #aeaeae;
	border-radius: 6px;
	display: inline-block;
	line-height: 18pt;
	margin: 5px;
	padding: 2px 20px;
}
.service-term:last-child {
	border: 0 none;
	display: block;
}

.container-fluid {
	--bs-gutter-x: 0;
}
.btn-primary {
    --bd-face00-bg: #face00;
    --bd-face00-rgb: 0, 0, 0;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-dark);
    --bs-btn-bg: var(--bd-face00-bg);
    --bs-btn-border-color: var(--bd-face00-bg);
    --bs-btn-hover-color: var(--bs-dark);
    --bs-btn-hover-bg: #ddb300;
    --bs-btn-hover-border-color: #ddb300;
    --bs-btn-focus-shadow-rgb: var(--bs-dark);
    --bs-btn-active-color:var(--bs-dark);
    --bs-btn-active-bg: var(--bd-face00-bg);
    --bs-btn-active-border-color: var(--bd-face00-bg);
}
.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}
