html {
	background: #000; /* Old browsers */
}

body {
	background: #000; /* Old browsers */
	background: -moz-linear-gradient(top,  #03060b 0%, #036ab7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03060b), color-stop(100%,#036ab7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03060b 0%,#036ab7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03060b 0%,#036ab7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03060b 0%,#036ab7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03060b 0%,#036ab7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03060b', endColorstr='#036ab7',GradientType=0 ); /* IE6-9 */
	min-height: 500px;
    background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, button, h1 *, h3 a {
	font-family: 'Abel', sans-serif !important;
}

*:not(.glyphicon), p {
	color: #fff;
	font-family: 'Abel', sans-serif !important;
	text-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

p.lead {
	color: rgb(240,240,240);
}

a {
	color: #03060b;
}

h3 a {
	color: #fff;
}

h3 a:hover, a:hover {
	text-decoration: none;
	color: #2fdae1;
}


a {
	color: #51b0d0 !!important;
}

span.bright {
	color: #2fdae1;
}

.footer-brand {
	font-size: 24px;
}

img.center_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logos > div > a {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 250px;
	height: 150px;
}

#builtinchicago {
	background-image: url("../rsc/builtinchicago.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

#trib {
	background-image: url("../rsc/trib.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

#dna {
	background-image: url("../rsc/dnainfo.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

#chimag {
	background-image: url("../rsc/chimag.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

img.center_img.logo {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.hero_image {
	margin-top: 30px;
	margin-bottom: 30px;
}

.logo_row {
	margin-top: 20px;
	margin-bottom: 20px;
}

.row.last {
	margin-bottom: 50px;
}

.appstore_badge {
	margin-top: 3px;
}

.btn-primary {
	border-radius: 4px;
	background-color: #fff;
	color: #03060b;
	border: none;
	margin-bottom: 5px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.btn-primary:hover {
	background-color: #fff;
	color: #51b0d0;
}

p {

}

footer {
	background-color: #000;
	padding-bottom: 20px;
}

@media (max-width: 600px) {

	.hero_image {
		width: 182px;
		height: 320px;
	}
}