@font-face {
	font-family: 'HelveticaRounded';
	src: url('../fonts/HelveticaRoundedLTStd-Black.eot'); /* IE9 Compat Modes */
	src: url('../fonts/HelveticaRoundedLTStd-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/HelveticaRoundedLTStd-Black.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/HelveticaRoundedLTStd-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/HelveticaRoundedLTStd-Black.svg#101eba6fcd2b57dd88e7b115935987df') format('svg'); /* Legacy iOS */

	font-style: bold;
	font-weight: 700;
}

#buttons {
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1em;
	position: absolute;
}

#buttons a {
	transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    color: #fff;
    padding: 0;
    font-size: 2em;
    line-height: 2em;
    margin: 0 0.3em;
}

#buttons a i {
    width: 1.5em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    vertical-align: baseline;
	background-image: url(../images/buttons/replay.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
}

#buttons a:hover {
	transform: scale(1.15);
}

#btn-save {
    display: none;
}

#btn-save.active {
	display: inline-block;
}

#btn-replay {
    display: none;
}

#btn-replay.active {
	display: inline-block;
}

#game {
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

canvas {
	margin: 0 auto;
}


#fontPreload {
	position: absolute;
	left: -1000px;
	font-family: HelveticaRounded;
}