header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background: linear-gradient(0deg, #ff6a00 0%, #ee0979 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead {
  /*position: relative;*/
  /*overflow: hidden;*/
  padding-top: calc(3rem + 72px);
  padding-bottom: 3rem;
  /*background: linear-gradient(0deg, #ff6a00 0%, #ee0979 100%);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
  /*background-attachment: scroll;*/
  /*background-size: cover;*/
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}

#resume {}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}

.education-icon {
  margin-right: 8px;
  font-size: 2.0em;
  color: #1890ff;
}

@media (prefers-color-scheme: dark) {
  .education-icon {
    color: #40a9ff;
    /* Lighter blue for dark mode, if needed */
  }
}