/* ---------- reset ------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------- end reset ------------*/


body {
	background-color: #303940;
	overflow-x: hidden;
	color: #fff;
	font-family: Raleway;
	min-width: 320px;
}
h1 {
	font-weight: 400;

	opacity: 1;

}
h2 {
	font-weight: 200;
	color: #CBCDCF;
	text-align: right;
}
h4 {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.14285714rem;
}

p, a {
	font-weight: 200;
	letter-spacing: 1px;
	color: #CBCDCF;
	line-height: 22px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 i.circle {
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.banner, h1, footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.banner svg {
	float: left;
}
.animation-start .title-container {
	width: 0;
}
.animation-end .title-container {
	display: inline-block;
}
.animation-start .title-inner {
	position: absolute;
	display: inline-table;
}


#g1, #g2, #g3, #g4 {
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
#g1, #g3 {
	opacity: .8;
	fill: #0073A3;
	stroke: #0073A3;
}
#g2, #g4 {
	opacity: .8;
	fill: #42B6E7;
	stroke: #42B6E7;
}

#p1, #p2 {
	display: none;
}
#p3, #p4 {
	display: none;
}

.soon {
	height: 20px;
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

footer {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 700px) {
	h1 {
		font-size: 48px;
		line-height: 60px;
		letter-spacing: 0.35714286rem;
	}
	h1 i.circle {
		width: 13px;
		height: 13px;
		margin-right: 0.71428571rem;
		margin-left: 5px;
	}
	h2 {
		font-size: 24px;
		letter-spacing: 0.14285714rem;
		padding-right: 5px;
	}
	.banner svg {
		width: 240px;
		margin-left: -61px;
	}
	.title-container {
		margin-left: -35px;
		margin-top: 22px;
	}
	.soon {
		margin-top: 50px;
	}
	footer .narrow {
		display: none;
	}
}

@media screen and (min-width: 480px) and (max-width: 699px) {
	h1 {
		font-size: 36px;
		line-height: 50px;
		letter-spacing: 0.25rem;
	}
	h1 i.circle {
		width: 10px;
		height: 10px;
		margin-right: 0.71428571rem;
		margin-left: 5px;
	}
	h2 {
		font-size: 18px;
		letter-spacing: 0.14285714rem;
		padding-right: 5px;
	}
	.banner svg {
		width: 180px;
		margin-left: -46px;
	}
	.title-container {
		margin-left: -30px;
		margin-top: 17px;
	}
	.soon {
		margin-top: 40px;
	}
}

@media screen and (max-width: 479px) {
	h1 {
		font-size: 22px;
		line-height: 33px;
		letter-spacing: 0.1875rem;
	}
	h1 i.circle {
		width: 6px;
		height: 6px;
		margin-right: 0.4375rem;
		margin-left: 4px;
	}
	h2 {
		font-size: 16px;
		letter-spacing: 0.125rem;
	}
	h4, p, a {
		font-size: 14px;
	}

	.banner svg {
		width: 120px;
		margin-left: -30px;
	}
	.title-container {
		margin-left: -18px;
		margin-top: 15px;
	}
	.soon {
		margin-top: 30px;
	}

}
@media screen and (min-width: 600px) {
	.banner {
		height: calc(100vh - 50px);
	}
	footer .narrow {
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.banner {
		height: calc(100vh - 70px);
	}
	footer .wide {
		display: none;
	}
	footer .narrow {
		line-height: 18px;
		text-align: center;
	}
}