/* Text Elements */

h6.section-header {
  margin-top: 6px;
  padding: 6px 10px;
  border: .0625rem solid #ff9e00;
  border-radius: 5px;
  color: #00007f;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  -webkit-transition-delay: .45s;
     -moz-transition-delay: .45s;
       -o-transition-delay: .45s;
          transition-delay: .45s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.5s;
     -moz-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

h6 {
  font-family: 'Roboto', sans-serif;
}

h6 span.heading-text-7 {
  text-transform: capitalize;
}

h6 span.heading-text-6 {
  text-transform: lowercase;
}

h6 span.heading-text-4 {
  text-transform: lowercase;
}

h6.section-header.outofview {
  opacity: .1;
  -webkit-transform: scaleY(.4) scaleX(.4);
     -moz-transform: scaleY(.4) scaleX(.4);
       -o-transform: scaleY(.4) scaleX(.4);
          transform: scaleY(.4) scaleX(.4);
}

p.paragraph.block-paragraph {
  margin-right: 5px;
  margin-bottom: 11px;
  margin-left: 5px;
  width: auto;
  color: #333;
  font-weight: 300;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}

p.paragraph {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-bottom: 5px;
  color: #5e5955;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

p.paragraph.three-elements-paragraph {
  display: none;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 330px;
  color: #b57c4a;
  text-align: center;
}

p.paragraph.flex-card-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p.paragraph.card-text {
  display: block;
  margin-left: 0;
  max-width: none;
  text-align: left;
}

p.paragraph.paragraph-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  color: #000;
  font-size: 12px;
}

p.paragraph span.paragraph-text-5 {
  text-decoration: underline;
  font-weight: 500;
}

p.paragraph span.paragraph-text-6 {
  text-decoration: underline;
  font-weight: 500;
}

p.paragraph span.paragraph-text-7 {
  text-decoration: underline;
  font-weight: 500;
}

p.paragraph span.paragraph-text-8 {
  text-decoration: underline;
  font-weight: 500;
}

p.paragraph.paragraph-2 {
  margin: 10px 15px;
  padding: 5px 10px;
  border-width: .0625rem;
  border-style: solid;
  border-radius: 5px;
  color: #000;
  text-align: center;
  font-size: 12px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

p.paragraph span.paragraph-text-1 {
  text-decoration: underline;
  font-weight: 500;
}

p.paragraph span.paragraph-text-9 {
  text-decoration: underline;
  font-weight: 600;
}

p.paragraph span.paragraph-text-11 {
  text-decoration: underline;
  font-weight: 600;
}

p.paragraph.paragraph-3 {
  width: 90%;
}

a.link-text.text-link-1 {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 300;
  font-size: 20px;
  font-family: 'Roboto', cursive;
}

a.link-text.text-link-1:hover {
  color: #00f;
  font-weight: 400;
}

a.link-text.text-link-1:active {
  color: #1779ba;
  text-shadow: #78828c 2px 2px 5px;
  font-weight: 400;
}

/* Interaction Elements */

a.link-button.button {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px;
  min-height: 25px;
  max-width: 200px;
  width: 200px;
  border-radius: 10px;
  background-color: #000;
}

a.link-button {
  font-family: 'Roboto', sans-serif;
}

a.link-button.button-link-1 {
  display: block;
  margin: 0 5px 5px;
  padding: 1px 5px;
  max-width: 200px;
  width: 200px;
  border: .0625rem solid #000;
  border-radius: 10px;
  color: #000;
  text-align: center;
  font-size: 14px;
}

a.link-button.button:hover {
  color: #ff0;
}

a.link-button.button-link-1:hover {
  margin-top: 0;
  margin-bottom: 5px;
  min-height: 25px;
  background-color: #000;
  color: #fff;
}

a.link-button.button:active {
  background-color: #787878;
}

/* Layout Elements */

body.grid-1 {
  background-image: url('../background.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.row-1 {
  background-color: #fff;
  background-image: url('../fade.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  padding-bottom: 10px;

  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.section-header-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1200px;

  -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.feature-column {
  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;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.skills-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 3vw;

  -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;
}

.container.feature-container {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 300px;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

.container.card {
  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-align: start;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 280px;
     -moz-box-flex: 1;
      -ms-flex: 1 280px;
          flex: 1 280px;
}

.container.flexomagic {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px .625rem;
  min-height: 20px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-1 {
  display: none;
  -ms-flex-pack: center;
  margin-right: 10px;
  margin-left: 10px;
  width: 100%;
  background-color: #000;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.column-2 {
  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;
  float: none;
  -ms-flex-align: center;
  padding-bottom: 10px;

  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.column-4 {
  display: none;
}

div.responsive-picture.picture-2 {
  margin-top: 10px;
  padding: 0;
  max-width: none;
  border-radius: 15px;
}

.rule.section-rule hr {
  border-top-color: #ff9e00;
}

.rule.section-rule {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

span.glyph.feature-icon {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 12px 14px 10px;
  border: .0625rem solid #ddd;
  border-radius: 5px;
  color: #ccc;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition-delay: .2s;
     -moz-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
}

a.responsive-picture.picture-link-1 {
  margin: 5px 10px;
  max-width: 40px;
}

a.link-button-glyph.btn.button {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px;
  min-height: 25px;
  max-width: 200px;
  width: 200px;
  border-radius: 10px;
  background-color: #000;
}

span.glyph-for-button.icon-for-button-link-1 {
  display: inline;

  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
}

.rule.rule-1 {
  display: none;
}

.html-element.html-element-2 {
  margin-right: 35px;
  margin-left: 35px;
  width: auto;
}

.html-element.html-element-1 {
  margin-right: 10px;
  margin-left: 10px;
  width: auto;
}

span.glyph.feature-icon.outofview {
  opacity: 0;
  -webkit-transform: translateY(100px);
     -moz-transform: translateY(100px);
       -o-transform: translateY(100px);
          transform: translateY(100px);
}

@media screen and (min-width: 28rem) {
  /* Text Elements */

  h6.section-header {
    font-size: 10px;
  }

  p.paragraph span.paragraph-text-9 {
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-11 {
    text-decoration: underline;
    font-weight: 600;
  }

  /* Interaction Elements */

  a.link-button.button {
    max-width: 140px;
    width: 140px;
  }

  a.link-button.button-link-1 {
    max-width: 140px;
    width: 140px;
  }

  a.link-button.button-link-1:hover {
    color: #ff0;
  }

  /* Layout Elements */

  .container.column-1 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.column-2 {
    display: none;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.column-4 {
    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;
    float: left;
    -ms-flex-align: center;

    -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.row-1 {
    background-color: #fff;
  }

  div.responsive-picture.picture-2 {
    margin-top: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 15px;
  }

  .rule.rule-1 {
    display: none;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h6.section-header {
    color: #00007f;
    font-size: 20px;
  }

  h6 span.heading-text-7 {
    text-transform: capitalize;
  }

  h6 span.heading-text-4 {
    text-transform: lowercase;
  }

  p.paragraph.block-paragraph {
    font-size: 16px;
  }

  p.paragraph.paragraph-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    color: #000;
    font-size: 12px;
  }

  p.paragraph.paragraph-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-width: .0625rem;
    border-style: solid;
    border-radius: 5px;
    color: #000;
    text-align: center;
    font-size: 12px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  p.paragraph span.paragraph-text-1 {
    text-decoration: underline;
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-5 {
    text-decoration: underline;
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-6 {
    text-decoration: underline;
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-7 {
    text-decoration: underline;
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-8 {
    text-decoration: underline;
    font-weight: 500;
  }

  a.link-text.text-link-1 {
    display: block;
    font-size: 20px;
  }

  a.link-text.text-link-1:active {
    color: #1779ba;
    text-shadow: #78828c 2px 2px 5px;
  }

  /* Interaction Elements */

  a.link-button.button {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 5px;
    min-height: auto;
    max-width: 140px;
    width: 140px;
    border-radius: 10px;
    background-color: #000;
  }

  a.link-button.button-link-1 {
    display: block;
  }

  a.link-button.button:hover {
    color: #ff0;
  }

  a.link-button.button:active {
    background-color: #787878;
  }

  /* Layout Elements */

  body.grid-1 {
    background-image: url('../background.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.row-1 {
    display: block;
    background-color: transparent;
    background-image: url('../fade.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.column-1 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 1.625rem 10px;
    background-color: transparent;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.feature-row.row-1 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.skills-container {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.feature-column {
    padding-right: 0;
    padding-left: 0;
  }

  .container.feature-container {
    padding-right: 10px;
    padding-left: 10px;
    min-width: 300px;
  }

  .container.flexomagic {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .container.container-1 {
    display: none;
    margin-top: 5px;
    background-color: transparent;
  }

  .container.column-2 {
    display: none;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 1.625rem 10px;
    background-color: transparent;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.section-header-cont {
    padding-right: 50px;
    padding-left: 50px;
  }

  div.responsive-picture.picture-2 {
    margin-top: 20px;
    padding: 0;
    max-width: none;
    border-radius: 25px;
  }

  a.responsive-picture.picture-link-1 {
    margin: 5px 10px;
    max-width: 40px;
    height: 40px;
  }

  a.responsive-picture.picture-link-1 > picture {
    height: 40px;
  }

  a.link-button-glyph.btn.button {
    display: inline;
  }

  .rule.rule-1 {
    display: none;
  }

  span.link-button-text.text-for-button-link-2:hover {
    color: #ff0;
  }

  span.link-button-text.text-for-button-link-3:hover {
    color: #ff0;
  }

  span.glyph-for-button.icon-for-button-link-1:hover {
    color: #ff0;
  }
}

@media screen and (min-width: 41.8125rem) {
  /* Interaction Elements */

  a.link-button.button-link-1 {
    display: none;
  }

  /* Layout Elements */

  .container.column-4 {
    display: none;
  }

  .container.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.card {
    max-width: 800px;
  }

  .container.section-header-cont {
    padding-right: 75px;
    padding-left: 75px;
  }

  .rule.rule-1 {
    display: inline;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h6.section-header {
    color: #00007f;
    font-size: 20px;
  }

  h6 span.heading-text-7 {
    text-transform: capitalize;
    font-variant: normal;
  }

  h6 span.heading-text-4 {
    text-transform: lowercase;
  }

  p.paragraph.paragraph-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 35px;
    padding-bottom: 0;
    padding-left: 35px;
    color: #000;
    text-align: left;
    font-size: 12px;
  }

  p.paragraph.paragraph-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-width: .0625rem;
    border-style: solid;
    border-radius: 5px;
    color: #000;
    text-align: center;
    font-size: 12px;
  }

  p.paragraph span.paragraph-text-1 {
    text-decoration: underline;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-2 {
    font-size: .75rem;
  }

  p.paragraph span.paragraph-text-3 {
    font-weight: 500;
    font-size: .75rem;
  }

  p.paragraph span.paragraph-text-4 {
    color: #000;
    font-size: .75rem;
  }

  p.paragraph span.paragraph-text-5 {
    text-decoration: underline;
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-6 {
    text-decoration: underline;
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-7 {
    text-decoration: underline;
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-8 {
    text-decoration: underline;
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-10 {
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-12 {
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-13 {
    font-weight: 600;
  }

  a.link-text.text-link-1 {
    display: block;
    font-weight: 300;
    font-size: 20px;
  }

  a.link-text.text-link-1:hover {
    color: #00f;
  }

  a.link-text.text-link-1:active {
    color: #1779ba;
    text-shadow: #78828c 2px 2px 5px;
  }

  /* Interaction Elements */

  a.link-button.button {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 5px;
    max-width: 140px;
    width: 140px;
    border-width: .0625rem;
    border-radius: 10px;
    background-color: #000;
  }

  a.link-button.button:hover {
    color: #ff0;
  }

  a.link-button.button:active {
    background-color: #787878;
  }

  /* Layout Elements */

  body.grid-1 {
    background-image: url('../background.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.row-1 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    max-width: 1200px;
    background-color: transparent;
    background-image: url('../fade.png');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    float: none;
    -ms-flex-align: center;
    margin-right: 0;
    margin-left: 0;
    padding-right: 30px;
    padding-bottom: 8px;
    padding-left: 30px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.skills-container {
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 3vw;
    padding-right: 0;
    padding-left: 0;

    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.feature-column {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    float: none;
    -ms-flex-align: center;
    padding-right: 0;
    padding-left: 0;

    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.feature-row.row-1 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.feature-container {
    padding-right: 10px;
    padding-left: 10px;
    min-width: 300px;
  }

  .container.flexomagic {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .container.card {
    max-width: 800px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    margin: 5px 20px 0;
    width: 100%;
    border-bottom-right-radius: 0 10px;
    border-bottom-left-radius: 0 10px;
    background-color: transparent;

    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    float: none;
    -ms-flex-align: center;
    margin-right: 0;
    margin-left: 0;
    padding-right: 30px;
    padding-bottom: 8px;
    padding-left: 30px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.section-header-cont {
    padding-right: 75px;
    padding-left: 75px;
    width: auto;
  }

  .container.column-type.feature-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: start;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  div.responsive-picture.picture-2 {
    margin: 10px 10px 0;
    padding: 0;
    max-width: none;
    width: 100%;
    border-radius: 25px;
  }

  a.responsive-picture.picture-link-1 {
    margin: 5px 10px;
    max-width: 40px;
    height: 40px;
  }

  a.responsive-picture.picture-link-1 > picture {
    height: 40px;
  }

  .html-element.html-element-1 {
    margin-right: 30px;
    margin-left: 30px;
    width: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-button-glyph.btn.button {
    display: none;
    margin-bottom: 5px;
  }

  span.glyph-for-button.icon-for-button-link-1 {
    color: #fff;
    text-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-button-glyph.button-link-icon-1 {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 5px;
    min-height: 25px;
    max-width: 200px;
    width: 200px;
    border-radius: 15px;
    background-color: #000;
  }

  span.link-button-text.text-for-button-link-2 {
    color: #fff;
    text-align: center;
    font-size: 14px;
  }

  a.link-button-glyph.btn.button.button-link-icon-1 {
    display: inline;
  }

  .html-element.html-element-2 {
    max-width: 800px;
    max-height: 300px;
  }
}