@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');

html, body {
	height: 100%;
	margin: 0;
	font-family: "Source Sans Pro";
	box-sizing: border-box;
	overflow: hidden;
}

.svg-container, svg {
	margin: 0px;
	padding: 0px;
}

svg {
	display: block;
}

#titles h1,
#titles h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.15em;
}

#titles h1 {
	font-weight: 700
}

#titles h2 {
	font-weight: 300
}

@media screen and (max-width:600px) {
	#titles h1,
	#titles h2 {
		font-size: 20px
	}
}

@media screen and (max-width:480px) {
	#titles h1,
	#titles h2 {
		font-size: 18px
	}
}
