/*
Theme Name:     OutsourceLogistics
Description:    
Author:         admin
Template:       enfold

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/



/*Remove the drop shadow from the text  */
html #top #header .main_menu {
	text-shadow: none;
}

/*Make the header light blue  */
html #top #wrap_all #header {
	background: rgba(103, 134, 161,0.70);
}

/*The color boxes on the home page  */
html #top.home #wrap_all #main .flex_cell {
	background-size: cover !important;
}

html #top #wrap_all #main #homepage-mobile-video {
	display: none;
}

@media (max-width: 768px) {	
	html #top #wrap_all #main #av_section_1 {
		background-image: none !important;
	}
	
	html #top #wrap_all #main #homepage-desktop-video {
		display: none;
	}
	
	html #top #wrap_all #main #homepage-mobile-video {
		display: block;
	}
}