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;
	font-size: 100%;
}
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;
}

::selection {
	background: #000;
	color: #fff;
}

body {
	background: #000;
}

body, a {
	font-family: 'Alegreya Sans', sans-serif;
	color: #fff;
	text-decoration: none;
}

a {
	border-bottom: 3px solid transparent;
}

a,
h1 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#slogans h2 {
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

a:hover {
	border-color: #fff;
}

article {
	margin: 25% auto 0 auto;
	width: 960px;
	padding: 0px 10px;
}

h1 {
	font-weight: 700;
	text-align: center;
	font-size: 110px;
	line-height: 110px;
	text-transform: uppercase;
	margin-top: -70px;
	letter-spacing: -2px;
	cursor: pointer;
	padding: 5px 15px 10px 15px;
	/*border-bottom: 10px solid #fff;*/
}

h1 span {
	margin: 0px;
	padding: 0px;
	line-height: 110px;
	display: inline-block;
}

h1 .black,
h1 .fullstop,
h1 .tld {
	font-weight: 900;
	letter-spacing: -6px;
}

h1 .black {
	margin-right: 20px;
}

h1 .fullstop {
	margin-left: 10px;
	font-size: 120px;
	position: relative;
	top: 15px;
}

h1 .tld {
	margin-left: 15px;
}

h1:hover {
	background: #fff;
	color: #000;
}

#slogans {
	overflow: hidden;
	height: 30px;
	padding: 20px 0px;
}

h2 {
	font-size: 28px;
	text-align: center;
	opacity: 0;
	margin-top: 28px;
}

h2.visible {
	opacity: 1;
	margin-top: 0px;
}

footer {
	text-align: center;
	position: absolute;
	width: 960px;
	bottom: 5%;
	left: 50%;
	margin-left: -480px;
	letter-spacing: 0px;
}

footer a {
	border-width: 2px;
}