/* ========================================================================
   Section: Projects
 ========================================================================== */

/* Grid & slideshow view */

.spw-projects {}

.spw-projects-desc {}

.spw-projects-desc__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #343d63;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}

.spw-projects-desc__subtitle {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.1px;
  color: #a1a1b0;
}

/* Project Details */

.spw-project {}

.spw-project-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.spw-project-header {}

.spw-project-content {}

.spw-project__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
}

.spw-project__subtitle {
  margin-top: 0;
  text-align: center;
}

.spw-project__divider {}

.spw-project__slideshow {}

.spw-project__description {}

.spw-project__cta {}

.spw-project-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 960px) {
  .spw-project {
    width: 80%;
    margin: auto;
  }
}


.light .spw-projects-desc__title,
.light .spw-projects-desc__subtitle {
  color: white !important;
}