/* Globals */
body {
	color: #646464;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	line-height: 1.4;
}
h1, h2 {
	font-size: 26px;
}

a {
	text-decoration: none;
}

p {
	font-weight: 300;
}
footer, footer a {
	color: #aaa;
}

.lead {
	font-size: 16px;
}

.title-letter-spacing {
	letter-spacing: 3px;
}

.hyper-title {
	font-size: 13px;
	text-transform: uppercase;
	color: var(--bs-secondary-color);
	letter-spacing: 1px;
}

.navbar {
	--bs-navbar-nav-link-padding-x: 12px;
}

.nav-item .nav-link {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.container {
	padding-left: 24px;
	padding-right: 24px;	
}

.bg-body-tertiary .list-group-item {
    background-color: rgb(var(--bs-tertiary-bg-rgb));
}

.bg-body-tertiary .list-group-item:hover {
	background-color: rgb(var(--bs-secondary-bg-rgb));
	
}

.btn {
    --bs-btn-padding-x: 36px;
    --bs-btn-padding-y: 16px;
    --bs-btn-font-size: 11px;
    --bs-btn-font-weight: 600;
    --bs-btn-line-height: 1.6;
}
/* Carousel */
.carousel {
	margin-bottom: 64px;
}

.carousel-caption {
	bottom: 50%;
    transform: translateY(40%);
	z-index: 10;
}

.carousel-caption h1 {
	color: white;
}

.carousel-caption p {
	color: white;
}

.carousel-item {
	height: 400px;
}

@media (min-width: 640px) {
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.4;
	}
}

@media (min-width: 992px) {
	.carousel-item {
		height: 400px;
	}
	h1, h2 {
		font-size: 32px;
	}
}