.ab-navbar {
  background: rgb(163, 40, 40);
  background: linear-gradient(
    0deg,
    rgba(163, 40, 40, 1) 0%,
    rgba(205, 26, 26, 1) 100%
  );
}
.ab-footer {
  width: 100%;
  bottom: 0px;
  background: rgb(51, 51, 51);
  background: linear-gradient(
    0deg,
    rgba(51, 51, 51, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  border-bottom: 15px solid rgb(205, 26, 26, 1);
}
.icon-margin {
  margin-right: 3rem !important;
  display: inline-block;
}
.tw-icon-size,
.ig-icon-size,
.wa-icon-size {
  width: 25px !important;
}
.fb-icon-size {
  width: 11px !important;
}
.ab-jumbotron {
  padding: 2rem !important;
  background-color: transparent !important;
}
.ab-cover {
  background: linear-gradient(
    0deg,
    rgba(163, 40, 40, 1) 0%,
    rgba(205, 26, 26, 1) 100%
  );
  border-radius: 5px;
}
@media (max-width: 576px) {
  .icon-margin {
    margin-right: 0.25rem !important;
    display: inline-block !important;
  }
  .tw-icon-size,
  .ig-icon-size,
  .wa-icon-size {
    width: 17px !important;
  }
  .fb-icon-size {
    width: 8px !important;
  }
}