/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* THE MAGIC STARTS HERE */

body {
	line-height: 1.5em;
	background: #353386;
}
#bg {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: -moz-linear-gradient(-45deg, #202124 40%, #303134 100%);
	background: -webkit-linear-gradient(-45deg, #202124 40%, #303134 100%);
	background: linear-gradient(135deg, #202124 40%, #303134 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202124', endColorstr='#303134',GradientType=1 );
}
#container{
	text-align:center;
	margin: auto;
	height: 140px;
	width: 85%;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
#logo{
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 4.5em;
	color: #FFF;
	margin: 30px;
}
#tagline{
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 1.1em;
	letter-spacing: 5px;
	color: #FFF;
	margin: 20px;
}
#social{
	font-family: 'Dosis', sans-serif;
	color: #bbbbbb;
	font-weight: 200;
	font-size: 1em;
}
#social a{
	color: #bbbbbb;
	text-decoration: none;
	-webkit-transition: all .3	5s;
    transition: all .35s;
}
#social a:hover{
	color: #ff4136;
	text-decoration: none;
}