.navigation {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  float: center;
  top: 0.5rem;
  background: rgba(248, 248, 255, 0.6);
  backdrop-filter: blur(3px);
}

.navCurrent {
  color: SteelBlue;
  display: inline-block;
}

.navDefault {
  color: SlateGray;
  display: inline-block;
}

.footerText {
  text-align: center;
  color: Silver;
}

.footer {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

#toTopBtn {
  display: none;
  cursor: pointer;
  z-index: 99;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  border: none;
  outline: none;
  color: Gainsboro;
  background-color: rgba(50, 50, 50, 0.6);
  backdrop-filter: blur(3px);
}

#toTopBtn:hover {
  color: Snow;
  background-color: rgba(20, 20, 20, 0.6);
}

.wrapperV {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.flxV {
  padding-bottom: 2rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: top;
}

.flxVHome {
  padding-bottom: 0rem;
  /* display:         flex; */
  /* flex:            1; */
  flex-direction: column;
  /* justify-content: top; */
  /* align-content: top; */
  /* background-color: cyan; */
}

.flxH {
  padding-block: 0.5rem;
  display: flex;
  flex: 1;
  gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flxH > * {
  flex-basis: 100%;
  flex-shrink: 100%;
}

.flxHome {
  padding-block: 0.5rem;
  display: flex;
  flex: 1;
  gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  /* background-color: green; */
}

.flxHome > * {
  flex-basis: 100%;
  flex-shrink: 100%;
}

.imgHome {
  width: 100%;
  height: 100%;
  max-width: 32%;
}

.flxHAbout {
  display: flex;
  flex: 1;
  gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
}

.flxHAbout > *:nth-child(1) {
  margin-top: 3.4rem;
  flex: 1 1 16%;
}

.flxHAbout > *:nth-child(2) {
  flex: 1 1 84%;
}

.flxHUneven {
  display: flex;
  flex: 1;
  gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
}

.flxHUneven > *:nth-child(1) {
  flex: 1 1 25%;
}

.flxHUneven > *:nth-child(2) {
  flex: 1 1 75%;
}

.flxHUnevenR {
  display: flex;
  flex: 1;
  gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
}

.flxHUnevenR > *:nth-child(1) {
  flex: 1 1 50%;
  height: 100%;
}

.flxHUnevenR > *:nth-child(2) {
  flex: 1 1 50%;
  height: 100%;
}

.spacer {
  padding-block: 1rem;
}

.dLine {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 0.1rem;
  border-width: 0;
  width: 60%;
  background-color: Silver;
}

img {
  padding-block: 0.3rem;
  width: 100%;
  height: 100%;
}

.imgProfile {
  padding-left: 2rem;
  width: 100%;
  height: 100%;
}

.bodyC {
  color: Black;
  background-color: GhostWhite;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  margin-inline: auto;
  width: clamp(200px, 100%, 1200px);
}

.mainText {
  text-align: left;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-size: 100%;
  line-height: 1.35rem;
}

.linkIndentText {
  text-align: left;
  padding-left: 1.8rem;
  padding-right: 0.3rem;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.35rem;
  color: #666666;
  /* border: 3px solid cadetblue; */
  /* background-color: azure; */
}

.centeredText {
  text-align: center;
  margin-top: 2.2rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-size: 100%;
  line-height: 1.35rem;
}

br {
  margin-bottom: 0.4rem;
  content: "";
  display: block;
}

.title {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2.2rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.sub-title {
  text-align: center;
  margin-top: 1.4rem;
  margin-bottom: 0.2rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.home-title {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.date {
  color: Silver;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: 0.8rem;
}

.dateHome {
  color: Silver;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
  /* border: 3px solid Orange; */
}

/*# sourceMappingURL=styles.css.map */