/* Text Elements */

h1 {
  text-align: center;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

h1.main-heading {
  color: #fff;
  font-weight: 300;
}

h1.h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 200;
}

h1.hero-heading {
  color: #4d4d4e;
  font-weight: 300;
  font-size: 30px;
}

h1.heading-1 {
  font-weight: 300;
}

h4 {
  text-align: center;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

h4.feature-heading {
  color: #065bee;
  text-align: left;
  font-weight: 400;
  font-variant: small-caps;
  font-size: 25px;
}

h4.feature-heading:hover {
  color: #e200d6;
}

h5.h5 {
  margin-bottom: 0;
  color: #fefafe;
  text-align: center;
  font-variant: small-caps;
}

h5 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.header-paragraph {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
}

p.paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #555;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.footer-paragraph {
  color: #484848;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
}

p.paragraph.section-paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

p.paragraph.block-paragraph {
  text-align: left;
}

p.paragraph.lighter-p {
  color: #fff;
}

p.paragraph span.paragraph-text-1 {
  font-size: 20px;
}

ul.unorder-list.dropdown-menu {
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: none;
  background-color: #000;
}

a.link-text.footer-nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  color: #065bee;
  font-weight: 300;
  font-variant: small-caps;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-text.footer-nav-link:hover {
  color: #5cf000;
}

/* Layout Elements */

body > .row.nav-row {
  background-color: #000;
}

body > .row.header-row {
  padding-top: 0;
  padding-bottom: 50px;
  background-color: #2186eb;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row.information-row {
  padding-top: 90px;
  padding-bottom: 90px;
  max-width: 1200px;
}

body > .row.offer-row {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #5a99ff;
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
  background-image:    -moz-radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
  background-image:      -o-radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
  background-image:         radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row.section-heading-row {
  margin-top: 90px;
  margin-bottom: 50px;
}

body > .row > [class*='col-xs-'].feature-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

body > .row.skils-row {
  max-width: 1200px;
}

body > .row > [class*='col-xs-'].column-1 {
  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;
  margin-top: 40px;
  margin-bottom: 40px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.rule hr {
  border-top-width: 2px;
  border-top-color: #fff;
}

.rule {
  margin-right: auto;
  margin-left: auto;
  width: 40%;
}

.container-fluid.heading-highlight {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 400px;
  background-color: rgba(9, 8, 8, .66);
}

.rule.dark-rile hr {
  border-top-color: #000;
}

.rule.dark-rule hr {
  border-top-width: 1px;
  border-top-color: #000;
}

.container-fluid.feature-container {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 300px;
}

span.glyph.feature-icon {
  color: #065bee;
  font-size: 30px;
}

.container-fluid.dropdown {
  float: right;
  padding-top: 5px;
  padding-right: 60px;
  max-width: 1200px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

li.list-item a.nav-link {
  color: #e147d1;
  font-variant: small-caps;
  font-family: 'Roboto', sans-serif;
}

.container-fluid.navmenu {
  max-width: 1200px;
}

a.glyph.btn.btn-default.dropdown-toggle {
  border-width: 0;
  border-style: none;
  background-color: #000;
  color: #e147d1;
  font-size: 24px;
}

.container-fluid.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  max-width: 1400px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container-fluid.nav-container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: auto;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -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;
}

span.glyph.feature-icon:hover {
  color: #e200d6;
}

.container-fluid.feature-container:hover {
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  opacity: .99;
}

@media screen and (min-width: 349px) {
  /* Text Elements */

  h1.main-heading {
    font-weight: 300;
  }

  h1.hero-heading {
    font-weight: 300;
  }

  h1.heading-1 {
    font-weight: 300;
  }

  h4.feature-heading {
    font-weight: 400;
  }

  h5.h5 {
    color: #f4ffee;
  }

  /* Layout Elements */

  body > .row.header-row {
    background-color: #2186eb;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  body > .row.offer-row {
    background-color: #59a9f9;
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, .62) 30%, rgba(29, 30, 33, .17) 100%);
    background-image:    -moz-radial-gradient(rgba(0, 0, 0, .62) 30%, rgba(29, 30, 33, .17) 100%);
    background-image:      -o-radial-gradient(rgba(0, 0, 0, .62) 30%, rgba(29, 30, 33, .17) 100%);
    background-image:         radial-gradient(rgba(0, 0, 0, .62) 30%, rgba(29, 30, 33, .17) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-fluid.footer-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-align: center;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container-fluid.feature-container {
    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;
  }
}

@media screen and (min-width: 768px) {
  /* Text Elements */

  h1.hero-heading {
    font-weight: 300;
  }

  h1.heading-1 {
    font-weight: 300;
  }

  h1.main-heading {
    font-weight: 300;
  }

  h4.feature-heading {
    font-size: 26px;
  }

  h5.h5 {
    color: #fff;
  }

  /* Layout Elements */

  body > .row.information-row {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1400px;
  }

  body > .row.offer-row {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #2186eb;
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
    background-image:    -moz-radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
    background-image:      -o-radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
    background-image:         radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
    background-attachment: scroll, fixed;
  }

  body > .row.header-row {
    background-color: #2186eb;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 992px) {
  /* Text Elements */

  h1.heading-1 {
    font-weight: 300;
  }

  h1.hero-heading {
    font-weight: 300;
  }

  h5.h5 {
    color: #fff;
  }

  /* Layout Elements */

  body > .row.skils-row {
    padding-bottom: 90px;
  }

  body > .row.offer-row {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #3f99f2;
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
    background-image:    -moz-radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
    background-image:      -o-radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
    background-image:         radial-gradient(rgba(0, 0, 0, .62) 0%, rgba(29, 30, 33, .17) 100%);
  }

  body > .row.information-row {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  body > .row.header-row {
    background-color: #2186eb;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-fluid.feature-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  /* Text Elements */

  h1.main-heading {
    mix-blend-mode: hard-light;
  }

  h1.hero-heading {
    font-weight: 400;
  }

  h1.heading-1 {
    font-weight: 300;
  }

  h5.h5 {
    color: #fff;
  }

  /* Layout Elements */

  body > .row.header-row {
    position: -webkit-sticky;
    position:         sticky;
    background-color: #2186eb;
    background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
    mix-blend-mode: normal;
  }

  body > .row.offer-row {
    background-color: #1567b4;
    background-image: -webkit-radial-gradient(rgba(225, 225, 225, .5) 0%, rgba(4, 4, 5, .5) 100%);
    background-image:    -moz-radial-gradient(rgba(225, 225, 225, .5) 0%, rgba(4, 4, 5, .5) 100%);
    background-image:      -o-radial-gradient(rgba(225, 225, 225, .5) 0%, rgba(4, 4, 5, .5) 100%);
    background-image:         radial-gradient(rgba(225, 225, 225, .5) 0%, rgba(4, 4, 5, .5) 100%);

    background-blend-mode: normal;
  }

  .container-fluid.heading-highlight {
    -webkit-filter: opacity(1) brightness(1) contrast(1) saturate(1) grayscale(0) invert(0) hue-rotate(0deg) blur(0px);
            filter: opacity(1) brightness(1) contrast(1) saturate(1) grayscale(0) invert(0) hue-rotate(0deg) blur(0px);

    mix-blend-mode: hard-light;
  }
}