#top {
  font-size: 1.2rem;
}

  #top img {
    max-height: 95vw;
  }

  #top p, #top .container li {
    font-size: 1.2rem;
  }

h3 {
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 1rem;
}

#rhys {
  overflow: hidden;
  padding: 3rem 0;
}

  #rhys img {
    border-radius: 50%;
    max-width: 300px;
    max-height: 300px;
  }

  #rhys p {
    font-size: 1.2rem;
  }

#nav-about {
    color: var(--bs-navbar-active-color);
  }

td {
  font-size: 1.2rem;
  padding: .5rem 0 .5rem 1rem;
}

th {
  font-size: 1.2rem;
  padding: .5rem 0 0 1rem;
  text-align: right;
  vertical-align: top;
}

#experience {
  overflow: hidden;
  padding: 5rem 0;
}

  #experience p {
    font-size: 1.2rem;
  }

#vision p {
  padding: 1rem 0;
}

@media only screen and (min-width: 768px) {
  #rhys img {
    max-width: 500px;
    max-height: 500px;
  }

  #experience p {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  #rhys img {
    max-width: 95%;
    max-height: 95vw;
  }
}