@charset "utf-8";
html,
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size: 20px;
	color: #1d1d1b;
}
a {
	text-decoration: none;
	color: #1d1d1b;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	height: 100%;
	display: table;
}
#wrapperInner {
	display: table-cell;
	vertical-align: middle;
}

.changa {
    font-family: 'Changa One';
}

.gochi {
    font-family: 'Gochi Hand';
}

.center {
	text-align: center;
}

.headline {
	font-size: 32px;
	color: #5b9dd5;
}

.more {
	color: #1b77a6;
}

.uppercase {
	text-transform: uppercase;
}


