p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
}

a:hover,
a:active {
  color: #1d707d;
}

.btn-accent {
  background-color: #1d707d;
  border-color: #1d707d;
  color: #ffffff !important;
  background-image: none !important;
}
.btn-accent:hover, .btn-accent:active {
  color: white;
  background-color: #2891a3;
  border-color: #2891a3;
  color: #ffffff;
}
.btn-link {
  color: #1d707d;
}
.btn-outline-dark {
  border: 1px solid #343a40;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 14px;
}
.btn-outline-dark i {
  vertical-align: inherit;
  font-size: 22px;
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  background: transparent !important;
  border: 1px solid #343a40 !important;
  outline: none !important;
  color: unset !important;
}
.btn-danger {
  background-color: #e02b34;
  background-image: none !important;
}

.coming-soon {
  height: calc(100vh - 220px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coming-soon-title {
  font-size: 28px;
  color: #99a2ab;
}