

/*Script to download fonts not installed locally where the page is displayed*/

@font-face {
	font-family: genomeThin;
	src: url('../../servicesFonts/genomeThin.otf');
}

h1,h2,h3,h4,h5,h6{
	display: inline;
	margin:0;
	padding:0; 
}

	h1{
		font-family: genomeThin;
		font-size: 3vw;
		color: white;
		font-weight: 200;
		margin: 0 auto;
		padding: 0;
	}

	h2{
		font-family: genomeThin;
		font-size: 1.5vw;
		color: white;
		font-weight: 200;
		margin: 0 auto;
		padding: 0;
	}
	

 

     