@import url(desktop.css);
@import url(mobile.css);

html, body, * {	
	padding: 0;	margin: 0;	font-family: Arial;
}
body, #fullpage{
	position: relative;
}
a{
	text-decoration: none;
	color: #f00;
}
.hide{
	display:none;
}