
/* Custom Styles */
#md-Logo h1 a { background:transparent url( https://eurotravel360.com/wp-content/uploads/2014/06/logo.png ) no-repeat left center; }

/*************************************************************************/
/* Smaller Screen Mods */
/*************************************************************************/
@media screen and (max-width: 767px) {  
	#md-Logo h1 a { background:transparent url( https://eurotravel360.com/wp-content/uploads/2014/06/logo.png ) no-repeat center center; }
}  

@media only screen and (max-width: 550px) {
	#md-Logo h1 a { background:transparent url( https://eurotravel360.com/wp-content/uploads/2014/06/logo.png ) no-repeat center center; }
}

@media only screen and (max-width : 480px) {  
	#ra-Logo h1 a { background:transparent url( https://eurotravel360.com/wp-content/uploads/2014/06/logo.png ) no-repeat center center; }
}  

/* iPhone portrait *******/
@media only screen and (max-width: 320px) {
	#md-Logo h1 a { background:transparent url( https://eurotravel360.com/wp-content/uploads/2014/06/logo.png ) no-repeat center center; }
}

