.navbar {
	position: fixed;
	width: 100vw;
	top: 0px; 
	left: 0px;
	background-color: rgba(255,255,255,0.9);
}
.nav_space {
	height: 44px;
}
.nav {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	padding-left: 15vw;
	font-weight: 300;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 36px;
	color: #000;

}
.nav:hover {
	color: #999;
}
.nav_left {
	margin-left: 36px;
	position: relative;
	display: inline-block;
}
.nav_right {
	float: right;
	position: relative;
}

a:hover{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
@media only screen and (max-width: 1080px) {
	h3 {
		font-size: 0.9em;
		padding-left: 0vw;
		width: 100%;
		text-align: center;
	}
	.nav {
		padding-right: 0px;
		width: 30%;
	}
	.josh_nav{
		width: 100%;
	}
	.nav_left {
		margin-left: 0px;
		text-align: center;
		width: 35%;
	}	
	.nav_right {
		width: 60%;
	}
	.project {
		height: 80vw;
	}
	#spotify, #getup, #footlocker, #muna, #hilltrackr {
		background-size:	80vw;
		background-position: center 20vw;
	}
	.previous, .next {
		width: 33%;
	}
	.previous {
		text-align: left;
		margin-left: 15vw;
	}
	.next {
		text-align: right;
	}
}