header.masthead {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #ffffff;
  /*background: #7b4397;*/
  background: linear-gradient(270deg,#869cb2,#8aa3c5);
}

#mainNav .navbar-nav > li > a:focus:hover, #mainNav .navbar-nav > li > a:hover {
  color: #282821;
}

section.features .feature-item i {
  font-size: 70px;
  display: block;
  margin-bottom: 15px;
  background: #88a1b8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.features .feature-item1 i {
  font-size: 70px;
  display: block;
  margin-bottom: 15px;
  background: #d0a276;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.features2 .feature-item i {
  font-size: 70px;
  display: block;
  margin-bottom: 15px;
  background: #dbb794;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-primary {
  background: #ffffff;
  background-color: #ffffff!important;
}

img, svg {
  height: 60px;
}

section {
  padding: 40px 0;
}

footer p {
  /*font-size: 14px;*/
  margin: 0;
}

a:focus, a:hover {
  color: #fcbd20;
  color: #ffffff;
}

a:link {
  /*color: #636363;*/
}

@media (max-width: 768px) {
  section.features .section-heading {
    margin-bottom: 0px;
  }
}

