@media only screen and (max-width: 1000px){
	.header_bottom {
	background-color: rgba(255,255,255,0.75);
}
			.header_bottom,
	nav.mobile_menu{
		background-color: rgba(255,255,255,0.75) !important;
		backdrop-filter: blur(20px);
		position: fixed;
		width: 100%;
		box-sizing: border-box;
	}
	.content_inner {
		/* padding-top: 60px; */
	}
	header.dark .q_logo img.light, header.dark .q_logo img.normal, header.light .q_logo img.dark {
		opacity: 1 !important;
		display: block !important;
	}
	
		}
@media only screen and (min-width: 480px) and (max-width: 768px){

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













}
@media only screen and (max-width: 600px) {










}
@media only screen and (max-width: 480px){

		section.parallax_section_holder {
		height: auto !important;
		min-height: 400px;
	}


}
