html,
body {
  min-width: 400px;
  font-size: 12px;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
    min-width: 1200px;
  }
  .news-input {
    width: 70%;
  }
}

/* body::before {
  display: block;
  content: "";
  height: 56px;
} */

footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
}

footer p {
  margin-bottom: 0.16rem;
}

footer img {
  height: 40px;
  margin-bottom: 20px;
}

footer a {
  color: #6c757d !important;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.heading-line::before {
  content: "";
  width: 10rem;
  height: 0.1rem;
  display: block;
  margin: 0 auto;
  background-color: #5d55fa;
}

.heading-line::after {
  content: "";
  width: 2rem;
  padding-top: 0.5rem;
  height: 0.2rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  background-color: #5d55fa;
}
