﻿/*----------- reset -----------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video { background: transparent; font-size: 100%; vertical-align: baseline; border: 0; outline: 0; margin: 0; padding: 0; }
html { background: #000; font: normal 1em/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; color: #333; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; -webkit-overflow-scrolling: touch; }
article, figure, figcaption, footer, header, main, nav, section { display: block; }
aside { display: inline-block; }


body {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3em;
	font-family: arial, sans-serif;
}

h1, h2, h3 {
	color: #ffffff;
	font-size: 2.2em;
	line-height: 1em;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
	font-weight: 500;
}
p {
	padding: 0 0 1em 0;
	margin: 0;
}
hr {
	width: 100%;
	height: 0px;
	margin: 1em 0;
	padding: 0;
	border-top: 0.5px solid #f27803;
	border-bottom: 0.5px solid #b05701;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
}
a {
	-webkit-transition: all .35s ease;
	   -moz-transition: all .35s ease;
		-ms-transition: all .35s ease;
		 -o-transition: all .35s ease;
			transition: all .35s ease;
}
a, :focus 	{ outline: 0; }
a 			{ color: #f27803; text-decoration: underline; }
a:visited 	{ color: #f27803; text-decoration: underline; }
a:hover 	{ color: #ffffff; text-decoration: underline; }
a:active 	{ color: #ffffff; text-decoration: underline; }
a img 		{ border: 0 none; }


div.background {
	width: 100;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url('/images/stars_wp.png');
	background-size: cover;
	z-index: -1;
}
div.content-wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0.5em auto;
	/* background-color: rgba(0, 255, 255, 0.5); */
}
div.start-logo img {
	width: 100%;
	height: auto;
}

div.timeline {
	position: relative;
	padding: 5vh 0 0 0;
}
div.timeline::after {
	content: '';
	position: absolute;
	top: 0;
	left: calc( 50% - 1.5px );
	bottom: 0;
	height: 100%;
	width: 3px;
	background-color: #f27803;
	background-color: #b05701;
	z-index: -1;
}

div.time-entry {
	width: calc( 50% - 10px );
	text-align: left;
	margin: 0 auto 3vh 0;
}
div.time-entry:nth-child(even) {
	margin: 0 0 0 auto;
	text-align: right;
}


div.time-date {
	text-align: right;
	position: relative;
	padding: 0 0.5em 0.5em 0;
}
div.time-date::after {
	content: '';
	position: absolute;
	width: 1em;
	height: 1em;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 100px;
	top: 0.15em;
	right: -1em;
}
div.time-entry:nth-child(even) div.time-date {
	text-align: left;
	padding: 0 0 0.5em 0.5em;
}
div.time-entry:nth-child(even) div.time-date::after {
	top: 0.15em;
	left: -1em;
}

div.time-image {
	
}
div.time-image img {
	width: 100%;
	height: auto;
	border: 0.5px solid #eeeeee;
}
div.time-text {
	
}
div.time-text p {
	padding: 0 0 0.5em 0;
	font-size: 0.8em;
	line-height: 1.2em;
}
div.time-link {
	
}
div.time-link a {
	
}


footer {
	background-color: #000000;
	border-top: 1px solid #f27803;
	padding: 2em 0 2em 0;
	margin: 10vh 0 0 0;
}