* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --background-color: #0e0e0e;
  --foreground-color: #222222;
  --light-foreground: #919191;
  --font-color: #d2d2d2;
  --blue-color: #8AAAE5;
}

body {
  color: var(--font-color);
  font-family: "Poppins", "sans-serif";
  background-color: var(--background-color);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.home {
  position: relative;
  display: flex;
  background-color: var(--background-color);
  padding: 30px 7%;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  z-index: 1;
}

.home a#theHome {
  color: var(--background-color);
}

i {
  color: var(--font-color);
}

ul {
  display: flex;
  list-style: none;
  width: 80%;
  justify-content: space-between;
}

ul li a {
  text-decoration: none;
  color: var(--light-foreground);
}

ul li {
  text-align: center;
}

ul li a:hover {
  text-decoration: underline;
  color: var(--font-color);
  transition: color 1s ease;
}

.full-body {
  padding: 15px 0px;
  margin: 0px 22px;
  background-color: var(--foreground-color);
  border-radius: 15px;
}

.education-content {
  position: relative;
  display: flex;
  margin: 50px 0px;
}

.education-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border-bottom: 2px solid var(--light-foreground);
}

.self {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
 
.self img {
  width: 50%;
  margin-bottom: 30px;
}

.self-context {
  width: 50%;
}

.myself {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--light-foreground);
}

.myself > div {
  display: flex;
  text-align: center;
  align-items: center;
  margin: 7px 0px;
}

.myself a {
  color: var(--blue-color);
}

.myself a i {
  margin-left: 5px;
  color: var(--blue-color);
}

h1 {
  color: var(--light-foreground);
  font-size: 40px;
  text-align: center;
  width: 100%;
}

h2 {
  color: var(--light-foreground);
  margin-right: 15px;
}

h3 {
  color: var(--font-color);
  font-size: 18px;
  font-weight: 600;
}

h4 {
  color: var(--light-foreground);
  margin-right: 15px;
  font-size: 18px;
}

h5 {
  color: var(--font-color);
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  margin-left: 10px;
}

.penn-state {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.penn-state > div {
  display: flex;
  text-align: center;
  align-items: center;
  margin: 7px 0px;
}

.penn-state img {
  padding-bottom: 10px;
}

.leadership-content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 50px 0px;
}

.leadership-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border-bottom: 2px solid var(--light-foreground);
}

.ato {
  display: flex;
}

.logo {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 50%;
  max-width: 50%;
  margin-bottom: 30px;
}

.about {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

.about .ato-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.about > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 7px 0;
}

.about p {
  max-width: 84%;
  text-align: left;
}

.sports {
  display: flex;
}

.about-two .sports-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.about-two {
  flex: 0 0 51.4%;
  margin-left: 8.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

.about-two > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 7px 0;
}

.about-two p {
  max-width: 90%;
  text-align: left;
}

.leadership-conf {
  display: flex;
}

.about .conf-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.involvement-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

.involvement-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border-bottom: 2px solid var(--light-foreground);
}

.thetext {
  text-align: center;
  max-width: 70%;
  margin-bottom: 40px;
}

.thetext p {
  margin-bottom: 20px;
}

.thetext > div {
  margin: 10px 0px;
}

.thon-images {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.thetext img {
  width: 50%;
  height: 50%;
}

.slider-container {
  margin-bottom: 50px;
  overflow-x: auto;
  white-space: nowrap;
  width: 80vw;
  height: 300px;
  position: relative;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  scroll-snap-type: x mandatory;
}

.slider-wrapper img {
  width: auto;
  height: auto;
  flex-shrink: 0;
  max-height: 100%;
  scroll-snap-align: center;
}

.hobbies-content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 50px 0px;
}

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

.hobbies-img {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 45px;
}

.hobbies-img img {
  width: 30%;
}

