/* Layout Elements */

.container.warningz {
  min-height: 100vh;
  background-color: #c7c7cc;
}

.container.layout-section {
  background-color: #fff;
}

@supports (display: grid) {
  /* Text Elements */

  h1.heading-2 {
    margin-bottom: -12px;
    color: #fff;
    font-size: 36px;
    line-height: 50px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
       -moz-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
  }

  h2.heading-3 {
    margin-right: 24px;
    margin-bottom: -8px;
    color: #2274a5;
    text-align: right;
    font-size: 16px;
    line-height: 20px;
  }

  p.paragraph.paragraph-1 {
    margin: auto auto auto 20px;
    color: #000;
    font-size: 24px;
    line-height: 0;
  }

  p.paragraph.paragraph-2 {
    margin-bottom: 20px;
    padding: 10px;
    max-width: 400px;
    max-height: 250px;
    box-shadow: none;
    color: #032b43;
    font-size: 14px;
    line-height: 30px;
  }

  p.paragraph span.paragraph-text-1 {
    color: #b7d3f2;
    font-size: .8125rem;
    line-height: 1.6;
  }

  p.paragraph.paragraph-4 {
    margin-bottom: 0;
    margin-left: 10px;
    padding: 6px;
    max-width: 400px;
    color: #000;
    font-size: 12px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  p.paragraph.paragraph-5 {
    min-width: 0;
    font-size: 0;
  }

  p.paragraph span.paragraph-text-2 {
    color: #dad7cd;
  }

  p.paragraph span.paragraph-text-4 {
    line-height: .5;
  }

  p.paragraph span.paragraph-text-5 {
    line-height: .49;
  }

  p.paragraph.paragraph-6 {
    margin-top: auto;
    margin-right: 20px;
    margin-bottom: auto;
    color: #dad7cd;
  }

  p.paragraph.paragraph-7 {
    color: #dad7cd;
  }

  a.link-text.text-link-1 {
    color: #dad7cd;
  }

  /* Interaction Elements */

  a.link-button.close-button {
    color: #dad7cd;
    font-size: 46px;
  }

  /* Layout Elements */

  body.body-1 {
    display: grid;

    grid-template-columns: auto;
    grid-template-rows: auto;
  }

  .container.layout-section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    grid-area: main;
  }

  .container.warningz {
    display: grid;
    background-color: #224870;

    grid-template-columns: 1fr;
    grid-template-rows: repeat(2 , 80px) 1fr 120px 80px;
    grid-template-areas: 'header' 'navigation' 'main' 'aside' 'footer';
    grid-row-gap: 1px;
  }

  .container.header.layout-section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #224870;

    grid-area: header;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
  }

  .container.nav {
    background-color: #ff9500;

    grid-area: navigation;
  }

  .container.aside {
    background-color: #4ed964;

    grid-area: aside;
  }

  .container.footer {
    background-color: #007aff;

    grid-area: footer;
  }

  .container.header {
    background-color: #ff3b30;
  }

  .container.main {
    background-color: #fddc00;
  }

  .container.layout-section.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    min-width: 0;
    min-height: auto;
    background-color: #032b43;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    grid-template-columns: auto;
    grid-template-rows: repeat(5 , auto);
    grid-template-areas: 'header' 'navigation' '.' '.' '.';
  }

  .container.layout-section.main {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: end;
    background-color: transparent;
    background-image: url('../Pictures/Warbirds.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    grid-template-columns: auto;
    grid-template-rows: repeat(5 , auto);
    grid-template-areas: 'header' 'navigation' 'main' 'aside' 'footer';
    grid-auto-rows: 80%;
  }

  .container.footer.layout-section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background-color: #224870;
    box-shadow: #212123 3px 5px 10px 0;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.aside.layout-section {
    -ms-flex-align: center;
    background-color: #2274a5;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    min-width: 0;
    width: 0;
    background-color: #224870;
  }

  .container.full.reveal {
    background-color: #2274a5;
  }

  div.responsive-picture.picture-1 {
    padding: 5px;
    max-width: 70px;
  }

  .html-element.html-element-1 {
    width: 80%;
  }
}

@media screen and (min-width: 40rem) {
  @supports (display: grid) {
      /* Text Elements */

    h1.heading-2 {
      font-size: 50px;
    }

    h2.heading-3 {
      font-size: 21px;
    }

    p.paragraph.paragraph-2 {
      margin-bottom: 40px;
      padding: 10px;
      max-width: 500px;
      max-height: 400px;
      height: auto;
      color: #032b43;
      font-size: 18px;
      line-height: 28px;
    }

    p.paragraph.paragraph-4 {
      font-size: 16px;

      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              align-self: auto;
    }

    p.paragraph.paragraph-1 {
      line-height: 40px;
    }

    p.paragraph.paragraph-5 {
      font-size: 20px;
    }

    p.paragraph.paragraph-6 {
      margin-left: 20px;
    }

    /* Layout Elements */

    .container.warningz {
      grid-template-areas: 'header header' 'navigation navigation' 'main aside' 'main aside' 'footer footer';
      grid-template-columns: 1fr 260px;
      grid-template-rows: repeat(2 , 100px) 1fr 120px 80px;
    }

    .container.header.layout-section {
      -ms-flex-align: center;

      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
    }

    .container.layout-section.main {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-align: end;
      background-attachment: scroll;
      background-origin: padding-box;
      background-size: cover;

      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
              align-content: flex-start;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
              align-items: flex-end;
    }

    .container.aside.layout-section {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: justify;
      -ms-flex-align: center;

      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
              align-content: flex-end;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
    }

    .container.container-1 {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
      -ms-flex-align: center;
      min-width: 10px;
      min-height: 400px;
      width: auto;
      background-color: transparent;

      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      -webkit-justify-content: space-around;
              justify-content: space-around;
    }

    div.responsive-picture.picture-1 {
      margin-top: 0;
      margin-right: 12px;
      margin-left: 12px;
      max-width: 100px;
    }

    a.responsive-picture.picture-link-1 {
      max-width: 100px;
      box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
    }

    a.responsive-picture.picture-link-2 {
      max-width: 100px;
      box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
    }

    a.responsive-picture.picture-link-3 {
      max-width: 100px;
      box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
    }

    a.responsive-picture.picture-link-1:hover {
      opacity: .8;
    }

    a.responsive-picture.picture-link-2:hover {
      opacity: .8;
    }

    a.responsive-picture.picture-link-3:hover {
      opacity: .8;
    }

    a.responsive-picture.picture-link-1:active {
      box-shadow: none;
    }

    a.responsive-picture.picture-link-2:active {
      box-shadow: none;
    }

    a.responsive-picture.picture-link-3:active {
      box-shadow: none;
    }
  }
}

@media screen and (min-width: 64rem) {
  @supports (display: grid) {
      /* Text Elements */

    h1.heading-2 {
      font-size: 60px;
    }

    p.paragraph.paragraph-1 {
      margin: 20px auto 0 20px;
    }

    p.paragraph.paragraph-2 {
      max-width: 550px;
      max-height: 200px;
      height: auto;
      font-size: 20px;

      -webkit-text-stroke-width: 0;
    }

    p.paragraph.paragraph-4 {
      font-size: 16px;
    }

    /* Layout Elements */

    .container.warningz {
      background-color: #000;

      grid-template-areas: 'header header header header header' 'navigation navigation main aside aside' 'footer footer footer footer footer';
      grid-template-columns: 20px 260px 1fr 260px 20px;
      grid-template-rows: 120px 1fr 80px;
    }

    .container.layout-section.nav {
      display: grid;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-align: center;

      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
      grid-template-columns: auto;
      grid-template-rows: auto;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
              align-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
    }

    .container.layout-section.main {
      background-size: cover;

      grid-template-columns: auto;
      grid-template-rows: auto;
    }

    .container.aside.layout-section {
      -ms-flex-pack: justify;

      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
              justify-content: space-between;
    }

    .container.container-1 {
      background-color: transparent;
    }

    div.responsive-picture.picture-1 {
      max-width: 114px;
    }
  }
}