body {
	background-color: rgba(0, 0, 0, .1);
}

main {
	background-color: #fff;
}

header {
	min-height: 42px;
}

.divider-top {
	height: 55px;
	background-color: rgba(0, 0, 0, .1);
	border-bottom: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
}

.divider-bottom {
	height: 55px;
	background-color: rgba(0, 0, 0, .1);
	border-top: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
}

.illustration {
	min-height: 500px;
}

.rainbow {
	color: linear-gradient(to right, #0033cc 19%, #00bbd6 43%, #0f61a9 57%, #009900 81%);
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.bg-image {
	/* The image used */
	background-image: url("bootstrap-docs.png");
	/* Add the blur effect */
	filter: blur(8px);
	-webkit-filter: blur(8px);
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-text {
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/opacity/see-through */
	color: white;
	font-weight: bold;
	border: 3px solid #f1f1f1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 80%;
	padding: 20px;
	text-align: center;
}


/**/

.jumbotron {
	position: relative;
	overflow: hidden;
}

.jumbotron .container {
	position: relative;
	z-index: 2;
	background: rgba(0, 0, 0, 0.2);
	padding: 2rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

.jumbotron-background {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

img.blur {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

.baseline-container {
	height: 42px;
	display: table-cell;
	vertical-align: bottom;
}

.baseline{
	letter-spacing: .1rem;
	color: #7f7f7f;
	line-height: 63px;
}
.baseline::before {
    content: "...";
    letter-spacing: 0;
    margin: 0 .4rem;
}
.baseline:first-child::before{
    margin: 0 .4rem 0 .6rem;
}

.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
	.rounded-lg-3 {
		border-radius: .3rem;
	}
}