body {
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	padding-top: 50px;
	letter-spacing: .5px; /* testing */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* Default: auto */
}
.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-color: #ffffff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.intro .intro-body {
	display: table-cell;
	vertical-align: middle
}
.intro .intro-body .brand-heading {
	font-size: 40px;
	font-weight: 300;
	color: #fff
}
.intro .intro-body .intro-text {
	font-size: 18px
}
.intro .intro-body .input-group {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto
}
.intro .intro-body .input-group button {
	width: 100px
}

@media (min-width:768px) {
.intro {
	height: 100%;
	padding: 0
}
.intro .intro-body .brand-heading {
	font-size: 60px
}
.intro .intro-body .intro-text {
	font-size: 25px
}
}

@media (max-width:768px) {
body {
	margin-top: 55px
}
}
@-webkit-keyframes pulse {
0 {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.2);
transform:scale(1.2)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@-moz-keyframes pulse {
0 {
-moz-transform:scale(1);
transform:scale(1)
}
50% {
-moz-transform:scale(1.2);
transform:scale(1.2)
}
100% {
-moz-transform:scale(1);
transform:scale(1)
}
}
#spiders {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%
}
