#nav-holder{
	padding-top: 20px;
	padding-bottom: 30px;
}
.navitem{
	letter-spacing: 1.5;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}
.navitem:hover{
	cursor: pointer;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 8px;
}
#logo-holder img{
	cursor: pointer;
}
.current-navitem{
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 8px;
}
#nav-holder a{
	text-decoration: none;
	color: black;
}
/* Responsive
-------------------------------------------------- */

/* Desktop (large): >= 1200px
------------------------- */
@media (min-width: 1200px) {
  
}

/* Desktop (medium): >= 992px 
------------------------- */
@media (max-width: 992px) {
 
}

/* Tablet to desktop: 768px - 991px
------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
	
}

/* Tablet: <= 768px
------------------------- */
@media (max-width: 768px) {


}

/* Phones: <= 480px
------------------------- */
@media (max-width: 480px) {
	.navitem{
		letter-spacing: 0;
		font-size: 11px;
		margin-left: 5px;
		margin-right: 5px;
		padding-bottom: 10px;
	}

}