body {
	width: 800px;
	margin: 0 auto;
    background-color: darkgray;
    margin-top: 20px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: initial;

}

textarea {
	width:800px;
	padding:0;
}

.placeholderstuff{
    background-color: #191616;
    color: #EAEAFB;
    height: 300px;
}

.canvas-wrapper {
	position:relative;
	width:800px;
	height:600px;
}

.main-menu, .level-select{
	position:absolute;
	top: 0px;
	color:white;
	width: 100%;
	text-align: center;
	width:800px;
	height:600px;
	//background-color: #191616;
}

.level-select{
	background-color: #191616;
}

.main-menu h1 {
	width:100%;
	font-size: 5em;
}

.credits{
	position:absolute;
	top: 0px;
	color:white;
	width: 100%;
	text-align: center;
	width:800px;
	height:600px;
	background-color: #191616;
}

button{
    padding: 5px;
    margin: 5px;
}

audio{
	position: absolute;
    bottom: 0;
}
ul {
	list-style-type: none;
    padding: 0;
}

.arrow-up {
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	
	border-bottom: 20px solid blue;
}

.arrow-down {
	position: absolute;
	top: -50px;
	width: 0; 
	height: 0; 
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	
	border-top: 20px solid blue;
}

.circle {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      background: red;
      position: relative;
      display:inline-block;
      margin: 35px 104px 10px 10px;
    }

.subtitle{
	position: absolute;
    top: -12px;
    left: -10px;
    width:180px;
}

.left-wrap {
	position: absolute;
    left: 15px;
}

.right-wrap {
	position: absolute;
    left: 15px;
}

.play {
	font-size: 35px;
	margin-top: 35px;
}

body .highlight.play:hover {
	font-size: 40px;
}

body .highlight:hover {
	font-size:30px;
}
.game-back{
    position: absolute;
    bottom: 5px;
    right: 10px;
}



.levelSelectTitle {
	margin-top: 0px;
	margin-bottom: 33px;
}

.levelSelectThumb {
	width: 159px;
	height: 119px;
	position: relative;
	display:inline-block;
	margin: 0px 0px 22px 25px;
}
