/*
 * This css file includes styles added in the jekyll port of this theme.
 * To find the original style.css that ships with Airspace, read airspace.css
 *
 */

.section-title {
  text-align: left;
}

#intro {
  padding-bottom: 80px;
}

#who-i-help {
  padding: 90px 0;
  background: #f9f9f9;
}

.who-i-help-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.who-i-help-list li {
  font-size: 16px;
  color: #555;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.6;
}

.who-i-help-list li:last-child {
  border-bottom: none;
}

#recent-projects {
  padding: 90px 0;
  background: #f9f9f9;
}

.project-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-list li {
  font-size: 16px;
  color: #555;
  padding: 14px 0;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.6;
}

.project-list li:last-child {
  border-bottom: none;
}

#contact {
  padding: 90px 0;
  background: #f9f9f9;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}

.contact-list li:last-child {
  border-bottom: none;
}

.contact-list a {
  color: #4A4656;
}

#technologies {
  padding: 90px 0;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.tech-tag {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #4A4656;
  border-radius: 3px;
  color: #4A4656;
  font-size: 14px;
  line-height: 1.4;
}

 .italic {
   font-style: italic;
 }

 .bold {
   font-weight: bold;
 }

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

.post-area {
  padding: 40px;
  width: 100%;
  min-height: 150px;
  background-color: white;
  border-bottom: 1px dotted #ddd;
}

.post-area a:link, .post-area a:visited {
  font-size: 30px;
  color: #333;
}

.post-area a:hover {
  color: #0D0017;
}
