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

H1 {
	font-size:42px;
}
.footer {
	width: 100%;
	height: auto;
	padding: 13px 0 0 0;
	overflow: inherit;
	display: block;
	/*position: fixed;*/
	bottom: 0px;
	/*background-image: url(../images/spectrum_gradient.jpg);*/
	background-repeat: repeat-x;
	background-color: #000000;
}
.footer-copy {
	text-align: center;
	font-size: 11px;
	color: #ccc;
	padding-top: 5px;
}
.footer-copy a {
	text-align: center;
	font-size: 11px;
	color: #ccc;
	clear: both;
	text-decoration: none;
}
.footer-copy a:link {
	color: #ccc;
	text-decoration: none;
}
.footer-copy a:visited {
	color: #ccc;
	text-decoration: none;
}
.footer-copy a:hover, a:active, a:focus {
	color: #43748e;
	text-decoration: none;
}
.Logo {
	margin-top: 30px;
	margin-bottom: 5px;
}
.spectrum {
	display: block;
	width: 230px;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 50px;
	margin: 0 auto;
}
.we-are-tag {
	padding: 10px 5px 5px 15px;
	width: auto;
	clear: both;
	margin: 0 auto;
	display: block;
	vertical-align: middle;
	text-align: center;
}
/* fix left aligned images */

.img-responsive {
	display:inline;
}

