@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("home.css");
@import url("promotions.css");
body {
	width: auto;
	margin: auto;
	background-color: #010101;
}

hawkerstall{
	position:fixed;
	bottom:0px;
	right:0px;
	width:150px;
	z-index:9999;
		-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
	}
hawkerstall img{
	width:100%;
	}
hawkerstall:hover{
	width:180px;
}

.fixedwidth{
	width:80px;
	display:inline-block;
	}
	
@media only screen and (max-width: 905px) {
	hawkerstall{
	width:100px;
	}
}
