
 body,
.support-header,
body .footer,
body .footer .credits p {
  border: none;
  color: #141414;
  background-color: #F5F8FB !important;
}

a:hover {
  color: #00d9b5 !important;
}

h1 {
  font-size: 28px;
}

.support-topics .topic p {
  color: #505767;
}

body .footer {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.divider {
  background-color: #D9E1E8;
  height: 1px;
  margin: 40px 0px 10px 0px;
  display: block;
}

body .navbar-dark {
  background: #00d9b5 !important;
  background-image: url("https://cdn.erply.com/images/546654/banner-4.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: bottom;
  border: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

body .navbar-dark:before {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, .025) 0, rgba(0, 0, 0, .075) 99%);
}

body .navbar-dark:after {
  content: "";
  background-image: -owg-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
  height: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.footer {
  color: #141414 !important;
}

.card,
.card h4,
.card h1,
.card p {
  color: #141414;
}

.card-body h1 {
  font-size: 2.5rem;
}

.support-header p {
  text-shadow: none;
}

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

.nav a {
  color: #ffffff;
  text-decoration: none;
}

.nav a:hover {
  color: #F5F8FB !important;
}

.nav li {
  padding-right: 8px;
  padding-left: 8px;
}

.support-header {
  padding-bottom: 0;
}

.support-header .card-text {
  font-size: 14px;
}

.support-header .card-text a {
  display: block;
  margin-top: 4px;
}

.card-outer-link {
  display: block;
}

.card-outer-link:hover {
  transform: scale(1.05) translateY(-4px);
  transition: all .4s ease;
}

.support-header form .input-group-btn .btn {
  padding: 12px 18px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.support-topics .topic a strong {
  font-size: 18px;
}