body {
	background: url('img/atlas-website-background.jpg');
  	background-repeat: no-repeat;
	background-size: cover;
}
.logo {
	width:100%;
	text-align:center;

}
.logo img {
	width:80%;
	max-width:600pt;
	margin:40pt;
}

h1 {
	text-align: center;
	color: white;
}

.controls {
	margin: 0 auto;
	display: grid;
	justify-content: space-around;
	grid-template-columns: 20% 20% 20%;
	grid-template-rows: auto;
	grid-auto-flow: row;
	background-color: rgba(0,0,0,0.6);
	position:fixed;
	top:70%;
	width:100%;
}
.control, .control a {
	text-align:center;
	color:white;
	font-size: 1.5em;

	font-family: baskerville-display-pt, serif;
	font-weight: 400;
	font-style: italic;
} 