#menu-icon {
	display: hidden;
	width: 50px;
	height: 50px;
    background-image: url(../images/menu-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
}

nav {
	width: 63%;
	display: table;
	table-layout: fixed;
	mix-blend-mode: overlay;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 5px solid rgba(0,0,0,1);
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none; /* this creates the space between the navigation on the content below */
	display: table-row;
	font-size: 1em;
	text-transform: uppercase;
	font-family: 'Oswald', "sans-serif;";
	margin: 0px auto;
	padding: 0px;
}
nav ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	display: table-cell;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

nav ul li a {
	color: rgba(0,0,0,1.00)!important;
	mix-blend-mode: overlay;
	display: block;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

nav ul li a:hover{
	color: #fff;
	mix-blend-mode: normal;
}
nav ul li:hover{	
	background-color:rgba(0,0,0,1.0);
	mix-blend-mode: overlay;
}
nav ul li a   { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
}
nav ul li a:link, nav ul a:visited    { /* this changes the background and text color for both mouse and keyboard navigators */
	text-decoration: none;
}
nav ul li a:hover, ul a:active, ul a:focus {
	color:rgba(255,255,255,.75)!important;
	text-decoration: none;
}
nav ul a {
	zoom: 1;
}  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */

nav ul li.currentPage {
	background-color: rgba(0,0,0,1.00);
	background-blend-mode: overlay;
	color: rgba(255,255,255,.7);
	z-index: 999;
	mix-blend-mode: normal;
	will-change: opacity;
}
nav ul li.currentPage:hover{
	pointer-events: none!important;
}
nav ul li.currentPage a:hover {
	pointer-events: none!important;
}
@media only screen and (max-width : 1024px) {
#menu-icon {
	display: inline-block;
	position: absolute;
	top: 0px;
}
nav{
	width: 100%;
	position: static;
	left: 0px;
	margin-left: 0px;
	border: none;
	background: #fff;
	mix-blend-mode: normal;
}
nav ul, nav:active ul {
	display: none;
	position: absolute;
	padding: 20px;
	left: 0px;
	top: 0;
	width: 300px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	mix-blend-mode: normal;
}
nav li {
	float: left;
	width: 150px;
	padding: 30px;
	margin: 0 20px 0 40px;
	height: 40px;
	font-size: 1.2em;
	line-height: 2em;
	clear: right;
	background: rgba(255,255,255,0.8);
	mix-blend-mode: normal;
}
nav ul li {
	border:none;
	mix-blend-mode: normal;
}
	nav ul li a {
	color: rgba(254,3,194,1.00)!important;
		mix-blend-mode: normal;
	}
nav:hover ul {
	display: block;
}
	nav ul li:hover{
		background: rgba(254,3,194,1.00);
		mix-blend-mode: normal;
	}
nav ul li.currentPage {
	background-color: rgba(254,3,194,1.00);
}

}
@media only screen and (max-width: 640px) and (orientation: portrait) {
#menu-icon {
	display: inline-block;
	position: absolute;
	top: 0px;
}
nav{
	width: 100%;
	position: static;
	left: 0px;
	margin-left: 0px;
	background: #fff;
	mix-blend-mode: normal;
}
nav ul, nav:active ul {
	display: none;
	position: absolute;
	padding: 20px;
	left: 0px;
	top: 0;
	width: 50vw;
	height:100vw;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	mix-blend-mode: normal;
	z-index: 999;
}
nav li {
	float: left;
	width: 150px;
	padding: 30px;
	margin: 0 20px 0 40px;
	height: 40px;
	font-size: 1.2em;
	line-height: 2em;
	clear: both;
	background: rgba(255,255,255,0.8);
	mix-blend-mode: normal;
	display: block;
}
nav ul li {
	mix-blend-mode: normal;
}
nav ul li a {
    color: rgba(254,3,194,1.00)!important;
    mix-blend-mode: normal;
	display: block;
	}
nav:hover ul {
	display: block;
}
nav ul li:hover{
    display: block;
    background: rgba(254,3,194,1.00);
    mix-blend-mode: normal;
	display: block;
	}
nav ul li.currentPage {
	background-color: rgba(254,3,194,1.00);
	display: block;
}

}
