@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 100px;
}
#logo {
	background: url(images/lt.jpg) no-repeat center;
	background-size: contain;
	width:100%;
	height:300px;
}
#showcase div a img, #showcase div a, #showcase div, #showcase {
	min-width:100%;
}
#nav {
	height:80px;
	width:100%;
}
#nav a {
	float:left;
	width:100%;
	text-align: center;
	padding-bottom: 20px;
}
#social {
	float: left;
	position: relative;
	width:100%;
	height:200px;
}
#tw, #fb {
	float:left;
	height:200px;
	width:50%;
}
#tw{
	background: url(images/tw.png) center no-repeat;
	background-size: 200px;
}
#fb{
	background: url(images/fb.png) center no-repeat;
	background-size: 200px;
}