/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
body {
	/* prevent jump page on load (before calculation top navbar) */
	padding-top: 56px;
}
iframe {
	width: 100%;
	min-height: 700px;
}
.apachecon-banner {
	margin: 5px;
}
.header--banner-left.banner-left img, .header--banner-right.banner-right img {
	height: 80px !important;
}
.carousel-caption {
	background-color: color-mix(in srgb, var(--gray-dark) 60%, transparent);
}
.header {
  padding-top: .5rem;
}
.color-highlight {
	color: #cb2533;
	text-transform: uppercase;
}
.alignnone.img-responsive {
	display: inline-block;
}
/* Call for logo, need to be removed*/
.powered-preview {
	background-repeat: no-repeat;
	background-image: url('../images/logos/pb.png');
	background-position: 0 0;
	background-size: 200px;
	width: 200px;
	height: 200px;
	position: relative;
}
.powered-preview-logo {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 130px;
	position: absolute;
	height: 130px;
	width: 130px;
	top: 37px;
	inset-inline-start: 37px;
}
.example-image-link {
	display: block;
}
.install-steps {
	font-size: 20px;
	background: linear-gradient(to right, lime, green);
	color: white !important;
	max-width: 485px;
	font-weight: bold;
}
.install-steps a {
	color: white;
}
.install-steps .small {
	font-size: small;
	text-align: right;
}
.install-steps .step {
	background-repeat: no-repeat;
	padding-inline-start: 40px;
}
.install-steps .step.unpack {
	background-image: url(../images/box_open.png);
}
.install-steps .step.run {
	background-image: url(../images/world.png);
}
.copyright {
	text-align: center;
}
.om-callout {
	border: 1px solid rgba(0, 0, 0, .125);
	padding: .5rem !important;
	border-left-width: .25rem;
	border-radius: .25rem;
}
.grid-striped .row:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}
/**
 * commented for now
 **
@media (prefers-color-scheme: dark) {
	.bannerLeft img {
		content:url("../images/logo-dark.svg");
	}
}
*/
