/************************************************
*	Desktop Grid								*
************************************************/


/************************************************
*	Tablet Styles								*
************************************************/

@media handheld, only screen and (max-width: 1023px) {
	#logo {
		width: auto;
		max-width: 100%;
	}
		
	#custom-header {
		min-height: 155px;
	}
}

		
/************************************************
*	Phone Styles								*
************************************************/

@media handheld, only screen and (max-width: 767px) {

	#custom-header {
		background-position: 10% center !important;
	}

	button.menu-toggle {
		color: #d3d3e5;
	}
	
	button.menu-toggle:hover {
		color: #a8a8c8;
	}
	
	.mobile-menu a {
		color: #d3d3e5 !important;
	}
	
	.mobile-menu a:hover {
		background-color: #181d3a;
		color: #a8a8c8 !important;
	}
}