/* breakpoints */
.section-header {
  line-height: 1.7em;
}

.section-title {
  color: #0088C8;
  font-size: 30px;
}

.cards {
  margin: 40px auto;
  width: 1010px;
  border-bottom: 1px solid #BEE6F9;
}

.card {
  background: #fff;
  display: inline-block;
  margin: 1rem;
  position: relative;
  width: 300px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}

.card-header, .card-content, .card-actions {
  margin: 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #CFECFA;
}

.card-title {
  color: #0088C8;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-content {
  line-height: 1.7em;
}

.card-header:last-child, .card-content:last-child, .card-actions:last-child {
  border-bottom: none;
}

.card-img-container {
  height: 150px;
  overflow: hidden;
}

.card-img {
  width: 100%;
}

.card-actions--centered {
  text-align: center;
}

.card-action-button {
  color: #ffffff;
  background-color: #337ab7;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 20px;
  text-decoration: none;
}

a.card-action-button:hover {
  text-decoration: none;
  color: white;
}

.card--fullwidth {
  width: 100%;
}

@media only screen and (max-width: 786px) {
  .card--fullwidth {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card--fullwidth {
    width: 94%;
  }
}

.training-card {
  background: #fff;
  display: inline-block;
  margin: 1rem;
  position: relative;
  width: 100%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}

.training-card-content {
  margin: 0 20px;
  padding: 10px 0;
}

.training-card-actions {
  margin: 0 20px;
  padding: 10px 0;
  float: right;
}
