/*
* Custom CSS
*/

:root {
	--bs-body-bg: var(--bs-gray-100);
}

/* GLOBAL STYLES
------------------------- */
body {
	padding-top: 0;
	padding-bottom: 3rem;
	color: rgb(var(--bs-tertiary-color-rgb));
	/*background: #efd7c9;*/
	background: #fff;

}

h2, h3 {
	color: #666;
}

.ico {
	background: #fff;
	padding: 15px 10px;
	padding-bottom: 5px;
	border: 1px solid #eee;
	border-bottom: 8px solid #ddd;
	border-radius:8px;
}

.jumbotron {
	background: #f6f6f6;
	padding: 2em 0;
}

.col-red-1 {
	color: #a91a1b;
}

.fs-2em {
	font-size: 2em;
}

.program {
	font-size: 4.2em;
	color: #eee;
	margin-bottom: 1em;
	letter-spacing: -.1em;
}

a.special:link {
	color: #5d619b;
	font-weight: bold;
	text-decoration: none;
}

a.special:visited {
	color: #3d66ac;
	text-decoration: none;
}

a.special:hover {
	color: green;
	text-decoration: underline;
}

a.special:active {
	color: #000;
	text-decoration: none;
}

.maxw140 {
	max-width: 140px;
}

.maxw170 {
	max-width: 170px;
}

.maxh100 {
	max-height: 70px;
}

.bgfff {
	background: #fff;
}

.brdrad8 {
	border-radius: 8px;
}

/* MARKETING CONTENT
------------------------- */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

/* Featurettes
------------------------- */
.featurette {
	background: #fff;
	padding: 2em;
	box-shadow: 4px 4px 4px #eee;
	border: 1px solid #f5f5f5;
	border-radius: 12px;
}

.featurette img {
	border-top: 14px solid #aaa;
}

.featurette-divider {
	margin: 5rem 10rem;
	border: 7px solid #e8e8e8;
	border-radius: 8px;
}

.featurette-heading {
	letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	line-height: 1.4;
	}

	.featurette-heading {
	font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
	margin-top: 7rem;
	}
}
