

#pullIconHolder {
	height: 75px;
	bottom: 0px;
	position: absolute;
	width: 100%;
}

#pullIcon {
	margin: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#mobileWindow {
	width: 100%;
	height: 120%;
	background-color: #696969;
}

#menuPanel {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#MenuButtonsBase {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.menuButton {}

.menuIconMobile {
	width: 100px;
	height: 100px;
	top: 40px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.menuTextMobile {
	width: 100%;
	text-align: center;
	top: 48px;
	position: relative;
	font-size: 35px;
	font-weight: bold;
	font-family: sans-serif;
}

.menuimageholderMobile {
    cursor: pointer;
    overflow: hidden;
}
.pageColumnMobile {
    position: absolute;
width: 100% !important;
height: 100% !important;
}