p {
  font-family: "News Cycle";
}
.button {
  background-color: #990000; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 500px;
  font-family: "News Cycle";
}

.buttonsmall {
  background-color: #990000; /* Green */
  border: none;
  color: white;
  /*padding: 16px 32px;*/
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 150px;
  height: 150px;
}

a:link {
  text-decoration: none;
  color: white;
}
a:visited {
  text-decoration: none;
  color: white;
}
a:hover {
  text-decoration: none;
  color: white;
}
a:active {
  text-decoration: none;
  color: white;
}

.button1:hover {
  background-color: #243142;
  color: white;
  border: 2px solid #990000;
  font-weight: bold;
}

.button1 {
  background-color: #990000;
  color: white;
  border: 2px solid #666666;
}

@media only screen and (max-device-width: 600px) {
  h1 { font-size: 4em; }
  img { width: 100%; height: auto; }
  .button { width: 100%; padding: 20px 40px; }
  .button1 { color: white; font-size: 2.5em; }
  p { font-size: 1.5em; font-weight: bold; }
}
