.marathon-hgroup {
  display: inline-block;
  align-items: right;
}

.marathon {
  display: flex;
  height: 100vh;
}
#deskh1 {
  display: block;
}

#mobh1 {
  display: none;
}

#ecul {
  width: 500px;
}

.translucent-btn {
  background-color: rgba(255, 255, 255, 0.05); /* subtle light overlay */
  color: #dbeafe; /* soft light blue */
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 12px 24px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.translucent-btn:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}

.mobcontrast {
  text-decoration: none;
}

.marathon-text {
  width: 33.33333333%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.academic-text {
  width: 66.6666666%;
  flex-direction: column;
  align-items: flex-start;
}

.marathon-visual {
  /* margin-left: 30px; */
  width: 33.333333%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marathon-stats {
  width: 33.3333333%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hartford-marathon-image {
  /* margin-left: 50px; */
  border-radius: 5px;
  width: 25vw;
}

.mha2 {
  width: 100%;
  padding: 50px;
}

.extracurricular-marathon {
  flex-direction: row-reverse;
}

.final-buttons {
  display: flex;
  width: 550px;
  justify-content: space-between;
}

.stats-list li {
  list-style-type: lower-greek;
}

.prudential-boston-image {
  height: 90vh;
  object-fit: cover;
}

.beginning-text {
  padding: 0;
}

.inner-beginning {
  width: 50vw;
}

#i-start {
  height: 90vh;
}

@media screen and (max-width: 991px) {
  .aca-visual {
    width: 100%;
  }

  .center-image {
    width: 50%;
  }

  #i-start {
    height: 95vh;
    width: 100vw;
  }

  .academic-text {
    width: 100%;
    align-items: center;
  }

  .scrolling-button {
    width: auto;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
  }

  #i-marathon {
    flex-direction: column;
    justify-content: center;
  }

  .marathon-text {
    width: 100%;
  }

  .marathon-stats {
    width: 100%;
  }

  #tennis-doncic-pic {
    display: none;
  }

  #i-investing {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .marathon-visual {
    width: 100%;
  }

  .xid {
    width: auto;
    height: auto;
  }

  #i-academic {
    flex-direction: column-reverse;
    justify-content: center;
  }

  #academic-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    /* height: 40vh; */
    display: block;
  }

  #acad-visual {
    height: 30%;
    width: 100vw;
    overflow: hidden;
  }

  .mob-list {
    font-size: smaller;
  }

  #academicid {
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .img-wrapper {
    overflow: hidden;
    border-radius: 10px;
    width: 100vw;
    margin: 5%;
    height: 30vh;
  }

  .doncic-wrapper {
    overflow: hidden;
    border-radius: 10px;
    padding: 50px;
    padding-bottom: 10px;
  }

  #ecul {
    width: auto;
  }

  .final-buttons {
    flex-direction: column;
    margin: 0 auto;
  }

  #sce {
    margin-top: 10px;
  }

  #i-stats {
    margin-top: 10vh;
  }

  #rotated-text {
    transform: rotate(90deg);
  }

  xc {
    display: hidden;
  }

  #deskh1 {
    display: none;
  }

  #mobh1 {
    display: block;
  }

  #i-stats {
    overflow: hidden;
  }

  .final-buttons {
    width: 100%;
  }

  #track {
    display: none;
  }

  #float-bar {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 100vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
