/* A style sheet, defining styling for components local to the Certification page. */
@import url("./_badges.css");
@import url("./_variables.css");

/* Section styling */
.cert-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.cert-entries {
  background-color: var(--primary-color);
  border: 4px solid var(--accent-color);
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  border-radius: 8px;
}

/* Horizontal dividers between sections */
.section-divider {
  border: 0;
  height: 3px;
  background-color: var(--accent-color);
  margin: 0px 0;
}

/* Section headings */
.cert-section h3 {
  color: var(--primary-font-color);
  margin-bottom: 20px;
  border-left: 4px solid #0066cc;
  padding-left: 10px;
}

/* Custom colors for each certification type */
#aws-certs h3 {
  border-left-color: #ff9900;
}

#terraform-certs h3 {
  border-left-color: #7b42bc;
}

#docker-certs h3 {
  border-left-color: #0db7ed;
}

#kubernetes-certs h3 {
  border-left-color: #326ce5;
}

#tensorflow-certs h3 {
  border-left-color: #ff6f00;
}

#github-certs h3 {
  border-left-color: #51bd6e;
}
