@import "desktop_landscape.css" screen and (min-width: 960px); 
@import "tablet_portrait.css" screen and (max-width: 810px);
@import "tablet_landscape.css" screen and (min-width: 992px) and (max-width: 1080px);
@import "smartphone_portrait.css" screen and (max-width:414px);
@import "smartphone_landscape.css" screen and (min-width: 667px) and (max-width: 926px); 

@font-face { font-family: "Uberform"; src: url("Uberform.ttf"); }

html, body {
	color: #000;
	font-family: 'Arial', serif;
	height:100%;
	padding:0;
    margin: 0;
}

div { margin: 0; padding: 0; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }

