/* for 1100px or less */
@media screen and (max-width: 1100px) {
.copyright {
	display:none;
}
.fb {
	margin-right:120px;
}
}
