body {
  color: #000000;
  font-size: 1rem
}

header, .offer {
  background-color: #dbb0ff;
}

.card {
  background: none;
  border: 0px;
}

a, a:visited, a:hover{
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

.leadinfo {
  font-size: 2rem;
  margin-bottom: 5rem;
}

.headline {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
}

.featurette-heading {
  color: #dbb0ff;
  font-size: 1rem;

}

.featurette .lead {
  font-size: 1rem;

}


.offer .card-title {
  font-size: 1rem;
  font-weight: bold;
}


footer .nav-item {
  text-transform: uppercase;
}

.iconoffer {
  width: 75%;
}

.nav-link {
  color:#000000 !important;
}

.link-secondary, .link-secondary:hover {
  color: #000000!important;
}

@media (max-width: 575.98px) { 
  .iconoffer {
    width: 30%;
    
  }

  .offer .card-body {
    text-align: center!important;
  }

  .nav {display: none!important;}
}
