/* Text Elements */

h1.heading-1 {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  font-weight: 100;
  font-size: 97px;
  font-family: 'Italianno', cursive;
}

/* Layout Elements */

body.body-1 {
  background-color: #8100a9;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
  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;
}

.container.container-1 {
  display: grid;

  justify-self: center;
  align-self: center;
}

div.responsive-picture.picture-1 {
  width: 50%;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
}

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

  h1.heading-1 {
    color: #fff;
    font-weight: 100;
    font-style: normal;
    font-variant: normal;
    font-size: 97px;
  }

  /* Layout Elements */

  body.body-1 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
  }

  .container.container-1 {
    display: grid;
  }

  div.responsive-picture.picture-1 {
    display: block;
    min-width: 0;
    width: 50%;
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
    grid-area: auto / auto / auto / auto;
  }
}

@media screen and (max-width: 90rem) {
  /* Layout Elements */

  body.body-1 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
  }

  .container.container-1 {
    display: grid;
  }

  div.responsive-picture.picture-1 {
    display: block;
    -ms-flex-order: 0;
    width: 50%;
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    justify-self: center;
  }
}

@media screen and (max-width: 43.6875rem) {
  /* Layout Elements */

  body.body-1 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(129, 0, 169, 1) 100%);
  }

  .container.container-1 {
    display: grid;
  }

  .container.container-2 {
    display: block;
    float: none;
    clear: left;
  }

  div.responsive-picture.picture-1 {
    display: block;
    width: 50%;
    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;
    justify-self: center;
  }

  div.responsive-picture.picture-1 > picture > img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

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

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

  /* Layout Elements */

  .container.container-1 {
    display: grid;
  }

  div.responsive-picture.picture-1 > picture > img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: 50% center;
       object-position: 50% center;
  }

  div.responsive-picture.picture-1 {
    position: static;
    display: block;
    float: none;
    clear: none;
    width: 50%;
    vertical-align: middle;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    grid-area: auto /auto/ auto /auto;
  }
}

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

  h1.heading-1 {
    color: #fff;
    font-size: 50px;
  }
}