/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  margin: 0 auto;
  width: 100%;
  background-color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 5vw;
  font-weight: light;
  text-decoration: none;
  overflow-x: hidden; }

body {
  width: 100%;
  margin: 0 auto;
  background-color: #E9E9E9; }

h1 {
  font-family: "Merriweather", serif;
  text-align: left;
  margin-top: 0px;
  font-weight: 400; }

h2 {
  font-family: "Merriweather", serif;
  font-weight: 400; }

h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  text-align: center;
  margin-top: 0%; }

header h1 {
  text-align: left;
  font-size: 5em; }
header h2 {
  text-align: left;
  background-color: rgba(7, 136, 155, 0.8); }

a {
  text-decoration: none;
  color: #E9E9E9; }

p {
  padding-left: 1%; }

a:hover {
  background-color: #66B9BF;
  transition: background-color .3s linear; }

.page-wrapper {
  background-color: #E9E9E9;
  width: 100%; }

.intro {
  clear: both;
  background-color: rgba(238, 170, 123, 0.8); }
  .intro header {
    background-color: rgba(7, 136, 155, 0.8);
    color: white;
    background-image: url("../img/orange.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 20%;
    height: 100vh;
    border-bottom: 25px solid #66B9BF; }
  .intro h1 {
    padding-top: 5%;
    font-size: 26vw; }
  .intro .summary {
    /*border: 25px solid $color2;
    border-style: double;*/
    color: rgba(7, 136, 155, 0.8);
    transition: color .4s linear; }
  .intro .preamble {
    background-color: #66B9BF;
    color: white;
    /*border: 25px solid $color2;
    border-style: double;*/
    background-repeat: no-repeat;
    background-position: 20% 60%;
    box-sizing: border-box; }
    .intro .preamble h3 {
      margin-top: 0%;
      background-color: rgba(7, 136, 155, 0.8);
      /*border: 20px solid $color2;*/ }
    .intro .preamble p {
      /*border-bottom: 5px solid $color1;*/
      padding-bottom: 5%;
      margin: 0%;
      padding-top: 5%; }

.main {
  position: relative;
  clear: both; }

.explanation {
  background-color: rgba(7, 136, 155, 0.8);
  color: white;
  /* border: 25px solid $color3;
  border-style: double;*/
  padding-bottom: 5%;
  box-sizing: border-box; }
  .explanation h3 {
    margin-top: 0%; }

.benefits {
  background-color: rgba(7, 136, 155, 0.8);
  color: white;
  /*border-top: 25px solid $color3;
  border-bottom: 25px solid $color3;
  border-right: 25px solid $color3;
  border-left: 25px solid $color3;
  border-style: double;*/
  box-sizing: border-box; }
  .benefits h3 {
    background-color: #66B9BF;
    border: 10px solid #66B9BF; }

.participation {
  /*border: 25px solid $color2;
  border-image: url("../img/mountains.svg") 1% round;
  border-style: double;*/
  background-repeat: no-repeat;
  background-size: 250%;
  background-position: 30% 100%;
  box-sizing: border-box; }
  .participation a {
    color: black; }

.requirements {
  color: #66B9BF;
  /*border: 25px solid $color2;
  border-style: double;*/ }
  .requirements p {
    background-color: rgba(62, 66, 58, 0.9);
    color: white;
    margin: 0%;
    /*border-top: 15px solid $color3;*/
    padding-top: 1.5%;
    padding-bottom: 1.5%; }
    .requirements p a {
      text-decoration: none;
      color: #E9E9E9; }

footer {
  background-color: rgba(238, 170, 123, 0.8);
  position: relative;
  bottom: 0;
  height: auto;
  width: 100%;
  text-align: center; }
  footer a {
    color: white; }

.sidebar {
  background-color: rgba(238, 170, 123, 0.8);
  /*border: 25px solid $color5;
  border-style: double;*/ }
  .sidebar .design-selection h3 {
    background-color: #E37222;
    margin-bottom: 0%;
    color: white; }
  .sidebar .design-selection ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 0%; }
    .sidebar .design-selection ul li {
      padding-top: 2%;
      padding-bottom: 2%;
      padding-left: 2%; }
    .sidebar .design-selection ul li:nth-child(1) {
      background-color: rgba(7, 136, 155, 0.8); }
    .sidebar .design-selection ul li:nth-child(2) {
      background-color: #E9E9E9;
      color: rgba(7, 136, 155, 0.8); }
      .sidebar .design-selection ul li:nth-child(2) a {
        color: rgba(7, 136, 155, 0.8); }
    .sidebar .design-selection ul li:nth-child(3) {
      background-color: rgba(238, 170, 123, 0.8); }
    .sidebar .design-selection ul li:nth-child(4) {
      background-color: #66B9BF; }
    .sidebar .design-selection ul li:nth-child(5) {
      background-color: rgba(7, 136, 155, 0.8); }
    .sidebar .design-selection ul li:nth-child(6) {
      background-color: #E9E9E9;
      color: rgba(7, 136, 155, 0.8); }
      .sidebar .design-selection ul li:nth-child(6) a {
        color: rgba(7, 136, 155, 0.8); }
    .sidebar .design-selection ul li:nth-child(7) {
      background-color: rgba(238, 170, 123, 0.8); }
    .sidebar .design-selection ul li:nth-child(8) {
      background-color: #66B9BF; }
  .sidebar .design-archives ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 0%; }
    .sidebar .design-archives ul li {
      padding-top: 2%;
      padding-bottom: 2%;
      padding-left: 2%; }
  .sidebar .zen-resources ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 0%;
    margin-bottom: 0%; }
    .sidebar .zen-resources ul li {
      padding-top: 2%;
      padding-bottom: 2%;
      padding-left: 2%; }

html {
  overflow-x: hidden; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
  p {
    font-size: 1em; }

  .intro {
    clear: both;
    font-size: .25em; }
    .intro .summary {
      margin-right: 2%;
      width: 40%;
      position: relative;
      float: left;
      height: 100%;
      font-size: 2.5em;
      box-sizing: border-box;
      background-color: rgba(238, 170, 123, 0.8);
      color: white; }
    .intro header {
      height: 70vh;
      padding-bottom: 10%;
      background-size: 35%;
      background-position: 90% 20%; }
      .intro header h1 {
        font-size: 11em; }
      .intro header h2 {
        font-size: 6vw;
        bottom: 120px; }
    .intro .preamble {
      width: 100%; }
      .intro .preamble h3 {
        font-size: 4em; }
      .intro .preamble p {
        font-size: 1.9em; }

  .explanation {
    width: 100%;
    clear: both; }
    .explanation p {
      font-size: .5em; }

  .participation p {
    font-size: .5em; }

  .benefits p {
    font-size: .5em;
    padding-bottom: 5%; }

  .requirements p {
    font-size: .5em; } }
@media only screen and (min-width: 60em) {
  p {
    font-size: .5em; }

  .intro header {
    height: 20vh;
    background-size: 20%;
    background-position: 90% 40%; }
    .intro header h1 {
      font-size: 5em; }
    .intro header h2 {
      font-size: 3em;
      position: relative;
      top: -22%;
      bottom: 0%; }
  .intro .preamble h3 {
    font-size: 2em; }
  .intro .preamble p {
    font-size: 1em;
    padding: 2%;
    width: 60%;
    text-align: right;
    margin-left: 35%; }

  #zen-summary {
    width: 30%;
    margin-left: 5%; }

  .explanation {
    width: 50%;
    float: left; }
    .explanation h3 {
      font-size: .5em; }
    .explanation p {
      font-size: .25em; }

  .participation {
    float: left;
    width: 50%; }
    .participation h3 {
      font-size: .5em; }
    .participation p {
      font-size: .25em;
      padding-left: 5%;
      padding-right: 5%; }

  .benefits {
    clear: both;
    width: 30%;
    float: left; }
    .benefits h3 {
      font-size: .5em; }
    .benefits p {
      font-size: .25em; }

  .requirements {
    width: 80%; }
    .requirements h3 {
      font-size: .5em; }
    .requirements p {
      font-size: .25em; }

  .sidebar {
    width: 100%; }
    .sidebar .design-selection h3 {
      font-size: .5em; }
    .sidebar .design-selection li {
      box-sizing: border-box;
      font-size: .25em;
      width: 12.5%;
      float: left;
      padding: 0%;
      height: 110px; }
    .sidebar .design-archives {
      clear: both;
      width: 100%;
      text-align: center;
      height: 25vh; }
      .sidebar .design-archives h3 {
        font-size: .5em;
        margin-bottom: -3%;
        padding-top: 2%; }
      .sidebar .design-archives nav {
        clear: both; }
      .sidebar .design-archives ul {
        display: flex;
        padding-left: 35%; }
        .sidebar .design-archives ul li {
          width: 20%;
          float: left; }
          .sidebar .design-archives ul li a {
            font-size: .25em; }
    .sidebar .zen-resources {
      background-color: #66B9BF;
      clear: both;
      width: 100%; }
      .sidebar .zen-resources h3 {
        font-size: .5em;
        margin-bottom: -3%;
        padding-top: 2%; }
      .sidebar .zen-resources ul {
        display: flex;
        text-align: center;
        padding-left: 24%; }
        .sidebar .zen-resources ul li {
          text-align: center;
          float: left; }
          .sidebar .zen-resources ul li a {
            font-size: .25em; }

  footer {
    width: 100%;
    font-size: .5em;
    clear: both; } }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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