html, body {
	height: 100%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

html {
    display: table;
    margin: auto;
}

body {
    background-color: #dddddd;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.topbar {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(83, 86, 105, 0.5);
	text-align: center;
	width: 100%;
}

.topbar a {
	display: block;
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
	color: #535669;
	font-weight: bold;
	font-size: 0.8em;
}

#bowling {
    display: block;
    margin: auto;
    background: pink;
}

.head {
	border-color: #685353;
}

.ctabtn {
	background: #ebb60c;
	border: solid 1px #ebb60c;
	color: #111;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 30px;
	cursor: pointer;
	text-decoration: none;
}

img.rounded {
	border-radius: 50%;
}