@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	background-color: black;
}
p {
	font-family: Helvetica, Arial, sans-serif;
}

.footer {
	background-color: rgba(0,0,0,1);
	margin: 0 auto;
	padding: 1px;
}
.footer p {
	font-size:14px;
	color:rgba(153,153,153,1);
	text-align: center;
}
.footer a{
	color:rgba(153,153,153,1);
	text-decoration:none;
}
.footer img{
	display:none;
}

@media only screen and (max-width: 768px ) {
	.main {
	background: url(web.png) no-repeat top ;
	background-size: cover;
	height: 2000px;
}
	.featured h3 {
		padding: 0 5px;
		max-width: 400px;
		line-height: 2;
	}
	.featured p{
		padding: 0 5px;
		max-width: 300px;
		line-height: 2;
}


}