@IMPORT URL("general.css");
@IMPORT URL("desktop_laptop.css");

@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BebasRegular';
    src: url('font/BEBAS___-webfont.eot');
    src: url('font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BEBAS___-webfont.woff') format('woff'),
         url('font/BEBAS___-webfont.ttf') format('truetype'),
         url('font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'capriolaregular';
  src: url("fonts/capriola/capriola-regular-webfont.eot");
  src: url("fonts/capriola/capriola-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/capriola/capriola-regular-webfont.woff") format("woff"), url("fonts/capriola/capriola-regular-webfont.ttf") format("truetype"), url("fonts/capriola/capriola-regular-webfont.svg#capriolaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,body{
 	font-family: 'BebasRegular';
	width:100%;
	height:100%;
}

nav a {
	text-decoration:none;
}

nav a: hover {
	text-decoration:none;
	color: white;
}

