[class^="bi-"]::before, [class*=" bi-"]::before {		
	line-height: 1.2;
	padding-right: 5px
}

.carousel-indicators [data-bs-target] {
	opacity: 0.2;
}

.carousel-indicators .active {
	opacity: 1;
}


.bootbox-close-button {
	font-size: 1.2rem;
    line-height: 1.2;
    border: 1px solid #AAA;
    border-radius: 4px;
    padding: 1px 8px;
}

.btn-wide {
	width: 100%;
	max-width: 250px;
	margin-bottom: 10px;			
}
		
		
a {
	color: #428bca;
	text-decoration: none
}
a:hover {
	color: #2a6496;
	text-decoration: underline;
}

a.btn:hover {    
    text-decoration: none;
}

h1 {
	text-align: center;
}
p.text-justify {
	line-height: 26px;
	text-align: justify;
}