body {
	color: #444;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}

.w-600 {
	max-width: 600px;
}

.w-400 {
	max-width: 400px;
	
}

h1, h2, h3 {
	color: #222;
	text-transform: uppercase;
	margin-bottom: 0.5rem; 
}

h1 {
	margin-bottom: 2.5rem; 
}

h4 {
	color: #444;
	font-size: 20px;
	font-weight: 200; 
}

p {margin-bottom: 2rem; }

footer {
	height: 130px;
}

.menu {
	margin-top: 3rem;
}

.claim {
	margin-top: 3rem;
	font-weight: 200;
}

.claim h4 {
	font-size: 18px;
	line-height: 1.5rem;
}

.menu a {
	margin-right: 0.3em;
	margin-left: 0.3em;
	text-decoration: underline;
	text-transform: uppercase;
	color: #444;
	font-weight: 400;
}

.top-bar {
	background-color: rgba(0, 0, 0, 0.1);
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.top-disclaimer {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.item {
	margin-top: 5rem;
}

.item:first-of-type {
	margin-top: 1rem;
}

.price {
	font-size: 22px;
	font-weight: 400;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.item table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.item table td:first-of-type {
	font-size: 20px;
	font-weight: 400;
	padding-right: 1rem;
}

.carousel-control-next, .carousel-control-prev {
	width: 50%;
		
}

.carousel-indicators [data-bs-target]{
	opacity: 0.3;
	background-color: #777;
}

.carousel-indicators .active {
	opacity: 1;
}
	
	