.button.is-secondary {
  background-color:#FAC480;
  color:#121A26;
}
/*.ni-services {*/
/*  cursor:default;*/
/*}*/
.buttons .button:not(:first-child), .has-text-centered .buttons .button:first-child {
  margin-left: 0em;
}
.buttons .button {
  margin-right: .5em;
}
a.button-1:link, a.button-1:visited, a.button-1:active {
  border: 2px solid #0C4776;
	background-color:#0C4776;
  padding-left:15px;
  padding-right:15px;
  padding-top:10px;
  padding-bottom:10px;
	color:#fff !important;
	cursor: pointer;
  transition: background-color 0.2s linear;
	border-radius: 5px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	background-position: center center;
	text-transform: uppercase;
	margin-top: 80px;
	text-align: center;
	width: 97.4%;
	margin-bottom: 1px;
	text-decoration:none;
	-webkit-appearance: none;
  -moz-appearance: none;
}
a.button-1:hover {
	color: #fff;
	text-decoration: none;
	background-color: #121A26;
  border: 2px solid #121A26;
}
#serving-areas {
  height:30px;
  padding: 15px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
#serving-areas {
  height:80px;
}
#serving-areas h2 {
  padding-top: 40px;
	font-size: 15px !important;
}
}