@font-face {
    font-family: 'Gotham Black';
    src: local('Gotham Black'), local('GothamBlack'),
    url('GothamBlack.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: local('Gotham Book'), local('Gotham-Book'),
        url('Gotham-Book.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

.gthblack {
    font-family: 'Gotham Black';
    font-style: normal;
    font-size: 30px;
}

.gthbook {
    font-family: 'Gotham Book';
    font-style: normal;
    font-size: 30px;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  outline: 0;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  width: 180px;

}

.button1 {
	background-color: white; 
	color: black; 
	font-size: 16px;
	font-family:'Gotham Book;
}

.button1:hover {
	background-color: #008CBA;;
	color: white;
	font-size: 16px;
	font-family: 'Gotham Black';
}

.button2 {
	background-color: #4CAF50;
	color: white;
	font-size: 16px;
	font-family: 'Gotham Black';
}