/* Text Elements */

h1 {
  font-family: 'Playfair Display', serif;
}

h1.h1Footer {
  color: #e6e6e6;
  font-size: 24px;
}

p.paragraph {
  color: #393636;
  font-size: 18px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

/* Layout Elements */

body.body-1 {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .8) 0%, rgba(230, 230, 230, 1) 100%), url('../images/IMG_3038.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .8) 0%, rgba(230, 230, 230, 1) 100%), url('../images/IMG_3038.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .8) 0%, rgba(230, 230, 230, 1) 100%), url('../images/IMG_3038.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .8) 0%, rgba(230, 230, 230, 1) 100%), url('../images/IMG_3038.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding: 40px;

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

.container.ContFooter {
  background-color: #393636;
}

.container.ContMain {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container.container-1 {
  background-color: #fff;
}

div.responsive-picture.PicUrse {
  margin-top: -59px;
  margin-right: 40px;
  margin-bottom: 30px;
  max-width: 200px;
  max-height: 200px;
  border: .75rem solid #fff;
  background-color: #d8d8d8;
  box-shadow: rgba(0, 0, 0, .18) 5px 5px 10px 0;
  -webkit-transform: rotateZ(-7deg);
     -moz-transform: rotateZ(-7deg);
       -o-transform: rotateZ(-7deg);
          transform: rotateZ(-7deg);
}

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

  .container.ContMain {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  div.responsive-picture.PicUrse {
    display: block;
  }
}