.button-primary {
  background-color: #5ab52b;
  color: #000000;
}

.button-secondary {
  background-color: #c0e1b8;
  color: #000000;
}

.hover-background-primary-lightest:hover {
  background-color: #eff4fb;
  color: #162c40;
  transition: color 0.2s;
}

.theme-info {
  background-color: #294a71;
  color: #ebf9e8;
}

.theme-info-alt {
  background-color: #c0e1b8;
  color: #294a71;
}

.theme-header {
  color: #294a71;
}

.theme-icon {
  color: #294a71;
}
.theme-icon svg {
  fill: currentColor;
  stroke: currentColor;
}

.theme-link {
  color: #325989;
  transition: color 0.2s;
}
.theme-link:active {
  color: #294a71;
}
.theme-link:hover {
  color: #7090b5;
}

.theme-icon-alt {
  color: #c0e1b8;
}
.theme-icon-alt svg {
  fill: currentColor;
  stroke: currentColor;
}

.theme-section-header {
  background-color: #294a71;
  color: #ddf1d9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 40px 20px 40px 20px;
}
.theme-section-header p {
  color: #ddf1d9;
}

.theme-divider {
  height: 5px;
  width: 100%;
  background-color: #294a71;
  margin: 15px 0px;
}

.theme-cta {
  color: #325989;
}

.theme-section-alt-header {
  background-color: #eff4fb;
  color: #294a71;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.theme-section-alt-header p {
  color: #1f3b58;
  margin: 0px;
}

.theme-background {
  background-color: whitesmoke;
}

.theme-section {
  background-color: #eff4fb;
  color: #000000;
  margin-top: 50px;
}

.theme-subsection {
  background-color: #ddf1d9;
  color: #294a71;
}
.theme-subsection h1 h2 h3 {
  color: #294a71;
}
.theme-subsection p {
  color: #1f3b58;
  margin: 5px;
}
.theme-subsection p.profile-experience {
  margin-top: 20px;
}

.footer {
  background-color: #294a71;
  color: white;
  padding: 20px 0;
}
.footer p {
  margin: 0;
}
.footer nav ul {
  list-style: none;
}
.footer nav ul a:visited {
  color: white;
}
.footer nav ul li {
  margin: 10px 0;
}
.footer nav ul li .author {
  flex: 1;
  text-align: center;
  font-family: outfit;
}
.footer nav ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.2s;
}
.footer nav ul li a:hover {
  color: #a2b7d5;
}

@media (min-width: 1024px) {
  .footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 70px;
  }
  .footer .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0px;
    margin-right: auto;
    max-width: 1400px;
    padding-right: 70px;
  }
}

/*# sourceMappingURL=footer.css.map */
