:root{
	--first-color:rgb(21, 149, 210);
	--second-color:rgb(242, 164, 101);
}
.first-color{
	color:var(--first-color);
}
.second-color{
	color:var(--second-color);
}
.bg-first-color{
	background-color:var(--first-color);
}
.bg-second-color{
	background-color:var(--second-color);
}

.carousel-indicators li{
	height:15px;
	width:15px;
	border-radius: 50%;
	background:rgba(255,255,255,0.5);
}
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}





