/* Layout Elements */

body.body-1 {
  background-color: #e3312f;
}

div.responsive-picture {
  max-width: none;
}

@media screen and (min-width: 40rem) {
  /* Layout Elements */

  .container.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1 span.heading-text-1 {
    color: #14679e;
    text-decoration: none;
    letter-spacing: .125rem;
    font-family: 'Trade Winds', cursive;
  }

  h1.heading-1 {
    display: block;
    float: none;
    clear: none;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: #000 2px 2px 5px;

    justify-self: center;
  }

  p.paragraph.paragraph-1 {
    padding-top: 20%;
    padding-bottom: 0;
    box-shadow: none;
    text-align: left;
    text-shadow: #383030 2px 2px 10px;
    font-size: 20px;
  }

  span.text-element span.text-text-1 {
    letter-spacing: .0625rem;
    font-size: 1.6875rem;
  }

  span.text-element.text-1 {
    margin-top: 2px;
    margin-right: 0;
    padding-top: 10px;
    padding-right: 0;
    text-align: center;
    text-shadow: #222c36 2px 2px 5px;

    justify-self: right;
  }

  /* Interaction Elements */

  a.link-button.button {
    position: relative;
    top: -14px;
    right: 6px;
    left: 45%;
    display: inline;
    visibility: visible;
    float: none;
    clear: none;
    margin: 4px 1px 1rem 2px;
    padding-right: 1em;
        -ms-writing-mode: lr-tb;
    text-indent: 0;
    text-shadow: #000 2px 2px 5px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Trade Winds', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
       -moz-transition-timing-function: ease-in-out, ease-in-out;
         -o-transition-timing-function: ease-in-out, ease-in-out;
            transition-timing-function: ease-in-out, ease-in-out;
    direction: ltr;
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all;
    -webkit-column-fill: auto;
       -moz-column-fill: auto;
            column-fill: auto;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-column-rule-width: 0;
       -moz-column-rule-width: 0;
            column-rule-width: 0;

    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
    grid-area: elementArea;
    justify-self: center;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #e3312f;
  }

  body.body-2 {
    padding-top: 0;
    padding-right: 0;
    padding-left: 5px;
    min-height: 900px;
    background-color: #e3312f;
  }

  .container.hero-section {
    margin-right: auto;
    margin-left: auto;
    min-width: 10px;
    max-width: 1280px;
    width: 900px;
  }

  .container.services-grid {
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    min-width: 26px;
    min-height: 48px;
    max-width: 1192px;
    width: 880px;
    background-color: #e3312f;
  }

  .container.footer {
    display: grid;
    visibility: visible;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 15px;
    min-width: 10px;
    min-height: 150px;
    max-width: 1200px;

    grid-template-columns: repeat(2 , auto);
    grid-template-rows: auto;
  }

  .container.sd-two-cols {
    float: none;
    margin-bottom: 20px;
  }

  .container.container-1 {
    position: relative;
    right: 0;
    display: grid;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    float: none;
    min-width: 10px;
    min-height: 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    justify-self: auto;
    align-self: auto;
  }

  .container.container-2 {
    margin-left: 0;
  }

  a.responsive-picture.picture-link-1 {
    min-width: 0auto;
    min-height: 0;
    max-width: 400px;
    width: 1024px;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 300px;
    width: 1024px;
  }

  video.html-video-1 {
    display: block;
    float: none;
    clear: none;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 0auto;
    max-width: 100%;
    width: 570px;
    height: 320px;
    box-shadow: #383030 5px 5px 30px 0;
  }

  .rule.rule-1 hr {
    border-top-color: #000;
  }

  .rule.rule-1 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    width: 100%;
  }

  video.html-video-2 {
    display: block;
    min-width: 0;
    max-width: 100%;
    width: 570px;
    height: 320px;
    box-shadow: #383030 5px 5px 30px 0;
  }
}