/* Text Elements */

h1.heading-1 {
  padding-top: 10px;
  color: #fff;
  font-size: 30px;
}

h1.heading-3 {
  padding-left: 20px;
  font-size: 30px;
}

h3.heading-2 {
  padding-left: 20px;
  font-size: 25px;
}

p.paragraph.paragr {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

a.link-text.text-link {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

/* Interaction Elements */

a.link-button.btn.link {
  color: #fff;
  font-size: 17px;
}

/* Layout Elements */

body > .row > [class*='col-xs-'].wrapper {
  padding: 200px 0 70px;
  min-height: 100vh;
}

.container-fluid.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: #34a9fc;
}

.container-fluid.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding: 20px 0 10px;
}

.container-fluid.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding-top: 10px;
  min-width: 50px;
  height: 50px;
  background-color: #34a9fc;

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

div.responsive-picture.logo {
  margin-right: 25px;
  margin-left: 25px;
  max-width: 100px;
}

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

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

a.responsive-picture.img1 {
  margin: 10px;
}

span.glyph.social {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
}

.container-fluid.container-1 {
  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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
}

.container-fluid.container-3 {
  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-fluid.container-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 15px;
  margin-bottom: 15px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

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

  h1.heading-3 {
    font-size: 35px;
  }

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

  h3.heading-2 {
    font-size: 28px;
  }

  /* Interaction Elements */

  a.link-button.btn.link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

  h3.heading-2 {
    font-size: 30px;
  }

  /* Interaction Elements */

  a.link-button.btn.link {
    font-size: 18px;
  }

  .container-fluid.menu {
    -ms-flex-pack: justify;
    margin-right: 0;
    margin-left: 0;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container-fluid.container-3 {
    -ms-flex-pack: start;
    padding-right: 0;
    padding-left: 0;
    width: 60%;

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

  .container-fluid.container-1 {
    -ms-flex-pack: end;
    padding-right: 0;
    padding-left: 0;
    width: 40%;

    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  a.responsive-picture.img1 {
    max-width: 300px;
  }
}

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

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

  h3.heading-2 {
    font-size: 32px;
  }

  /* Interaction Elements */

  a.link-button.btn.link {
    padding-right: 25px;
    padding-left: 25px;
  }

  a.responsive-picture.img1 {
    max-width: 350px;
  }
}

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

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

  .container-fluid.container-1 {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
            align-content: flex-end;
  }
}