html {
  /* font-size: 62.5%; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  /* font: normal 300 1.4rem/1 "Poppins", sans-serif; */
  font: normal 11pt "Poppins", sans-serif;
  /* color: #333; */
  /* background-color: #f7f7f5; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-y: auto;
}
b {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
a,
.nav-link {
  text-decoration: none;
  color: orange;
}
.nav a {
  font-size: 11pt;
}
.input-group-text {
  font-weight: bold;
}
.card-sm > div {
  padding: 0.25rem;
}
.text-justify {
  text-align: justify;
}
.bgif {
  background: transparent center no-repeat fixed;
  background-size: cover;
}
.s100 {
  min-height: 100vh;
}
.s75 {
  min-height: 75vh;
}
.s50 {
  min-height: 50vh;
}
.s25 {
  min-height: 25vh;
}
