#caw-logo {
    width:350px;
}
#caw {
    background-color: #D8D8F6;
    color: #301A4B;
}
#caw h1.title {
    color: #E4572E;
}
#caw h3.subtitle {
    color: #E4572E;
}
h1, h2, h3, h4, h5, h6 {
    color: #301A4B;
}
#testimonials {
    background-color: #7A3B69;
    padding-top: 100px;
    padding-bottom: 100px;
}
#check {
    color: #bb4430;
}
#supporters {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #070707;
}
#supporters > .title {
        margin-bottom: 6rem;
    color: #D8D8F6;
    }
#form {
    background-color: #D8D8F6;
}
.face {
    max-width: 200px;
}
.card {
    max-width: 33rem;
    min-height: 1285px;
    display: flex;
    flex-direction: column;
}
.card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
/* prevents horizontal scrolling on mobile when button texts are long */
button {
    white-space: normal !important;
    height: auto !important;
}
a.button {
    white-space: normal;
    height: auto;
    background-color: #E4572E;
    color: white;
}
a.button:hover {
    background-color: #C7421A;
    color: white;
}
.sentence {
    min-height: 250px;
}
.quote-bio {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.quote {
    /* https://stackoverflow.com/a/31006659 */
    flex-grow: 1;
}
.bio {
    min-height: 220px;
}
.has-text-info {
    margin-right: 0.5em;
}
#supporters .column.big img {
    min-width: 250px;
}
#supporters .column.small img {
    min-width: 200px;
    max-width: 200px;
}
#warning {
    margin: auto;
    max-width: 50rem;
}
#warning img {
    max-width: 20rem;
}
.tester {
    /* avoids img overflow */
    max-width: 100%;
}
#materials {
    background-color: #D8D8F6;
}
.has-background-blueish {
    background-color: #D8D8F6;
}
.teaching {
    min-height: auto;
}
.module-image {
    width: 256px;
}
#sdgs img {
    width: 150px;
}
#sdgs img.big {
    width: 200px;
}
.is-centered {
    margin: auto;
}
.material {
    width:250px;
    float: left;
    margin-right: 10px;
}
.medium-pic {
    width: 450px;
}
.small-pic {
    height: 60px;
}
#team img {
    border-radius: 15px;
}

/* https://github.com/buefy/buefy/issues/364 */
@media screen and (max-width: 1024px) {
  /* That would keep the active expanded but breaks mobile:
   * .tabs > ul > li:not(.is-active) > a > span:not(.icon) {
   */
  .tabs > ul > li > a > span:not(.icon) {
    display: none;
  }
  .tabs li:not(.is-active) {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .tabs .icon {
    margin-left: 0.5em;
  }
}
.tabs li {
  transition: flex-grow 1s ease;
}

#keycom .level-left, #keycom .level-item {
  flex-shrink: 1;
}
