html {
  scroll-behavior: smooth;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

#gfooter .footer_info {
  width: 100%;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.just-evenly {
  justify-content: space-evenly;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 30%;
}

.quarter {
  width: 25%;
}

.one-fifth {
  width: 20%;
}

@media screen and (max-width: 480px) {
  .one-half,
  .one-third,
  .quarter,
  .one-fifth {
    width: 100%;
    margin-bottom: 2em;
  }
}

.fb-container {
  max-width: 100%;
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
}

.fb-page {
  max-width: 100% !important;
  width: 100% !important;
}

.fb-page iframe {
  width: 100% !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
