/* Typography imported from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap");

body {
  font-family: "Rubik", sans-serif;
  padding: 1rem;
}

header {
  background: rgb(249, 73, 73);
  padding: 2rem;
}

section {
  background: rgb(219, 135, 76);
  padding: 2rem;
}

.paragraph-md {
  font-size: 1rem;
  color: rgb(0, 0, 0);
}
.paragraph-sm {
  font-size: 0.8rem;
  color: orangered;
}

h1 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: white;
  font-family: "Archivo Black", sans-serif;
}

h3 {
  font-family: "Archivo Black", sans-serif;
  color: rgb(137, 75, 4);
  margin-bottom: 0.5rem;
}

li {
  margin-bottom: 0.5rem;
}

h4 {
  margin-top: 0.5rem;
}

/* INDEX (Web Ring) */
.hero {
  padding: 2rem;
}

.hero-text {
  font-family: "Archivo Black", sans-serif;
  color: rgb(255, 255, 255);
  background: rgb(219, 84, 84);
  padding: 2rem;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
}

.index-links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  font-size: 2rem;
  font-family: "Archivo Black", sans-serif;
  color: rgb(168, 0, 0);
  text-transform: uppercase;
}

.hero-sub {
  color: rgb(251, 251, 251);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

.hero-text {
  border: 5px solid rgb(204, 17, 4);
}

.paragraph-sm {
  color: black;
}

.paragraph-sm {
  margin-bottom: 1.5rem;
  display: block;
}

.workexperince ul {
  list-style-type: disc;
  margin-left: 20px;
}

.workexperince li {
  margin-bottom: 30px;
}

.Education h5.paragraph-sm {
  margin-top: 20px;
  line-height: 1.5;
}

.skills ul {
  list-style-type: disc;
  margin-left: 20px;
}

.skills li {
  margin-bottom: 8px;
  font-size: 15px;
}

.Education ul {
  list-style-type: disc;
  margin-left: 20px;
}

.Education li {
  margin-bottom: 40px;
}

.Education h3,
.Education h4 {
  margin-bottom: 5px;
}

.Education h5.paragraph-sm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.workexperince li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
  list-style-type: none;
}

.hero-sub {
  margin-top: 40px;
  text-align: center;
}

.index-sub {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

/* INDEX (Web Ring) */
body {
  background-image: url("8-light-red-watercolor-background-3.jpg"); /* Ensure this matches your filename exactly */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

body {
  border: 8px solid white;
  min-height: 100vh;
  margin: 0;
  box-sizing: border-box;
}

/* Return Home */
header {
  position: relative;
}

.back-button {
  position: absolute;
  top: 20px;
  right: 20px;

  background-color: white;
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  border: 2px solid transparent;
}

.back-button:hover {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}

.skills-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

.skills-list {
  flex: 1;
  min-width: 150px;
  list-style-type: disc !important;
  padding-left: 20px;
}

.skills {
  background-color: (143, 96, 96);
  padding: 30px;
  overflow: hidden;
  display: block;
  height: auto;
}

.skills-column h2 {
  font-family: "Archivo Black", sans-serif;
}

.skills-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  align-items: flex-start;
}

.skills {
  background-color: #be4b47;
  padding: 40px;
  height: auto;
  display: block;
  overflow: hidden;
}

.skills-column h2 {
  font-size: 32px;
  color: white;
  margin-bottom: 20px;
  text-align: left;
}

.skills-list {
  padding-left: 20px;
  list-style-type: disc;
}

.contact-info {
  color: rgb(220, 225, 230);
}
