


#Nav {
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 900px;
	opacity: 0;
	display: none;
}

.Nav-Option {
	display: inline-block;
	width: 33.333%;
	text-align: center;
	font-family: 'Quicksand', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	opacity: 0.75;
	letter-spacing: 1px;
	cursor: pointer;
}

.Nav-Option:hover {
	opacity: 1;
}

.Nav-Option-Active {
	opacity: 1;
}




#ICON-Menu {
	display: block;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 1000;
	cursor: pointer;
}

#ICON-Menu:active {
	opacity: 0.5;
}



.Nav-Social-Icon {
	color: #000000;
	font-size: 14px;
	margin-left: 7px;
	opacity: 0.75;
}

.Nav-Social-Icon:hover {
	opacity: 1;
}