.top{
	position: relative;
	width: 100%;
	height: auto;
	padding: 1%;
	color: white;

	z-index: 1;

	/* box-shadow: 0px 8px 8px 0px #000000; */
}

.top #pageName{
	font-weight: normal;
	position: relative;
}

/* mobile */
.top #pageName.Mobile{
	font-size: 24px !important;
}

.top #progressCourse{
	position: absolute;
	visibility: visible;
	opacity: 0;
	top: 16px;
	right: 76px;
	font-size: 15px;
	padding: 2px 3px;
}

/* mobile */
.top #progressCourse.Mobile{
	right: 10px;
}

.top #gameScore{
	position: absolute;
    visibility: visible;
    top: 0;
    right: 76px;
    font-size: 125%;
    padding: 10px;
    text-align: center;
    height: 56.59px;
    width: 150px;
    opacity: 1;
    text-shadow: 1px 0px #9999;
    background:
	linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
	linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
	linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
	linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
	linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
	linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
	background-color: #131313;
	background-size: 20px 20px;
	font-weight: bold;
}

/* mobile */
.top #courseName.Mobile{
	font-size: 24px !important;
}

.top .textContainer{
	font-weight: bold;	
	font-size: 20px !important;
	margin: 2px 0;
	width: 82%;
}

#menuButton{
	position: absolute;
	top: 0px; right: 1%;
	border-radius: 0 0 5px 5px;
	width: 50px; height: 50px;
	text-align: center;
	font-size: 30px !important;
	cursor: pointer;
	line-height: 1.5;

	z-index: 1;
}

#menuButton:hover{
	top: -1px;
}

#menuButton.Mobile{
	
	top: auto;
	bottom: 0;
	left: 0;
	border-radius: 0 100px 0 0;
	width: 100px; height: 100px;
	font-size: 50px !important;
	line-height: 2;
	padding-right: 20px;
	z-index:0;
}

#menuButton.Mobile:hover{
	top:auto;
}



#logo{

	position: relative;
	float: left;
    margin-right: 1%;
    padding-right: 1%;
	border-right: solid;
	text-align:center;
	height: 32px;

}