* {
  text-align: justify;
}
div.page {
  padding-top: var(--header-height);
}
.section {
  min-height: 85vh;
  display: flex;
  vertical-align: middle;
  align-content: center;
  flex-wrap: wrap;
}
#typed-designation {
  font-size: 22px;
}
#typed-container {
  min-height: 40px;
}
.txt-28 {
  font-size: 28px;
}

.justify {
  text-align: justify;
}
img.profile {
  max-width: 100%;
  min-height: 200px;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.btn-cs-curved {
  border-radius: 20px;
  border: 1px solid;
  padding: 5px 30px;
}

.btn-cs-curved:hover {
  transition: 0.5s;
}

button.disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}
.fs-small {
  font-size: small;
}

.bd-rd-2 {
  border-radius: 2px !important;
}
.blockquote {
  border-left: 5px solid var(--block-quote-border-color);
  padding: var(--block-quote-padding);
  margin: var(--block-quote-margin);
  font-size: 1.1rem;
}
pre,
pre * {
  text-align: left;
}
/* pre.code,
pre.code * {
  text-wrap: auto;
} */
@media only screen and (max-width: 768px) {
  /* .fs-lg-5{
        font-size: 1.25rem !important;
    }
    .fs-lg-6{
        font-size: 1rem !important;
    } */
  .fs-5 {
    font-size: 1rem !important;
  }
  .fs-6 {
    font-size: 0.8rem !important;
  }
  .inline-sm {
    display: inline-block;
  }
}

.muted {
  color: var(--muted-text-color);
}

.ph-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
