/* Text Elements */

h1.create-head {
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5em;
}

h1.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 700;
}

p.paragraph.paragraph-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  line-height: 36px;
}

p.paragraph.paragraph-2 {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
  width: 25%;
  font-weight: 700;
  font-size: 3em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2em;
}

p.paragraph.paragraph-3 {
  text-align: center;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
}

/* Interaction Elements */

form.form-container.form-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding: 25px 0;
  max-width: none;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -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;
}

input[type=text].contact-form-field-1 {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px 25px 10px 5px;
  font-family: 'Montserrat', sans-serif;
}

label.label.contact-form-label-1 {
  padding-bottom: 3px;
  color: #000;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

/* Layout Elements */

.container.top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #000;

  -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;
}

.container.info-left {
  padding: 25px 20px 20px;
  width: 40%;
}

.container.info-right {
  width: 40%;
}

.container.label-field-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
  width: 85%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  background-color: #93bf3e;

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

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 100vh;
  background-image: url('https://stpress-ftp.com/StandardPress/create2025/images/create-bckgrnd-1.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -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;
}

div.responsive-picture.picture-2 {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

button.button-1 {
  margin-top: 25px;
  padding: 15px 10px;
  max-width: none;
  width: 75%;
  border: 0 none #fff;
  background-color: #000;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

a.responsive-picture.picture-link-1 {
  max-width: 300px;
  width: 50%;
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  p.paragraph.paragraph-3 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: .6em;
  }

  p.paragraph.paragraph-1 {
    width: 90%;
  }

  p.paragraph.paragraph-2 {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  /* Interaction Elements */

  form.form-container.form-container-1 {
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding-bottom: 50px;
    max-width: none;
    width: 90%;

    -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;
  }

  /* Layout Elements */

  .container.info-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;

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

  .container.top-container {
    -ms-flex-pack: center;
    padding-right: 25px;
    padding-left: 25px;

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

  .container.info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    padding-right: 0;
    padding-left: 0;
    width: 100%;

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

  .container.label-field-container-1 {
    width: 100%;
  }

  .container.container-1 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  button.button-1 {
    width: 80%;
  }

  div.responsive-picture.picture-2 {
    width: 100%;
  }
}