body { 
	color:white ;
	font-family: source-sans-pro, sans-serif;
	font-weight:normal;
/* 	width:100vw; */
	overflow-x: hidden;
}

p {
	font-weight:normal;
	font-family: source-sans-pro, sans-serif;
}

div.page {
	position: relative;
	height:100vh;
	width:100vw;
}

div.page1 {
	background:#ff8133;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

div.page1 h1 {
	margin:0;
	font-weight:normal;
	font-size: 2.14em;
}

div.page1 > div.content {
	width:100%;
}

div.page1 > div.content .main {
	margin: auto auto;
	padding:50px;
/* 	width:350px; */
	height:auto;
	text-align: center;
}

div.page1 > div.content .main .logo {
	width:250px;
	height:524px;
	background-position:0;
	background-image: url('../img/crossflare-250x524.png');
	background-repeat:no-repeat;
	margin: 0 auto;
}


@media screen and (max-height: 713px)  {
	@charset "UTF-8";
	div.page1 > div.content .main .logo {
		width:216px;
		height:452px;
		background-image: url('../img/crossflare-216x452.png');
	}
}

@media screen and (max-height: 653px)  {
	@charset "UTF-8";
	
	div.page1 > div.content .main .logo {
		width:143px;
		height:300px;
		background-image: url('../img/crossflare-143x300.png');
	}
}

@media screen and (max-height: 486px)  {
	@charset "UTF-8";

	html {
		font-size: 50%;
	}

	div.page1 > div.content .main .logo {
		width:95px;
		height:200px;
		background-image: url('../img/crossflare-95x200.png');
	}
}

div.page1 > div.content .main .text{
	margin-top:60px;
}

div.page1 > div.content p {
	font-weight:200;
	letter-spacing: 0.025em;
}

div.page2 {
	background:white;
}

div.page2 > div.content,
div.page3 > div.content {
	padding: 50px 30px;
	color:#676d72;
	max-width:500px;
	margin: 0 auto;
}

div.page2 h2,
div.page2 h3 {
	color:#676d72;
	margin:0 0 20px 50px;
	font-weight: normal;
}

div.page2 > div.content .highlight {
	color:#ff8133;
}

div.page2 > div.content div.line {
	margin-bottom:10px;
}

div.page2 > div.content div.line.l1 {
	margin-left:40px;
}

div.page2 > div.content div.line.l2 {
	margin-left:30px;
}

div.page2 > div.content div.line.l3 {
	margin-left:20px;
}

div.page2 > div.content div.line.l4 {
	margin-left:10px;
}

div.page2 > div.content div.line.l5 {
	margin-left:0px;
}
div.page3 {
	font-size:75%;
}

div.page h2,
div.page h3 {
	margin-top:40px;
}

div.footer {
	/*position:absolute;*/
	bottom:10px;
	color:#676d72;
	font-size:8px;
	width:100%;
	text-align: center;
	display: table;
    margin: 0;
}

a {
	font:inherit;
	color:inherit;
	text-decoration: none;
}