/* Text Elements */

h1 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

h1.main-heading {
  color: #003095;
  text-shadow: #fcfeff 2px 2px 5px;
  font-variant: small-caps;
  font-size: 2.6rem;
}

h1.section-heading {
  margin-bottom: 18px;
  color: #6fe8e8;
  font-weight: 300;
  font-size: 30px;
}

h1.heading-2 {
  color: #6fe8e8;
}

h4.heading-1 {
  color: #e8b96f;
  text-align: center;
}

p.paragraph {
  color: #595959;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.intro-highlighted-paragraph {
  margin-top: 30px;
  color: #a6e1ff;
  font-size: 20px;
  font-family: Papyrus, fantasy;
}

p.paragraph span.paragraph-text-1 {
  color: #505eb4;
  font-weight: 700;
}

p.paragraph.services-paragraph {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 800px;
  border: .0625rem solid #959595;
  color: #959595;
}

p.paragraph span.paragraph-text-2 {
  font-style: italic;
}

p.paragraph a.paragraph-text-3 {
  color: #6fe8e8;
}

p.paragraph.paragraph-1 {
  padding-top: 10px;
  color: #959595;
  font-size: 18px;
}

p.paragraph.paragraph-2 {
  margin-top: 40px;
  color: #959595;
  font-size: 20px;
}

p.paragraph.paragraph-4 {
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  max-width: 300px;
  color: #959595;
  text-align: left;
}

p.paragraph span.paragraph-text-4 {
  color: #a6e1ff;
}

p.paragraph span.paragraph-text-5 {
  color: #a6e1ff;
}

p.paragraph span.paragraph-text-6 {
  color: #a6e1ff;
}

p.paragraph span.paragraph-text-7 {
  color: #a6e1ff;
}

p.paragraph span.paragraph-text-8 {
  color: #a6e1ff;
}

p.paragraph span.paragraph-text-9 {
  color: #a6e1ff;
}

p.paragraph span.paragraph-text-10 {
  color: #a6e1ff;
}

p.paragraph span.paragraph-text-11 {
  color: #6fe8e8;
}

a.link-text.menu-link {
  color: #6fe8e8;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
}

a.link-text.menu-link:hover {
  color: #ffe270;
  font-size: 1.1875rem;
}

a.link-text.menu-link:active {
  color: #fff;
}

/* Interaction Elements */

a.link-button.button {
  max-width: 200px;
}

/* Layout Elements */

body.body-1 {
  max-width: 900px;
  background-color: #000;
}

body.body-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-align: center;
  max-width: 900px;
  background-color: #000;

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

body.body-3 {
  max-width: 900px;
  background-color: #000;
}

body.body-4 {
  max-width: 900px;
  background-color: #000;
}

.container.title-bar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container#realeutatemenu {
  display: none;
}

.container.top-bar-left {
  float: left;

  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.container.large-container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.5rem;
  padding-bottom: 4.375rem;
  max-width: 50rem;
}

.container.responsive-menu {
  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: end;
  -ms-flex-align: end;

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

.container.top-bar {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container.highlighted {
  margin: 70px auto;
  max-width: 400px;
  background-color: rgba(9, 8, 8, .47);
}

.container.highlighted.large-container {
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container.information-row {
  padding-top: 0;
  padding-bottom: 0;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
}

.container.footer-row {
  max-width: none;
  background-color: #fff;
}

.container.nav-row {
  max-width: none;
  background-color: #000;
}

.container.highlighted-heading {
  margin: 30px auto 0;
  max-width: 400px;
  background-color: rgba(9, 8, 8, .47);
}

.container.homepage-header {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 300px;
  max-width: none;
  background-image: url('http://www.technavac.com.au/images/headerbackground.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  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;
  -ms-flex-pack: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;

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

.container.column-4 {
  float: none;
}

.container.column-7 {
  float: none;
}

.container.column-5 {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.container.homepage-header.row-type {
  padding-top: 5px;
  min-height: auto;
  background-color: #080606;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.column-6 {
  margin-top: 0;
  max-width: 800px;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-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;
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  min-width: 100px;
  max-width: none;
  width: 100px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.footer-row.row-type {
  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: center;
  padding-top: 20px;
  background-color: #000;

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

.container.container-4 {
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 10px;
  border: .25rem solid #016725;
  border-radius: 15px;
  background-color: #000;

  -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.container-3 {
  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: 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.container-5 {
  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: center;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 800px;

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

.container.information-row.row-type {
  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;

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

ul.list-container.dropdown.menu {
  -ms-flex-pack: center;
  background-color: transparent;

  -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.font-icon-menu {
  display: inline-block;
  clear: right;
  margin-right: 1%;
  color: #fff;
  vertical-align: middle;
  font-size: 1.5625rem;
  line-height: 0;
}

.rule hr {
  border-top-width: .125rem;
  border-top-color: #fefefe;
}

.rule {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  width: 40%;
}

span.glyph.button.font-icon-menu {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.rule.rule-1 {
  width: 50%;
}

.rule.rule-2 {
  width: 50%;
}

.rule.rule-3 {
  width: 50%;
}

.rule.rule-4 {
  width: 50%;
}

.rule.rule-5 hr {
  border-top-color: #910808;
}

.rule.rule-6 hr {
  border-top-color: #910808;
}

.rule.rule-7 hr {
  border-top-color: #910808;
}

.rule.rule-8 hr {
  border-top-color: #910808;
}

.rule.rule-6 {
  width: 50%;
}

.rule.rule-5 {
  width: 50%;
}

.rule.rule-7 {
  width: 50%;
}

.rule.rule-8 {
  width: 50%;
}

div.responsive-picture.picture-2 {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

span.glyph.button.font-icon-menu:hover {
  color: #5cf000;
}

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

  a.link-text.menu-link {
    color: #6fe8e8;
  }

  a.link-text.menu-link:hover {
    color: #ffe270;
  }

  a.link-text.menu-link:active {
    color: #fff;
  }

  /* Layout Elements */

  body.body-2 {
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.title-bar {
    display: none;
  }

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

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.top-bar {
    background-color: transparent;
  }

  .container.information-row {
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
  }

  .container.footer-row {
    background-color: #fff;
  }

  .container.column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;

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

  .container.homepage-header {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
    background-image: url('http://www.technavac.com.au/images/headerbackground.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.responsive-menu {
    position: fixed;
    right: 0;
    left: 0;
  }

  .container.highlighted.large-container {
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.column-5 {
    float: none;
  }

  .container.highlighted-heading {
    margin-top: 30px;
  }

  .container.column-4 {
    float: none;
  }

  .container.column-7 {
    float: none;
  }

  .container.column-6 {
    margin-top: 0;
  }

  .container.homepage-header.row-type {
    padding-top: 50px;
  }

  ul.list-container.dropdown.menu {
    background-color: transparent;
  }

  .rule.rule-1 {
    width: 50%;
  }

  .rule.rule-2 {
    width: 50%;
  }

  .rule.rule-3 {
    width: 50%;
  }

  .rule.rule-4 {
    width: 50%;
  }

  .rule.rule-5 {
    width: 45%;
  }

  .rule.rule-6 {
    width: 45%;
  }

  .rule.rule-7 {
    width: 45%;
  }

  .rule.rule-8 {
    width: 45%;
  }
}

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

  p.paragraph.intro-highlighted-paragraph {
    color: #6fe8e8;
    font-family: Papyrus, fantasy;
  }

  a.link-text.menu-link {
    color: #6fe8e8;
  }

  a.link-text.menu-link:hover {
    color: #ffe270;
  }

  a.link-text.menu-link:active {
    color: #fff;
  }

  /* Layout Elements */

  .container.footer-row {
    background-color: #fff;
  }

  .container.column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;

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

  .container.homepage-header {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
    background-image: url('http://www.technavac.com.au/images/headerbackground.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.highlighted-heading {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .container.highlighted.large-container {
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.information-row {
    padding-top: 0;
  }

  .container.column-5 {
    float: none;
  }

  .container.column-4 {
    float: none;
  }

  .container.column-7 {
    float: none;
  }

  .container.column-6 {
    margin-top: 0;
  }

  .container.homepage-header.row-type {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

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

  p.paragraph.services-paragraph {
    border: .0625rem solid #b6f1f7;
  }

  a.link-text.menu-link {
    color: #6fe8e8;
  }

  a.link-text.menu-link:visited {
    color: #6fe8e8;
  }

  a.link-text.menu-link:focus {
    border-bottom-width: .125rem;
    border-bottom-style: solid;
    color: #fff;
  }

  a.link-text.menu-link:hover {
    border-bottom: .125rem solid #620009;
    color: #6fe8e8;
  }

  /* Layout Elements */

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.large-container {
    float: none;
  }

  .container.footer-row {
    background-color: #fff;
  }

  .container.column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;

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

  .container.information-row {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.homepage-header {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
    background-image: url('http://www.technavac.com.au/images/headerbackground.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.highlighted-heading {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 0;
  }

  .container.column-4 {
    float: none;
    padding-right: .937rem;
  }

  .container.column-5 {
    float: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container.highlighted.large-container {
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.column-7 {
    float: none;
  }

  .container.column-6 {
    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;
    margin-top: 0;
    max-width: 800px;

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

  .container.container-5 {
    max-width: 800px;
  }

  .container.homepage-header.row-type {
    padding-bottom: 30px;
  }

  .container.information-row.row-type {
    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: center;

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