/* .about-section {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}

.skills-section {
    background-color: #f0f0f0;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
}

.quick-info {
    background-color: #ffffff;
    padding: 15px 20px;
    margin: 15px 0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #555;
} */
 body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    color: #333;
}
header {
    background: #90D5FF;
    color: #fff;
    padding: 20px;
    text-align: center;
}
section.fullpage {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    //max-width: 900px;
    margin: auto;
}
h1, h2 {
    color: #004080;
    font-weight:700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    

}
ul {
  list-style-type: square;
  margin-left: 20px;
}
.contact a {
  color: #004080;
  text-decoration: none;
}
.contact a:hover {
  text-decoration: underline;
}
.skill-pill {
  transition: all 0.3s ease;
}
.skill-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

#education {
  margin: 30px auto 0 auto;
  position: relative;
  align-items: center;
  align-content: center;
  text-align: center;
}

#experience {
  padding: 50px 15px;
  text-align: center;
  border-bottom: 1px solid #dcd9d9;
}
#experience-timeline {
  margin: 30px auto 0 auto;
  position: relative;
  max-width: 1000px;
}
#experience-timeline:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 303px;
  right: auto;
  height: 100%;
  width: 3px;
  background: #90D5FF;
  z-index: 0;
}
#experience-timeline:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 40px;
  background: #90D5FF;
  background: linear-gradient(to bottom, #90D5FF, rgba(52, 152, 219, 0));
  top: 100%;
  left: 303px;
}
.vtimeline-content {
  margin-left: 350px;
  background: #fdfaf4;
  border: 1px solid #e6e6e6;
  padding: 15px;
  border-radius: 3px;
  text-align: left;
}
.vtimeline-content h3 {
  font-size: 1.5em;
  font-weight: 300;
  color: #5b4636;
  display: inline-block;
  margin: 0;
}
.vtimeline-content h4 {
  font-size: 1.2em;
  font-weight: 300;
  color: #7e8890;
  margin: 0 0 15px 0;
}
.vtimeline-content p {
  color: #766e65;
  font-size: 0.9em;
  margin: 0;
}
.vtimeline-point {
  position: relative;
  display: block;
  vertical-align: top;
  margin-bottom: 30px;
}
.vtimeline-icon {
  position: relative;
  color: #fdfaf4;
  width: 50px;
  height: 50px;
  background: #90D5FF;
  border-radius: 50%;
  float: left;
  z-index: 99;
  margin-left: 280px;
}
.vtimeline-icon i {
  display: block;
  font-size: 2em;
  margin-top: 10px;
}
.vtimeline-date {
  width: 260px;
  text-align: right;
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: 300;
  color: #5b4636;
}
