@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("home.css");
body {
	width: auto;
	margin: auto;
	overflow-x:hidden;
}

contact{
	display:inline-block;
	width:100px;
	}
contact:after{
	content:' : ';
	float:right;
	}

callus{
	position:fixed;
	bottom:-25px;
	right:0px;
	width:100px;
	z-index:99999999;
		-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;
	}
callus img{
	width:100%;
	}
callus:hover{
	bottom:0px;
}
.fa-whatsapp{

	color: #3C0;
	font-size: 120% !important;
}
	
@media only screen and (max-width: 640px) {
	callus{
	width:120px;
	}
	
	.begone{
		display:none;}

}
