[data-bs-theme="dark"] {
	--bs-body-bg: #15191d;
	--bs-body-bg-rgb: 33,37,41;
	--bs-heading-color: #fff;
}

body {
	--bs-body-font-family: Helvetica, Verdana, sans-serif;
}

.text-gradient {
	background: -webkit-linear-gradient(rgb(82,147,187), rgb(27,88,134));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.btn-outline-primary {
	--bs-btn-color: rgb(27,88,134);
	--bs-btn-border-color: rgb(27,88,134);
	--bs-btn-hover-bg: rgb(27,88,134);
	--bs-btn-hover-border-color: rgb(27,88,134);
	--bs-btn-focus-shadow-rgb: 27,88,134;
	--bs-btn-active-bg: rgb(27,88,134);
	--bs-btn-active-border-color: rgb(27,88,134);
}

.fs-extra-large {
	font-size: calc(1.625rem + 2.5vw);
}

h2 {
	font-size: 2.5rem;
}

header {
	padding-top: 9.5rem;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: var(--bs-color);
	transition: color ease 0.3s;
}

.btn {
	--bs-btn-font-size: 1.2rem;
}

/*.card {
	transition: box-shadow ease 0.3s;
}

.card:hover, .card:active, .card:focus {
	box-shadow: 0 0 20px rgba(30, 30, 30, .5);
}*/

button.active > p {
	color: rgb(27,88,134);
	transition: color ease 0.3s;
}

.carousel-indicators [data-bs-target] {
	text-indent: 0;
	height: 0;
}

footer a:hover, footer a:active, footer a:focus {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: underline;
}

.bg-gradient-blue {
	background: rgb(27,88,134);
	background: linear-gradient(45deg, rgba(27,88,134,1) 0%, rgba(82,147,187,1) 100%);
}

@media (min-width: 992px) {
	.position-lg-absolute {
		position: absolute;
	}
}
