body {
  background-image: url("");
  background-repeat: repeat;
}
body {
    font-family: 'canada-type-gibson', sans-serif !important;
	font-weight: 100;
}
h1 {
	font-weight: 900;
}
h2 {
	font-weight: 600;
}
.character-blue {
	background-color: #00a2ff;
}
.select-pink {
	background-color: #ec33b1;
}
.character-blue-text {
	color: #00a2ff;
}
.select-pink-text {
	color: #ec33b1;
}
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;	 /* Chrome */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */

}
img {
	display: block;
}
.person {
	width: 128px;
	height: 384px;
	display: inline-block;
}
.person img {
	width: 100%; height: auto; margin: 0; padding: 0;
}