/*
 █████  ██████   ██████  ██    ██ ████████
██   ██ ██   ██ ██    ██ ██    ██    ██
███████ ██████  ██    ██ ██    ██    ██
██   ██ ██   ██ ██    ██ ██    ██    ██
██   ██ ██████   ██████   ██████     ██
*/

/* Object: About */
.o-about {
  font-size: 16px;
}
  .o-about--assistance {}
  .o-about--body {
    
  }
  .o-about--header {
    margin: 0;
  }
  .o-about--support {
    
  }

/* Component: About Assistance */
.c-aboutAssistance {
  margin: 0 auto;
  max-width: 1120px;
  font-size: 16px;
}
  .c-aboutAssistance--container {
    padding: 4em 1em 3em 1em;
  }
  .c-aboutAssistance--description {
    line-height: 1.5em;
    margin: 1em auto 2em auto;
    max-width: 40em;
    max-width: 65ch;
  }
  .c-aboutAssistance--item {
    margin: 0 0 1em 0;
  }
  .c-aboutAssistance--items {
    line-height: 1.25em;
    text-align: center;
  }
  .c-aboutAssistance--title {
    line-height: 1.25em;
    font-size: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
  }

/* Component: About Body */
.c-aboutBody {
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 40em;
  max-width: 65ch;
}
  .c-aboutBody--container {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 4em 1em 3em 1em;
  }
  .c-aboutBody--supporter {
    margin: 0 0 1em 0;
  }
  .c-aboutBody--supporters {
    line-height: 1.25em;
    text-align: center;
  }
  .c-aboutBody--text {
    padding: 0 0 1.5em 0;
    /* font-size: 1.14285714em; */
  }

/* Component: About Header */
.c-aboutHeader {
  font-family: 'minion-pro', serif;
  font-size: 2em;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  z-index: 2;
}
  .c-aboutHeader--container {
    background-attachment: fixed;
    background-image: url('../img/home/banner/background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 1em;
    position: relative;
  }
  .c-aboutHeader--container:before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

/*
 ██████  ███    ███ ███████ ██████  ██  █████
██    ██ ████  ████ ██      ██   ██ ██ ██   ██
██ ██ ██ ██ ████ ██ █████   ██   ██ ██ ███████
██ ██ ██ ██  ██  ██ ██      ██   ██ ██ ██   ██
 █ ████  ██      ██ ███████ ██████  ██ ██   ██
*/

@media (min-width: 640px), print {

  /* Component: About Assistance */
  .c-aboutAssistance {}
    .c-aboutAssistance--items {
      columns: 2;
    }
    .c-aboutAssistance--title {
=      font-size: 2em;
    }

  /* Component: About Header */
  .c-aboutHeader {
    font-size: 3em;
    margin: 0;
  }

}

@media print {

  /* Component: About Assistance */
  .c-aboutAssistance {}
    .c-aboutAssistance--container {
      padding: 2em 0 1em 0;
    }

  /* Component: About Body */
  .c-aboutBody {}
    .c-aboutBody--container {
      background-color: transparent;
      padding: 2em 0 1em 0;
    }

  /* Component: About Header */
  .c-aboutHeader {
    text-shadow: none;
  }
    .c-aboutHeader--container {
      background: none;
      padding: 2em 0 0 0;
    }
    .c-aboutHeader--container:before {
      display: none;
    }

}
