/*===== Common Class =====*/
 
html {
	position: relative;
	min-height: 100%;
}

* {
	margin:0px;
	padding:0px;
}
body {
	font-size:20px;
	color:#231F20;
	background:#ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding:0px;
	line-height:1.5;
	letter-spacing:0em;
	font-family: 'General Sans';
	font-weight: 400;
}


/*=========================================*/
/* Elements css End  */
/*=========================================*/

#viewport {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#scroll-container {
	position: absolute;
	overflow: hidden;
	width: 100%;

}
