/* Text Elements */

p.paragraph.intro {
  margin: 6px 12px 20px;
  font-weight: 300;
  font-size: 16px;
}

/* Layout Elements */

body.body-1 {
  background-color: #f3ebd2;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

div.responsive-picture.picture-1 {
  max-height: none;
  height: auto;
}

div.responsive-picture.picture-1 > picture {
  height: auto;
}

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

  p.paragraph.intro {
    margin: 12px;
    font-size: 12px;
    line-height: 15px;
  }

  /* Interaction Elements */

  form.form-container.form-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    margin: 10px 5px;
    height: auto;

    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  form.form-container.form-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    margin: 15px 5px 30px;

    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #faf5e6;
  }

  .container.container-2 {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.container-1 {
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 5px;
  }

  button.bLog {
    margin-left: 0vw;
    padding: 0 15px;
    width: auto;
    height: 30px;
    border-width: .0625rem;
    border-color: #fff;
    border-radius: 4px;
    background-color: rgba(60, 100, 140, .9);
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, .25) 3px 3px 6px 0;
    color: #fff;
    text-shadow: none;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 13px;

    background-blend-mode: normal;
  }

  button.blog2 {
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px;
    width: auto;
    height: 30px;
    border-width: .0625rem;
    border-color: #fff;
    border-radius: 4px;
    background-color: rgba(60, 100, 140, .9);
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, .25) 3px 3px 6px 0;
    color: #fff;
    text-shadow: none;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 13px;

    background-blend-mode: normal;
  }

  button.bLog:focus {
    border-color: #3c648c;
    background-color: rgba(60, 100, 140, .75);
    color: #faf5e6;
    text-shadow: rgba(60, 100, 140, .3) 2px 2px 4px;
    font-weight: 300;
    -webkit-filter: contrast(1.25) saturate(1.25) opacity(1);
            filter: contrast(1.25) saturate(1.25) opacity(1);
  }

  button.blog2:focus {
    border-color: #3c648c;
    background-color: rgba(60, 100, 140, .75);
    color: #faf5e6;
    text-shadow: rgba(60, 100, 140, .3) 2px 2px 4px;
    font-weight: 300;
    -webkit-filter: contrast(1.25) saturate(1.25) opacity(1);
            filter: contrast(1.25) saturate(1.25) opacity(1);
  }

  button.bLog:hover {
    border-color: #3c648c;
    background-color: rgba(60, 100, 140, .6);
    color: #faf5e6;
    font-weight: 300;
    -webkit-filter: brightness(1.2) contrast(1.1) opacity(1);
            filter: brightness(1.2) contrast(1.1) opacity(1);
  }

  button.blog2:hover {
    border-color: #3c648c;
    background-color: rgba(60, 100, 140, .6);
    color: #faf5e6;
    font-weight: 300;
    -webkit-filter: brightness(1.2) contrast(1.1) opacity(1);
            filter: brightness(1.2) contrast(1.1) opacity(1);
  }

  button.bLog:active {
    border-color: #3c648c;
    background-color: rgba(60, 100, 140, .75);
    color: #faf5e6;
    font-weight: 300;
    -webkit-filter: hue-rotate(0deg) brightness(1) opacity(1);
            filter: hue-rotate(0deg) brightness(1) opacity(1);
  }

  button.blog2:active {
    border-color: #3c648c;
    background-color: rgba(60, 100, 140, .75);
    color: #faf5e6;
    font-weight: 300;
    -webkit-filter: hue-rotate(0deg) brightness(1) opacity(1);
            filter: hue-rotate(0deg) brightness(1) opacity(1);
  }
}

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

  p.paragraph.intro {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 15px;
    line-height: 18px;
  }

  /* Interaction Elements */

  form.form-container.form-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    margin-right: 40px;
    margin-left: 40px;

    grid-template-columns: repeat(2 , minmax(auto, 40vw));
    grid-template-rows: auto;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  form.form-container.form-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    margin-right: 40px;
    margin-left: 40px;

    grid-template-columns: repeat(2 , minmax(auto, 40vw));
    grid-template-rows: auto;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  /* Layout Elements */

  .container.container-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  button.bLog {
    height: 35px;
  }

  button.blog2 {
    margin-left: 0;
    height: 35px;
  }

  div.responsive-picture.picture-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

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

  p.paragraph.intro {
    font-size: 16px;
    line-height: 19px;
  }

  /* Interaction Elements */

  form.form-container.form-container-1 {
    margin-right: 60px;
    margin-left: 60px;
  }

  form.form-container.form-container-2 {
    margin-right: 60px;
    margin-left: 60px;
  }

  button.bLog {
    height: 40px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .25) 3px 3px 6px 0;
    font-size: 16px;
  }

  button.blog2 {
    margin-left: 0;
    height: 40px;
    border-radius: 6px;
    font-size: 16px;
  }
}

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

  p.paragraph.intro {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 17px;
    line-height: 20px;
  }

  /* Interaction Elements */

  form.form-container.form-container-2 {
    margin-right: 80px;
    margin-left: 80px;
  }

  form.form-container.form-container-1 {
    margin-right: 80px;
    margin-left: 80px;
  }

  /* Layout Elements */

  .container.container-1 {
    margin-right: 20px;
    margin-left: 20px;
  }

  button.bLog {
    box-shadow: rgba(0, 0, 0, .25) 4px 4px 6px 0;
    font-size: 16px;
  }

  button.blog2 {
    box-shadow: rgba(0, 0, 0, .25) 4px 4px 6px 0;
    font-size: 16px;
  }

  button.bLog:hover {
    background-color: rgba(60, 100, 140, .75);
    color: #faf5e6;
    text-shadow: none;
    letter-spacing: 1px;
  }

  button.blog2:hover {
    background-color: rgba(60, 100, 140, .75);
    color: #faf5e6;
    text-shadow: none;
    letter-spacing: 1px;
  }
}

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

  p.paragraph.intro {
    font-size: 18px;
    line-height: 21px;
  }

  /* Interaction Elements */

  form.form-container.form-container-1 {
    margin-right: 100px;
    margin-left: 100px;
  }

  form.form-container.form-container-2 {
    margin-right: 100px;
    margin-left: 100px;
  }

  button.bLog {
    box-shadow: rgba(0, 0, 0, .25) 3px 3px 6px 0;
    font-size: 18px;
  }

  button.blog2 {
    margin-left: 0;
    box-shadow: rgba(0, 0, 0, .25) 4px 4px 6px 0;
    font-size: 18px;
  }
}

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

  p.paragraph.intro {
    font-size: 20px;
    line-height: 24px;
  }

  /* Interaction Elements */

  form.form-container.form-container-2 {
    margin-right: 120px;
    margin-left: 120px;
  }

  form.form-container.form-container-1 {
    margin-right: 120px;
    margin-left: 120px;
  }
}