/* app/javascript/packs/page.scss */
.navbar-item-home:hover {
  color: #008000 !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.is-active {
  color: #008000 !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.hero.is-primary {
  background: none !important;
}
p {
  font-size: 18px !important;
  text-align: justify;
  line-height: 1.7;
}
.vertical-centered {
  display: flex;
  justify-content: center;
}
.has-image-centered {
  margin-left: auto;
  margin-right: auto;
}
.is-people-image {
  width: 200px;
  height: 200px;
}
.image-caption {
  margin-top: 10px;
}
.is-left-aligned {
  text-align: left;
}
.custom-image {
  height: 260px !important;
  width: 100%;
  object-fit: cover;
}
.figure-left {
  height: 260px !important;
  margin-left: 0 !important;
  margin-right: 1em !important;
}
.figure-center {
  height: 260px !important;
  margin: 0 !important;
}
.figure-right {
  height: 260px !important;
  margin-left: 1em !important;
  margin-right: 0 !important;
}
td {
  border: none !important;
  padding: 0 !important;
  padding-top: 2px !important;
  font-size: 18px !important;
  text-align: justify;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .figure-left,
  .figure-center,
  .figure-right {
    height: 260px !important;
    margin-left: 0.2em !important;
    margin-right: 0.2em !important;
  }
  td {
    display: block;
  }
}
.rule-list {
  margin-top: 0 !important;
  font-size: 16px !important;
}
#application-progress-bar {
  display: none;
}
.table {
  background-color: #f5f5f5;
}
/*# sourceMappingURL=page.css.map */
