html,
body {
  font-family: "ff-tisa-web-pro",serif;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "canada-type-gibson",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
}

a {
  color: #4d6995;
}

a:hover {
  color: #25313d;
    text-decoration: none;
}

.contact-info {
  background: #ffffff;
}

.contact-info p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

@media (min-width: 576px) {
  .contact-info {
    margin-top: -20px;
  }
}

.navbar-brand {
  width: 100px;
}

.navbar-brand img {
  width: 100%;
}

.navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #4d6995;
  font-family: "canada-type-gibson",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: .9rem;
  transition: all 0.5s ease;
  letter-spacing: .05rem;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #25313d;
}

header {
  background: url(../img/hero.jpg) center;
  background-size: cover;
  min-height: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  header {
        min-height: 600px;
  }
}

.content-block {
      padding: 3rem 0 1rem 0;
}

@media (min-width: 576px) {
  .content-block {
      padding: 8rem 0 6rem 0;
  }
}

h2 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .05rem;
}

.callout {
  border: 5px solid #4d6995;
  text-align: center;
  padding: 20px;
}

.callout h3 {
  margin: 0;
  color: #666;
}

footer {
  background: #4d6995;
  padding: 3.25rem 0 2.25rem 0;
  font-family: "canada-type-gibson",sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05rem;
  font-size: .8rem;
  transition: all 0.5s ease;
}

footer p {
  color: #fff;
}

footer p a {
  color: #fff;
}

footer p a:hover {
  color: #fff;
}
