.site {
  padding: 5rem 1rem;
  border-top: 3rem solid #263746;
}

.site img {
  max-width: 500px;
  margin: 0 auto 3rem;
  height: auto;
}

.site h1 {
  font-size: 2.8125em;
  font-family: "Gotham";
  font-weight: bold;
  line-height: 1.5;
  color: #263746;
  margin: 0 0 20px;
}

.site h2,
.site h3,
.site h4 {
  font-family: "Gotham";
  font-weight: bold;
  color: #263746;
}

.site p {
  font-size: 1em;
  color: #6d6e71;
  line-height: 1.5;
  font-family: "GothamBook";
  font-weight: normal;
  margin-bottom: 35px;
}

.site ul li {
  list-style: disc;
}

.site ol,
.site ul {
  padding-left: 2rem;
}

.site ol li,
.site ul li {
  font-size: 1em;
  color: #6d6e71;
  line-height: 1.5;
  font-family: "GothamBook";
  font-weight: normal;
  display: list-item;
}

.site .button {
  padding: 10px 15px;
  color: #fff;
  background-color: #263746;
  border: 1px solid #263746;
  margin: 1rem 0 1rem;
  transition: all linear 500ms;
  display: inline-block;
}

.site .button:hover, .site .button:focus {
  color: #263746;
  background-color: #fff;
}

/*# sourceMappingURL=inorth-texas.css.map */
