body {
	margin: 0;
	font-family: Avenir, Montserrat, sans-serif;
	background-color: #232323;
	text-transform: uppercase;
}

#header {
	background-color: #4782b4;
	height: 140px;
	text-align: center;
	color: white;
	font-size: 200%;
	padding: 20px 0;
	line-height: 1.1;
	}

h1 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	}

h4 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.tile {
	margin: 1.66%;
	width: 30%;
	padding-bottom: 30%;
	border-radius: 15%;
	background-color: #232323;
	float: left;
	transition: all 0.6s;
}

.menu {
	background: white;
	height: 30px;
	color: black;
	text-align: center;
}


button {
	background-color: white;
	border: none;
	height: 100%;
	font-weight: 700;
	color: #4782b4;
	font-size: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px;
	transition: all 0.6s;
}

button:hover {
	background-color: #4782b4;
	color: white;
}

.selected {
	background: #4782b4;
	color: white;
}

#progress {
	display: inline-block;
	width: 30%;
	font-size: inherit;
	font-weight: 600;
}

#gameboard {
	padding-top: 20px;
	max-width: 500px;
	margin: 0 auto;
}