.parallax {
	width:100%;
    background-attachment: fixed;
    height: 400px;
	display:none;
}

#social {
	display:none;
	margin:50px auto !important;
}

@media screen and (min-width: 768px) {
.parallax {
	height: 80%;
		background-attachment: fixed;
		background-position: 50% 0;
	-webkit-background-size: cover;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
		display:block;
}

#social {
	display:block;
	max-height:650px;
	min-height:inherit;
}

.social-container {
    height: 600px;
	overflow:hidden;
	width:100%;
	margin:0px;
	padding:0px;
}

.social {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}

#navsocial {
	margin:10px auto;
	list-style:none;
	padding:0px;
	width:200px;
}

#navsocial li {
	float:left;
	width:50px;
	height:50px;
}

#navsocial li a {
	display:block;
	text-align:center;
	font-size:40px;
	color:#000;
	text-decoration:none;
}

#navsocial li a:hover {
	text-decoration:none;
	color:#222;
}

}

