@import url("../nav/nav.css"); 
@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("banner.css");
@import url("floatup.css");
@import url("index_below.css");
@import url("scroll_to_target_anchor.css");

*{
	box-sizing:border-box;
	}
body {
	width: auto;
	margin: auto;
	line-height:auto;
	background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	overflow-x:hidden;
}
/*******************Disable menu**********************/
.disabled{
	pointer-events: none;
	opacity:0.5;
	}
/**/
/*******************Social Media**********************/
sm{
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index:99;
}
sm img{
	display:inline-block;
	width:42px;
	margin-right:5px;
	}	
sm img:hover{
	opacity:0.7;
	}
/*******************End Social Media**********************/

