@font-face {
  font-family: Cartograph;
  src: url(Cartograph-Sans-CF.otf);
}

body { 
	background-color: #000; color: #fff; font-size: 30px;
	font-family: "Cartograph", sans-serif;
}

a:link { color: #fff; text-decoration: underline; }
a:visited { color: #fff; }
a:hover, a:active { color: #fff; }
a:active { color: #fff; }

.first { padding: 5%; }
.second img { width: 100%; }

h1 { font-size: 60px; }
div.second { padding: 0; }

.small { font-size: 14px; text-align: left; padding-left: 8px;
	color: #ccc;
}

img {
  image-rendering:optimizeSpeed;             /* Legal fallback */
  image-rendering:-moz-crisp-edges;          /* Firefox        */
  image-rendering:-o-crisp-edges;            /* Opera          */
  image-rendering:-webkit-optimize-contrast; /* Safari         */
  image-rendering:optimize-contrast;         /* CSS3 Proposed  */
  image-rendering:crisp-edges;               /* CSS4 Proposed  */
  image-rendering:pixelated;                 /* CSS4 Proposed  */
  -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}


/* SMARTPHONES (portrait and landscape) ----------- */
@media only screen
  and (min-width : 320px)
  and (max-width : 640px) {
  	.first { padding: 3%; }
  	h1 { font-size: 28px; }
    body { font-size: 16px; }
    .small { font-size: 11px; }
}

/* TABLETS (portrait and landscape) ----------- */
@media only screen
  and (min-width : 641px)
  and (max-width : 1366px) {
  	h1 { font-size: 50px; }
  	body { font-size: 24px; }
}

/* 1080p ----------- */
@media only screen
  and (min-width : 1441px)
  and (max-width : 1920px) {
}