.backsdc
{
background-image: url('../images/gsds19.png');
background-repeat: no-repeat;
background-position:center;
background-size: cover;
background-attachment: fixed;
}
.sdcover
{
color: #FFF;
background-color: rgba(0,0,0,0.7);
width: 100%;
height: 300px;
margin-top: -50px;
background-size: cover;
margin-bottom: -30px;
}
.para{
text-align: justify;
font-size: 18px;
}
.parali
{
	font-size: 18px;
}
.niche
{
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height:65px;
	margin-top: -8px;
}
@media only screen and (max-width: 800px) and (min-width: 200px) {

	.parali
{
	font-size: 14px;
}
.para{
text-align: justify;
font-size: 14px;
}
.sdcover
{
color: #FFF;
background-color: rgba(0,0,0,0.7);
width: 100%;
height: 700px;
margin-top: -50px;
background-size: cover;
margin-bottom: -50px;
}

.niche
{
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height:0px;
	margin-top: -5px;
}

	}