/**
body{
	 style="background-color:#dbe283"
}
**/
.banner {
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	max-width: 100%;
  	height: 450px;
  	background-color: black;
  	background-size: cover;
}

.bg-img h1{
	color: red;
}

.banner h1{
	font-size: 50px;
	top: 250px;
	left: 350px;
}

.big-text{
	font-family:lato;
	font-size: 20px;
	line-height:30px;
	color:#bfbfbf;
}

.lear span{
	font-size: 40px;
	text-shadow:  5px 5px black;
}

.para-top{

	line-height:200px;
}

.areas{
	background-color:#662900;
	color: white;
}
.anterior{
	color: #ffffcc;
}

.anterior{
	color: #ffffcc;
}

.posterior {
	color: #ffffcc;
}
.card-header{
	background-color: #ff8000;
}
.sethumathi{
	color: #ffffcc;
}
a:hover{
	color: blue;
}

