@font-face {
	font-family: 'GothamBook';
	src:url('../fonts/gotham/GothamBook.woff');;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamMedium';
	src:url('../fonts/gotham/GothamMedium.woff');;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBold';
	src:url('../fonts/gotham/GothamBold.woff');;
	font-weight: bold;
	font-style: normal;
}

.font-gotham {
    font-family: 'GothamBook';
}

.banner-text {
    font-family: 'GothamBold';
    font-size: 55px;
    line-height: 60px;

}