@import url(https://fonts.googleapis.com/css?family=Norican);


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* general typography and basics
####################################################################################
*/

body {
  font: 13px;
  color: #222;
  margin: 0;
  padding: 0;
  background: #fff;
  height: 100%;
  width: 100%;
}

h1, 
h2, 
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 1em;
  font-family: "Open Sans", Arial, sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 13px;
}

a:link { color: #3F72D8; text-decoration: none; }
a:visited { color: #3F72D8; text-decoration: none; }
a:focus, a:active { color: #3F72D8; text-decoration: none; }

.gwt-hyperlink {
  cursor: pointer;
}

ul {
  list-style: none;
}

ol {
  line-height: 1.6em;
}

p {
  margin-bottom: 1em;
  line-height: 1.4em;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after{
  content: "";
}

q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

fieldset {
  display: block;
}

#wrapper {
	display: grid;
	place-items: center;
	height: 100%;
}

#wrapper2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.box {
	flex: 0 0 250px;
	align-self: center;
	margin: 5px;  

	text-align: center;
	font-family:'Conv_AlumFreePromotional',Sans-Serif;
	font-size: 80px;
}

.w { color: #1656df; }
.e { color: #ba08bd; }
.g { color: #147106; }