a:hover, button img{
	cursor: url(../res/Shared/Pointer4.png),auto;
}

.menu{
	z-index: 999;
}

.topLP{
	position: fixed;
	padding-top: 1.5rem;
	padding-left: 1.5rem;
}

.topLP img{
	width: 1.25rem;
}

.menu button, .menu-overlay .menu button{
	float: right;
	border: 0;
	margin-top: 1.5rem;
	margin-right: 1.5rem;
	background: transparent;
}

button{
	padding: 0;
}

.menu button img{
	width: 1.75rem;
}
@media all and (max-width: 768px){	
	.menu button img {
		width: 40px;
	}	
}
@media only screen and (max-device-width: 768px) and (orientation:portrait){	
	.menu button img {
		width: 70px;
	}	
}
.menu{
	position: fixed;
	width: 100%
}

.menu-overlay{
	/* opacity: 0; */
	z-index: 999;
	display: none;
	background-color: rgba(0, 0, 0, 0.98);
	width: 100%;
	height: 100%;
	position: fixed;
}

.nav-link-top{
	margin-top: 25vh
}

a.nav-link {
	text-align: center;
	text-decoration: none;
	font-family: roboto-regular, Arial, sans-serif;
	font-size: 2rem;
}
@media screen and (max-device-width: 768px){
	.nav-link-top {
		margin-top: 15vh !important;
	}	
    a.nav-link {
        font-size: 4rem;
    }
}	
a.nav-link:link{
	text-decoration: none;
	color: white;
}

a.nav-link:visited{
	text-decoration: none;
	color: white;
}

a.nav-link:hover{
	text-decoration: none;
	color: grey;
}

a.nav-link:active{
	text-decoration: none;
	color: grey;
}