body {
  font-family: Helvetica, Arial, FreeSans, sans-serif;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.n8-block {
  padding: 15px;
  margin: 10px;
}
#n8-header {
  margin-top: 15px;
  padding-top: 25px;
}
#n8-header img {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.call-button {
  max-width: 250px;
  margin: auto;
}
.btn {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn:hover {
  background-color: #0044cc;
  background-image: linear-gradient(to bottom, #0044cc, #0044cc);
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none !important;
  border-bottom: none !important;
}
#n8-mainbody .links {
  text-align: center;
}
#n8-mainbody .link {
  margin-bottom: 2rem;
  font-size: 130%;
}
#n8-mainbody .link a {
  color: #2698de;
  text-decoration: none;
}
#n8-mainbody .link a:hover {
  color: #303030;
}
#n8-footer {
  text-align: center;
  border-top: 1px solid #d5d5d5;
  margin-top: auto;
}
@media (min-width: 1200px) {
  #n8-mainbody .links {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #n8-mainbody .links {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #n8-mainbody .links {
    flex-direction: column;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  body {
    min-height: 90vh;
  }
  #n8-mainbody .links {
    flex-direction: column;
    padding: 5px;
  }
}
