@media only screen and (max-width: 1000px){
		}
@media only screen and (min-width: 480px) and (max-width: 768px){
	
	        section.parallax_section_holder{
		height: auto !important;
		min-height: 400px;
	}
		.menu li {
   width: 10%;
   padding: 1%;
   margin: 0;
   border-left: 1px solid #fff;
   border-right: 1px solid #333;
   }
}

.menu li:first-child {
   border-left: none;
}

.menu li:last-child {
   border-right: none;
}

.menu li a {
   margin: 0;
   padding: 0 0 0.2em 0;
   line-height: 1.1em;
   text-align: center;
   height: 3.8em;
}
	}

@media only screen and (max-width: 480px){
	
		section.parallax_section_holder{
		height: auto !important;
		min-height: 400px;
	}
		
	
	}