body {
	color: #878787;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
p {
	color: #878787;
}



@media only screen and (min-width: 991px) and (max-width: 1199px) {
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 380px) {

}