/**********************
	BODY
**********************/

* { -webkit-font-smoothing: antialiased; }

html,
body {
	min-height: 100%;
	height: 100%;
}

body {
	background: #000000 !important;
	color: #ffffff;
	font-family: 'AFMP-reg';
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
	text-align: center;
}

a {
	color: #000000 !important;
	text-decoration: none !important;
	border-bottom: 2px solid #000000;
}

a:hover {
	opacity: .5;
}

.no-touch a:hover {
	color: #666666;
	text-decoration: none;
}

#wrapper {
	padding: 4em 0;
}

#taglines {
	font-size: 4em;
	text-transform: uppercase;
	line-height: 1.15em;
}

.animation {
	opacity: 0;
}

.typed-cursor {
	border-left: 1px solid #000000;
	color: #ffffff;
	width: 0px;
	overflow: hidden;
	margin-left: 0.15em;
	animation: blinker 0.5s ease-in-out infinite;
}

@keyframes blinker {  
 	50% { opacity: 0; }
}

#urls {
	font-size: 2em;
	margin: 1.75em 0 2em;
	line-height: 1.75em;
}

a.button,
input[type="submit"] {
	width: auto !important;
	border: none;
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	background: #252627 !important;
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid #252627 !important;
	font-size: 1em;
	line-height: 1.25em;

	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	transition: all 0.2s;
}

.no-touch a.button:hover,
.no-touch input[type="submit"]:hover {
	background: #4a4c4d !important;
	border-color: #4a4c4d;
}

strong {
	font-weight: normal;
	font-family: 'AFMP-strong';
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 7px;
	}
	#urls {
		font-size: 3em;
	}
	#data {
		font-size: 2em;
		line-height: 1.5em;
	}
	.break {
		display: block;
		height: 0;
		width: 0;
		overflow: hidden;
		text-indent: -9999px;
	}
	a {
		border-width: 1px;
	}
}