
body{
	min-width: 376px;
	max-width: 1600px; 
	margin: 0 auto; 
}
p { font-size: 1.1rem !important; }
header{
	padding: 1mm 0;
}
footer{
	padding: 10mm 10mm;
}
.service-list > li{
	font-size: 1.1rem;
}

.service-card{
	max-width: 12cm;
}
.service-card .p-1{
	background: rgb(255, 255, 255, 0.81);
	border-radius: 3px;
}
.active{ 
	text-decoration: underline 3px #dc3545;
	text-underline-offset: 5px;
}

.text-justify{
	text-align: justify;
}

.text-lime{ color: lime !important;}

.bg-blue{
	background-color: #191970;
	color: white;
}

.accordion a{
	padding-left: 0;
}

.card, .navbar, .gradient{
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 50%, rgba(255,255,255,1) 100%) !important;
}

.index-badges img{
	max-width: 1.5cm;
}

.tag{
	font-size: .9rem;
	font-weight: 400;
/*	color: #dc3545;*/
/*	color: lime;*/
/*	background-color: #332F2C;*/
/*	border: 2px solid #dc3545;*/
}

.price:after {
	content: ' \20BD';
}

.list-group-item{
	background: none !important;
}