 @import url('https://fonts.googleapis.com/css?family=Rosario');
 
 body {
	font-family: 'Rosario', sans-serif;
}
.alert-light {
	/* background-color: WhiteSmoke; */
}

/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
	#header_right_desktop { display: none;	}
	#header_logo_desktop { display: none;	}
	
		
	}
		
/* All Desktop Sizes (devices and browser) */
	@media only screen and (min-width: 768px) {
		
	#header_right_mob { display: none;	}
	#header_logo_mob { display: none;	}
	#nav_text { display: none;	}
		
	}