@import url('global.css');

.index-container {
  max-width: 455px;
  min-width: 320px;
  height: 100%;
}

a.a-link {
  text-decoration: underline;
  color: rgb(254, 101, 50);
}

a.a-link:hover {
  text-decoration: overline;
  color: rgb(255, 153, 102);
}

li {
  width: 20px;
}

.header-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 9%;
}

.background {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  text-align: left;
  width: 350;
}

.text-container {
  font-size: 18px;
}

.img-container {
  margin-top: 16px; 
  margin-left: 15%; 
}

.img-profile {
  border: 2px solid rgba(255, 255, 255, 0.8);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.bio-section {
  font-weight: 600;
}

.ventures-section {
  font-weight: 600;
}

.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

h2.section-title {
  font-size: 2.5rem;
}

.bio-entry {
  margin-bottom: 10px;
}

.bio-year {
  font-weight: bold;
  margin-right: 8px;
}

.hobbies-section {
  font-weight: 600;
}

ul.socials {
  list-style-type: none;
  padding-left: 6px;
  margin-bottom: 30%;
}

body.dark .socials button i {
  color: #fff;
}

body.light .socials button i {
  color: #6d6d6d;
}

/* Hover effect */
.socials button:hover {
  background: rgb(252, 118, 73);
  color: var(--background, #fff);
}

.projectBtn-container {
  text-align: center;
}

.btnProjects {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  background-color: rgb(252, 118, 73);
  color: beige;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  width: 150px;
}

.btnProjects:hover {
  background-color: rgb(255, 153, 102);
  color: beige;
}
