@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("banner.css");
@import url("indexbelow.css");
*{
	box-sizing:border-box;
	}
body {
	width: auto;
	margin: auto;
}


.fa{
	display:inline-block;
	text-align:center;
	width:20px;}

	
@media only screen and (max-width: 777px) {	
.hilangdimobile{
	display:none;
	}


	
}