@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;900&display=swap');
/*font-family: 'Source Sans Pro', sans-serif;
*/

/*html, body, div, span, applet, object, iframe, p, ol, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}*/
.imgResponsive {
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	/* [disabled]height: 100%; */
}


/* ============================================================
THE FOLLOWING STYLES ARE USED FOR ALTERNATE LINE BREAKS IN H1 
*/


/* SMALL SCREENS ------------------------------------------ */
@media screen and (max-width:575px){
.visible-large {
	display: none;
}
}

/* LARGE SCREENS ------------------------------------------ */
@media screen and (min-width:576px){
.visible-small {
	display: none;
}


}
