/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

@font-face {
  font-family: 'Gotham-Bold';
  src: url('Gotham-Bold.eot?') format('eot'), url('Gotham-Bold.woff') format('woff'), url('Gotham-Bold.ttf') format('truetype');
}

.logo {
  font-family: 'Gotham-Bold';
  font-size: 40px;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  letter-spacing: -0.04em;
}

.logo:hover {
  text-decoration: none;
  color: inherit;
}
