@font-face {
  font-family: 'Gotham Pro Medium';
  src: url('../fonts/GothaProMed.woff') format('woff');
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaPro.woff') format('woff');
}

/* general styles */ 


body {
	font-family: 'Gotham Pro', serif;
}

a {
	text-decoration: none;
	color: #38BBA2;
}

a:hover {
	text-decoration: none;
	color: #84d8c8;
}

h2 {
	font-family: 'Gotham Pro Medium', sans-serif;
	font-size: 1.6em;
	color: #414042;
	text-transform:uppercase;
}

h2.line {
	border-bottom: 2px solid #38BBA2;
	padding-bottom: 5px;
}
