.text-primary {
  color: #b81aef!important;
}

a {
  color: #b81aef;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  /*color: #0056b3;*/
  /*text-decoration: underline;*/
}

.noHover {
  background-color: transparent !important;
  color: transparent !important;
}

.btn-primary {
  color: #fff;
  background-color: #b81aef!important;
  border-color: #b81aef!important;
}

.bg-light {
  background-color: #e7e7e7!important;
}

.v_soIco {
  font-size: 45px;
}

.v_cGray {
  color: #212529;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (min-width:768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

