

/*Script to download fonts not installed locally where the page is displayed*/

@font-face {
	font-family: genomeThin;
	src: url('../../../fonts/GenomeThin.otf');
}

@font-face {
	font-family: limelight;
	src: url('../../../fonts/Limelight.ttf');
}
@font-face {
	font-family: muli;
	src: url('../../../fonts/muli.woff');
}
@font-face {
	font-family: quicksand400;
	src: url('../../../fonts/quicksand400.woff');
}
@font-face {
	font-family: quicksand700;
	src: url('../../../fonts/quicksand700.woff');
}
h1,h2,h3,h4,h5,h6{
	display: inline;
	margin:0;
	padding:0; 
}

	h1{
		font-family: genomeThin;
		font-size: 6vw;
		color: white;
		font-weight: 200;
		margin: 0 auto;
		padding: 0;
	}

	h2{
		font-family: genomeThin;
		font-size: 4vw;
		color: white;
		font-weight: 200;
		margin: 0 auto;
		padding: 0;
	}
	
	h3 {
		font-family: genomeThin;
		font-size: 2vw;
		color: white;
		font-weight: 200
		margin: 0 auto;
		padding: 0;
    }
	h4 {
		font-family: genomeThin;
		font-size: 25px;
		font-weight: lighter;
		color: white;
      }
  
 

     