* {
  direction: rtl !important;
}

input#mce-EMAIL {
  direction: ltr;
}

a.smoothscroll {
  font-weight: bold !important;
  letter-spacing: 0.15em;
  font-size: var(--text-sm);
}

nav.tab-nav a {
  font-weight: bold !important;
  letter-spacing: 0.15em;
  font-size: var(--text-sm);
}

iframe#opener-news {
  display: none;
}

div#people {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
div#people > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  border: 1px solid gray;
  margin: 10px;
  min-width: 300px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
div#people > div p.name {
  margin: 0px;
  font-weight: bold;
}
div#people > div img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid gray;
}/*# sourceMappingURL=migrate.css.map */