/* Text Elements */

p.paragraph.paragraph-1 {
  margin-bottom: -4px;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
}

p.paragraph.paragraph-2 {
  width: 80%;
  color: #fbffea;
  font-size: 19px;
}

/* Layout Elements */

body.body-1 {
  background-image: url('../Blured-A2.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;
}

.container-grid.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 0;
  padding-bottom: 0;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

a.responsive-picture.picture-link-1 {
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 0;
  padding-right: 0;
  max-width: 40px;
}

.container-grid.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 50px;
  vertical-align: middle;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

a.responsive-picture.picture-link-2 {
  max-width: 100px;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.responsive-picture.picture-link-3 {
  margin-top: 10px;
  max-width: 220px;
  width: 100%;
}

.container-grid.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -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-1 {
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 1px;
  min-height: 7px;
  max-width: 400px;
  width: 180%;
}

.html-element.html-element-1 {
  width: 90%;
}