/* CSS Document */
/*
font-family: "Source Sans 3", sans-serif;
font-family: "Lato", sans-serif;
font-family: "Roboto Condensed", sans-serif;
font-family: "Bebas Neue", sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');


@import url('home-page-mobile.css') screen and (max-width: 767px); 
@import url('home-page-tablet.css') screen and (min-width: 768px) and (max-width: 1023px); 
@import url('home-page-desktop.css') screen and (min-width: 1024px) and (max-width: 1279px); 
@import url('home-page-widedesktop.css') screen and (min-width: 1280px); 


#substanceheader {
	display: none !important;	
}