body {
	margin: 0;
	background-color: #222;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
a:link { color: rgb(156, 217, 255); }
a:visited { color: #be9edb; }
a:hover { color: #ffffff; }
a:active { color: #ff7f7f; text-decoration:none; font-weight:normal; }

.wrapper {
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	perspective: 10px;
}

.header {
	position: relative;
	z-index: 10;
	display: flex;
	transform-style: preserve-3d;
	transform-origin: 90% 0%;
	height: clamp( 400px, calc( 100vw / 1600 * 1800 ), 1500px );
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

div.title {
	position: absolute;
	top: 25%;
	display:flex;
	height: auto;
	white-space: nowrap;
	transform: translateZ(0.00001px) scale(1);
}
/* div.title div {
	object-fit: contain;
	width: 100px;
	height: auto;
} */
#img-dart-logo {
	width: clamp( 50px, 8vw, 100px);
	height: auto;
}
h1.title {
	font-family: Georgia, 'Times New Roman', Times, serif;
	position: relative;
	color: white;
	text-shadow: 0 0 5px black;
	font-size: clamp(2.2rem, -0.825rem + 6.8vw, 5rem);
	margin-left: 10px;
}

.background, .foreground {
	position: absolute;
	object-fit: cover;
	width: 100%;
}

.background {
	transform: translateZ(-10px) translateY(-200px) scale(2);
	top: 0;
}

.foreground {
	transform: translateZ(-6px) translateY(-160px) scale(1.6);
	top: 0;
}

div.content {
	position: relative;
	background-color: #222;
	/* font-size: 1.15rem; */
	padding: 1rem;
	color: white;
	min-height: 2000px;
	transform: translateZ(0) scale(1);
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
	z-index: 80;
}

ol.alpha {
	list-style-type: lower-alpha;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
li {
	margin: 10px 0;
}
div.img-far1 img {
	width: clamp( 300px, 85vw, 800px );
	height: auto;
}
div.img-far2 img {
	width: clamp( 300px, 85vw, 800px );
	height: auto;
	margin-left: 8px;
}
.footnote {
	font-style: italic;
	color: rgb(136, 136, 136);
	font-size: .85rem;
}

/* .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-disabled-opacity: 0.65;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
} */
.btn.btn-sm {
	font-size: .9rem;
}
.btn-primary{
	--bs-btn-color:#fff;
	--bs-btn-bg:#0d6efd;
	--bs-btn-border-color:#0d6efd;
	--bs-btn-hover-color:#fff;
	--bs-btn-hover-bg:#0b5ed7;
	--bs-btn-hover-border-color:#0a58ca;
	--bs-btn-focus-shadow-rgb:49,132,253;
	--bs-btn-active-color:#fff;
	--bs-btn-active-bg:#0a58ca;
	--bs-btn-active-border-color:#0a53be;
	--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color:#fff;
	--bs-btn-disabled-bg:#0d6efd;
	--bs-btn-disabled-border-color:#0d6efd
}
.btn-sales {
	margin: 0;
	padding: 0;
    --bs-btn-font-weight: 400;
    --bs-btn-color: rgb(156, 217, 255);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: #ff7f7f;
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #c0c5c9;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}
.btn-link:hover {
	color: #ffffff;
}
.footnote .btn-link {
	font-style: italic;
}
@media (max-width: 500px) {
	.div-tbl-pricing {
		max-width: 100%;
	}
}


@media (min-width: 501px) {
	.div-tbl-pricing {
		max-width: 501px;
	}
}

.text-sm {
	font-size: .9rem;
}
.accordion-body {
	padding-left: 6px;
}
.divfloatimg250 {
	width: clamp(125px, 40vw, 250px)
}
.divminh250 {
	min-height: clamp( 125px, 40vw, 250px );
}
.divfloatimg150 {
	width: clamp(75px, 25vw, 150px)
}
.divminh150 {
	min-height: clamp( 75px, 25vw, 150px );
}
.justify {
	text-align: justify;
	text-justify: inter-word;
}

#DivContent {
	position: relative;
}
.contentArea {
	position:relative;
}

.contentWatermark {
	position:absolute;
	width: 95%;
	left: 0; 
	right: 0; 
	margin-inline: auto;
	max-width: 750px;
	height: auto;
	opacity: 0.08;
}
@media (prefers-color-scheme: dark) {
	.contentWatermark {
		opacity: 0.08;
	}
}

#SpanContentPoliceDart{
	font-size: 1.6rem;
	font-weight: bold;
}
