/* Layout Elements */

body.body-1 {
  background-image: url('../images/bg2.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

@media screen and (min-width: 21.25rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 8px;
    text-align: center;
    text-shadow: #fff 2px 2px 2px;
    font-weight: 600;
    font-style: italic;
  }

  h2.TitleLine {
    color: #115666;
    text-align: center;
    text-shadow: #fff 2px 2px 2px;
    font-weight: 600;
  }

  h3.h3Title {
    margin-top: 16px;
    color: #2e4f44;
    text-align: center;
    text-shadow: #f9ed67 2px 2px 2px;
    font-weight: 700;
    font-size: 24px;
  }

  p.paragraph.paragraph-1 {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    max-width: 700px;
    background-color: #ebd446;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
  }

  p.paragraph.paragraph-2 {
    margin-right: auto;
    margin-left: auto;
    padding: 4px 8px 8px;
    max-width: 700px;
    background-color: #f9ed67;
    text-align: justify;
    font-weight: 600;
    line-height: 1.4;
  }

  p.paragraph.FosterTxt {
    margin-right: 6px;
    margin-left: 6px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }

  p.paragraph.aboutLine {
    text-align: center;
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-2 {
    color: #2e4f44;
    text-decoration: underline;
    font-weight: 600;
    font-style: italic;
  }

  p.paragraph a.paragraph-text-3 {
    color: #f9ed67;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-4 {
    color: #f9ed67;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-5 {
    color: #f9ed67;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-6 {
    color: #f9ed67;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-7 {
    color: #f9ed67;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-8 {
    color: #f9ed67;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-11 {
    color: #f9ed67;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-12 {
    color: #f9ed67;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-13 {
    color: #f9ed67;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-14 {
    color: #f9ed67;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-15 {
    color: #f9ed67;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph.Extras {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    border: .125rem solid #160a0a;
    border-radius: 11px;
    background-color: #147354;
    color: #fff;
    text-align: center;
    text-shadow: none;
    font-weight: 600;

    -webkit-text-stroke-color: transparent;
  }

  p.paragraph a.paragraph-text-10 {
    color: #f9ed67;
    text-decoration: underline;
  }

  p.paragraph a.paragraph-text-9 {
    color: #f9ed67;
    text-decoration: underline;
  }

  p.paragraph.MainPagePara {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 4px 8px 8px;
    max-width: 700px;
    background-color: #f9ed67;
    text-align: justify;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    line-height: 1.4;
  }

  span.text-element.text-1 {
    margin: 17px 7px;
    color: #115666;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
  }

  span.text-element a.text-text-1 {
    color: #115666;
  }

  span.text-element a.text-text-2 {
    color: #115666;
  }

  /* Layout Elements */

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

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.CCBBFooter {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 150;
    background-color: #fac241;
  }

  .container.LinksContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    min-height: 50;
    max-width: 820px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.PagePictureBox {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-right: auto;
    margin-left: auto;
    padding: 6px;
    max-width: 900px;
    border-width: .125rem;
    border-style: double;
    background-color: #68a5dd;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.TopBox {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 780px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .link-container.fosterlinkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin: 20px auto;
    max-width: 900px;
    border: .1875rem double #f9ed67;
    border-radius: 25px;
    background-color: #147354;
  }

  a.responsive-picture.PageHeader {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 244px;
  }

  a.responsive-picture.PuppyPic {
    margin: 10px 8px;
  }

  a.responsive-picture.FeaturePicture {
    margin: 8px;
    border: .1875rem double #f9ed67;
  }

  a.responsive-picture.PageTopPhoto {
    margin: 5px auto 8px;
  }

  div.responsive-picture.picture-1 {
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 10px;
    min-width: 130px;
  }

  a.responsive-picture.YouTube {
    margin: 8px auto;
    max-width: 250px;
    border: .1875rem double #f9ed67;
    border-radius: 15px;
    box-shadow: rgba(128, 50, 128, .8) 5px 5px 10px 0;
  }
}

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

  h1.heading-1 {
    font-size: 30px;
  }

  h2.TitleLine {
    font-size: 28px;
  }

  h3.h3Title {
    font-size: 28px;
  }

  p.paragraph.paragraph-1 {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
  }

  p.paragraph.paragraph-2 {
    font-size: 18px;
  }

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

  p.paragraph.MainPagePara {
    font-size: 18px;
  }

  span.text-element a.text-text-3 {
    color: #160a0a;
    text-decoration: underline;
    font-style: italic;
  }

  /* Layout Elements */

  .container.LinksContainer {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  a.responsive-picture.YouTube {
    margin-right: auto;
    margin-left: auto;
    border-radius: 17px;
    box-shadow: rgba(128, 50, 128, .8) 5px 5px 10px 0;
  }
}

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

  h1.heading-1 {
    font-size: 36px;
  }

  h2.TitleLine {
    font-size: 32px;
  }

  h3.h3Title {
    font-size: 30px;
  }
}