/* Text Elements */

h1.heading-1 {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}

p.paragraph {
  text-align: center;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

p.paragraph.MainText {
  margin-bottom: 40px;
  color: #f0f0f0;
}

span.text-element.TextLogo {
  position: relative;
  z-index: 0;
  margin-left: -37px;
  padding: 30px 30px 30px 50px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .8);
  color: #656565;
  font-size: 25px;
  font-family: 'Russo One', sans-serif;
  line-height: 1.1;
}

a.link-text {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}

a.link-text.TextLinkClose {
  padding: 5px 15px;
  background-color: #ff6f00;
  box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px 0;
  font-size: 21px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

/* Interaction Elements */

a.link-button.Contact.button {
  max-width: 300px;
  background-color: #1779ba;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

/* Layout Elements */

.container {
  position: relative;
  padding: 40px;
}

.container.DivLogoWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 50vh;
  background-image: url('../images/4.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal;
}

.container.DivMain {
  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: center;
  -ms-flex-align: center;
  background-color: #656565;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.DivFooter {
  background-color: #000;
}

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

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

.container.DivContactFormWrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  padding: 30px;
  background-color: #4c4c4c;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  text-align: right;
}

div.responsive-picture.PicLogo {
  position: relative;
  z-index: 1;
  padding: 5px;
  max-width: 75px;
  border-radius: 500px;
  background-color: #ffe700;
}

a.link-button-glyph.social {
  margin-right: .25rem;
}

a.link-button-glyph.facebook {
  background-color: #3b5998;
}

span.glyph-for-button.fa {
  display: inline-block;
  margin-right: .25rem;
  font-size: 16px;
}

a.link-button-glyph.insta-gram {
  background-color: #125688;
}

a.link-button-glyph.btn.button.social {
  margin-right: 4px;
  margin-bottom: 0;
  margin-left: 4px;
}

.html-element {
  margin-bottom: 0;
}

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

  h1.heading-1 {
    margin-bottom: 40px;
  }

  /* Layout Elements */

  .container {
    padding: 0;
  }

  .container.DivMain {
    padding: 40px;
  }

  .container.DivFooter {
    padding: 40px;
  }

  .html-element {
    margin-bottom: 30px;
  }
}

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

  .container.DivMain {
    padding: 60px;
  }
}