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,
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 {
	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;
}
body {
	background: #fff;
	text-align: center;
	font-family: 'Inconsolata', monospace;
}
h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
	padding: 0 5%;
}
h1 {
	font-size: 2.5em;
	font-weight: 800;
	margin: 1em auto 0 auto;
}
h2 {
	font-size: 1.5em;
	font-weight: 600;
	margin: .25em auto 0 auto;
}
h3 {
	font-size: 1.25em;
	font-weight: 600;
}
.guilloh {
	margin-top: .5em;
	max-width: 180px;
}
p {
	font-size: .9em;
	color: #666;
	margin: 1em;
}
strong, a {
	font-weight: 600;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.icon img {
	height: 25px;
	width: 25px;
	margin: 0 5px;
	display: inline-block;
	border: none;
	opacity: .66;
}
.icon:hover img {
	opacity: 1;
}
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { h2 { max-width: 90% } }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { h2 { max-width: 80% } }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) { h2 { max-width: 70% } }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) { h2 { max-width: 60% } }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { h2 { max-width: 600px } } 
 