@font-face {
  font-family: gothamBold;
  src: url(../assets/fonts/gotham/GothamHTF-Bold.otf);
}

.footer, .footer2 {/*
	width: 1281px;
	height: 215px;
	top: 1345px;
	position: absolute;*/
	height: 215px;
	color: white;
	background-color: #2a328c;
}

.footer2 {
	height: 215px;
	color: white;
	background-color: white;
	background-image: url("../assets/images/footer/footerBG.png");
	background-repeat: no-repeat;
}

.footer h1, .footer2 h1 {

	position: relative;
	text-align:center;
	font-family: gothamBold;
	font-size: 9px;
	letter-spacing: 4px;

}

.footer h1 {
	top: 157px;
}

.footer2 h1 {
	top: 120px;
}

.inFooter{
	margin-left: 215px;
}