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

.nav-link:hover {
  color: rgb(228, 128, 128) !important;
}

p {
  font-size: 14px;
}

.column,
.columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.widget-title {
  margin: 0px 0 15px;
}
.widget-title a:hover {
  color: rgb(228, 128, 128) !important;
}

.widget-title-right {
  margin: 0px 0 15px;
  text-align: end;
}

.textwidget-right {
  text-align: end;
}
.textwidget-right a:hover {
  color: rgb(228, 128, 128) !important;
}

.widget {
  margin-bottom: 80px;
  margin-top: 60px;
}

.site-footer {
  display: block;
  background-color: rgb(240, 240, 240);
}

.site-footer-detail {
  display: flex;
  justify-content: space-between;
}

.navbar-nav-footer {
  margin-bottom: 34px;
  display: flex;
  font-size: 20px;
  margin: 0 15px 34px;
  color: #f1f1f1;
}

.navbar-collapse-footer {
  justify-content: center;
}

.copyright {
  font-weight: normal;
  margin-bottom: 46px;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  color: #868686;
}

.site-footer-copyright {
  background-color: rgb(240, 240, 240);
  margin-top: 60px;
}

.nav-link {
  color: #f1f1f1;
  padding: 0.5rem 2rem;
}
