body{
	text-align: center;
	color: azure;
	font-size: 16px;
	background-image: url("../img/bg-home.jpg");
	background-color: azure;
	
}
p{
	text-align: center;
	font-weight: bold;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 17px;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}