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, center,
dl, dt, dd,
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 {

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
    height: 100%;
}

body {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #181818;
    color: #d3c0a7;
}

.box {
    display: table-cell;
    vertical-align: middle;
}

.box h1 {
    font-size: 80px;
    margin-bottom: 5px;
}

.box h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.projects {
    text-align: left;
    margin-top: 100px;
	padding: 0;
	border: 0;
}

.p-img {
    width: 300px;
    margin: auto;
}

.box-p {
    max-width: 600px;
    margin: auto;
    vertical-align: top;
}

.box-p h1 {
    font-size: 80px;
    margin-bottom: 5px;
}

.box-p h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

a {
    font-kerning: normal;
    font-size: 25px;
    color: #73c936;
    text-decoration: none;
}

.demos {
    font-kerning: normal;
    font-size: 16px;
    color: #73c936;
    text-decoration: none;
}

.links {
    margin-right: 25px;
    margin-bottom: 30px
}

.icon-link-first {
    margin-left: 10px
}

.icon-link {
    width: 32px;
    margin-right: 10px;
}

.x-icon {
    width: 50px;
    margin-right: 10px;
}

.text-link-first {
    margin-left: 20px;
}

.text-link {
    margin-right: 20px;
    font-size: 25px;
}
