@font-face {
  font-family: GRM;
  src: url(GroteskRemix-Medium.woff2);
}
/*@font-face {
  font-family: GRMH;
  src: url(GroteskRemix-Bold.woff2);
}*/



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

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

a.general:link { color: #fff; text-decoration: underline; }
a.general:visited { color: #fff; }

.textcontent { padding: 5%; }
.imagecontent img { width: 100%; }

h1 { font-size: 60px; }

/*h1,h2 { font-family: GRMH; }*/

div.imagecontent { padding: 0; }

.captionentter {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  right: 10px;
  background: #000;
  border-radius: 10px;
}
.small { font-size: 14px; padding: 0 8px;
	color: #ccc;
}

img { 
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated;                 /* Universal support since 2021   */
    image-rendering: optimize-contrast;         /* CSS3 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: 30px; }
  	body { font-size: 24px; }
}

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