/* 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: #fff;
	font-family: 'Poppins', sans-serif;
	color: #111;
}
#bg {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
#email{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 0.8em;
	margin: 15px;

}
#email a{
	color: #111;
	text-decoration: none;
    padding: 1px 5px;
	-webkit-transition: background-color 0.25s ease ease-in-out, color 0.25s ease;
	-moz-transition: background-color 0.25s ease, color 0.25s ease;
	-o-transition: background-color 0.25s ease, color 0.25s ease;
	transition: background-color 0.25s ease, color 0.25s ease;
}
#email a:hover{
	color: #fff;
	background-color: #111;
	text-decoration: none;
}


@media only screen and (min-width:960px){    /* browsers larger than 960px; */
#container{
	text-align:left;
	margin: auto;
	height: 190px;
	width: 96%;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
#logo{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 4.5em;
	color: #111;
	margin: 15px;
}
#tagline{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #111;
	margin: 30px 20px;
}


}

@media only screen and (max-width:480px){   /* mobile browsers smaller than 480px (iPhone) */
#container{
	text-align:left;
	margin: auto;
	height: 180px;
	width: 96%;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
#logo{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 2.6em;
	color: #111;
	margin: 15px;
}
#tagline{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: 1px;
	color: #111;
	margin: 20px;
}


}
/* @media only screen and (min-width:1440px){    /* browsers larger than 1440px;
	
}
@media only screen and (min-width:2000px){    /* sumo sized screens 
	
} 
@media only screen and (device-width:768px){   /* default iPad screens
	
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {  /* iPad portrait layouts only 
	
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {  /* iPad landscape layouts only 
	
} */
