@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'latolight';
	src: url('../font/Lato-Lig-webfont.eot');
	src: url('../font/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Lato-Lig-webfont.woff2') format('woff2'), url('../font/Lato-Lig-webfont.woff') format('woff'), url('../font/Lato-Lig-webfont.ttf') format('truetype'), url('../font/Lato-Lig-webfont.svg#latolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
/**************************************************/
/* HTML5 Resets* /
/**************************************************/

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, 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: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
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;*/
	}
img {
	vertical-align: top;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	padding:0;
	font-size:13px;
	background:#FFF;
	color:#6a6a6a;
	margin: 0 0 34px; /* bottom = footer height */
}


#main {
	width:45%;
	padding:40px;
	  box-sizing: border-box;
}
h1 {
	font-family: 'latolight';
	font-size:80px;
	line-height:1.1em;
	color:#000;
	text-shadow: 1px 1px #afafaf;
}
.write-up {
	font-family: 'latolight';
	font-size:18px;
	padding:25px 0;
	text-wrap:pretty;
}

.box{ background:#fff; width:50%; padding:25px; color:#6a6a6a; display: inline-block;}


footer {
	overflow:hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size:11px;
	height: 34px;
	line-height:34px;
	color:#636363;
	text-align:center;
	background:#dbdbdb;
	width: 100%;
}


@media only screen and (max-width: 768px) {
h1 {font-size:50px; }
#main { width: 100%; }
}