html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html,
body {
	height: 100%
}

/* Clears */

*, *:before, *:after {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	border: 0px solid;
	-webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	line-height: 1.1em;
}

/* Type */

body {
	font: 23px "Times New Roman", Times;
	color: #000;
	margin: 0 0;
	background: #fff;
}

input,
input[type=submit] {
	font: 23px "Times New Roman", Times;
	background: transparent !important;
}

h1, h2, h3, h4 {
	margin: 1.2em 0 0 0;
}

h1 {
	font:  50px Grotesque, Founders, Arial;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}


h2:first-child, h3:first-child, h4:first-child {
	margin-top: 0;
}

h4 {
	margin-top: 2.4em;
}

h4:after {
	content: " —";
}

p {
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: .5em;
}

a,
a:link,
input[type=submit] {
	text-decoration: none;
	color: inherit;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	xwhite-space: nowrap;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	transform: color;
	transition: .1s;
}

.num,
#bio,
footer,
h4 {
	font: 23px Grotesque, Founders, Arial;
}

.num {
	margin-right: .25em;
	display: block;
	letter-spacing: 2px;
}

.weak {
	opacity: .2;
}

#bio {
	text-align: center;
}

#bio:before {
	content: '(';
}

#bio:after {
	content: ')';
}


.uri {
	display: none;
}

.loading .num:after {
	content: "Loading";
	letter-spacing: 0px;
	-webkit-animation: pulse 1s linear infinite;
	-moz-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
}

@-webkit-keyframes pulse {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes pulse {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

.loaded {
	/* color: pink; */
}

/* layout */

#container {
	min-height: 100%;
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
}

main,
header{
	max-width: 1200px;
	margin: 0 auto;
}

header {
	margin-top: 100px;
}

main {
	padding: 100px 100px 100px 100px;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	overflow: hidden;
}

#home main {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 40px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.col {
	float: left;
	width: calc(33% - 26px);
	margin-left: 20px;
	margin-right: 20px;
}

.col:first-child {
	margin-left: 0;
}

.col:last-child {
	margin-right: 0;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	width: 100%;
	padding: 0 0 100px 0;
}


/* Forms */

input[type=submit] {
	margin-top: .5em;
	cursor: pointer;
}

input:focus {
	border: none;
	outline: none;
	color: #000;
}


/* Projects */

#projects li  {
	    xlist-style-type: decimal-leading-zero;
	    xlist-style-position: inside;
}

#projects ul {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 1.1em;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHMSURBVFhH3dg7LwRRGMbxJW4fwDUS0dFQEyqX0G5IaBVUtGjU+A46fAAqEnpqiUvEJyAoNELwfxI7MfbdnZmdOWfEk/y6c86s3TPnPa/Cf0wd+lHEMta+LWICnfCWekxhF/f4jHCFLegPcJZ5XML6AFE+cIBBZJYenMJ6YFJv0DfYiFQZxwOsh6Rxhpr34CxeYS2chTv0IlHG4PJDldyiDbGiPeXi56vkCDp6InMCawGXVlA1c7AmuvaMdpjR4VnrOZWFTZiZhjXBl0e0oCx7sCb4NINQ9FbEqX2u7SAUFVlroG83CEVXF2ugb6qlTQii+5Q1MA864IOswxqUhwEEWYU1KA+hS+USrEF56EKQSViDfHtBqKDr0mYN9E0XyLLkWSdLzHqpu7g12KchlEVvg7oZa4IP16iYQ1iTfFhAxehwU1mwJrp0gQZUzTasya68YwSRURE9h7WICxuInQ6otbIWypIup7E6pJ9RM6r7kbVgFvYRuuIkSSuOYS1cK+0p/XyJv6nfUfekvu8J1oOS0Ns3ikyjvk/VQT2g9dBq9H8ynVORR0KaNEPdjBoHndbWuadbggqyat8wcok2sF4UHc596Ebq/fNHUyh8AaEqq4wetIZGAAAAAElFTkSuQmCC") 14 14, pointer;
}

#projects ul:active {
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHMSURBVFhH3dg7LwRRGMbxJW4fwDUS0dFQEyqX0G5IaBVUtGjU+A46fAAqEnpqiUvEJyAoNELwfxI7MfbdnZmdOWfEk/y6c86s3TPnPa/Cf0wd+lHEMta+LWICnfCWekxhF/f4jHCFLegPcJZ5XML6AFE+cIBBZJYenMJ6YFJv0DfYiFQZxwOsh6Rxhpr34CxeYS2chTv0IlHG4PJDldyiDbGiPeXi56vkCDp6InMCawGXVlA1c7AmuvaMdpjR4VnrOZWFTZiZhjXBl0e0oCx7sCb4NINQ9FbEqX2u7SAUFVlroG83CEVXF2ugb6qlTQii+5Q1MA864IOswxqUhwEEWYU1KA+hS+USrEF56EKQSViDfHtBqKDr0mYN9E0XyLLkWSdLzHqpu7g12KchlEVvg7oZa4IP16iYQ1iTfFhAxehwU1mwJrp0gQZUzTasya68YwSRURE9h7WICxuInQ6otbIWypIup7E6pJ9RM6r7kbVgFvYRuuIkSSuOYS1cK+0p/XyJv6nfUfekvu8J1oOS0Ns3ikyjvk/VQT2g9dBq9H8ynVORR0KaNEPdjBoHndbWuadbggqyat8wcok2sF4UHc596Ebq/fNHUyh8AaEqq4wetIZGAAAAAElFTkSuQmCC") 14 14, pointer;
}

#projects li li {
	list-style: none;
}

#projects ul .title,
#projects ul .medium {
	transform: color;
	transition: .25s;
}

#projects ul:hover .title,
#projects ul:hover .medium,
ul:hover .num:after,
ul:hover #timer:before,
a:hover,
input[type=submit]:hover {
	color: #bebebe;
}

#timer {
	color: #ccc;
}

#timer + #timer {
	display: none;
}


/* Footer */

#home footer a[href$="/"],
#information footer a[href$='/information'] {
	display: none;
}
