body {
  background-color: #edeff2;
  font-family: 'Horatio d', 'Trebuchet MS', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Horatio d', 'Trebuchet MS', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 40px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: none;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

a {
  color: #ecf0f1;
  text-decoration: none;
}

.button {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #192024;
  font-size: 25px;
  font-weight: 500;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #192024;
  font-size: 25px;
  font-weight: 500;
}

.navigation-link.call {
  color: #2e9dff;
  font-weight: 700;
}

.navigation-bar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 100%, .5);
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Horatio d', 'Trebuchet MS', sans-serif;
  color: #192024;
  font-size: 40px;
  line-height: 25px;
  font-weight: 300;
  text-transform: none;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #404047;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 150px;
  padding-bottom: 200px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 94%, .33), hsla(0, 0%, 94%, .33)), url('../images/View_of_Hobart_from_Mt_Wellington_1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 94%, .33), hsla(0, 0%, 94%, .33)), url('../images/View_of_Hobart_from_Mt_Wellington_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2136px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #edeff2;
  text-align: center;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  border-style: none;
  background-color: rgba(25, 32, 36, .41);
  font-size: 20px;
  text-transform: none;
}

.hollow-button.all-caps:hover {
  border-style: none;
  background-color: rgba(25, 32, 36, .75);
  color: #edeff2;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: 300;
  text-transform: none;
}

.section-heading.centered {
  margin-top: 150px;
  margin-bottom: 20px;
  border: 1px none #000;
  color: #edeff2;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #192024;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 20px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
  margin-bottom: 20px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #404047;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #edeff2;
  font-size: 16px;
  font-weight: 300;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.row {
  margin-bottom: 60px;
}

.g-map {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.body-white {
  background-color: #fff;
}

.top-image {
  height: 400px;
  background-image: url('../images/View_of_Hobart_from_Mt_Wellington_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.domestic {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  background-image: url('../images/Domestic.jpg');
  background-position: 0px 43%;
  background-size: cover;
}

.industrial {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  background-image: url('../images/Commercial.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.maintenence {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  background-image: url('../images/Industrial.jpg');
  background-position: 50% 61%;
  background-size: cover;
}

.logo {
  margin-bottom: 20px;
}

.heading {
  text-transform: none;
}

.heading-2 {
  text-transform: none;
}

.paragraph {
  font-size: 14px;
  line-height: 20px;
}

.link {
  color: #fc7d64;
}

.button-2 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #edeff2;
  color: #192024;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .section-heading.centered {
    background-position: 50% 0px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.callnow {
    display: block;
    width: 200px;
    margin: 25px auto 20px;
  }
  .section {
    padding-top: 60px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .section-heading.centered {
    margin-top: 100px;
    background-image: -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 40px;
    line-height: 40px;
  }
  .form-field.text-area {
    display: block;
  }
  .spc {
    margin-bottom: 30px;
  }
  .top-image {
    height: 300px;
    background-image: url('../images/View_of_Hobart_from_Mt_Wellington_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .domestic {
    height: 200px;
  }
  .industrial {
    height: 200px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
  .maintenence {
    height: 200px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 479px) {
  a.w--current {
    color: #edeff2;
  }
  .button {
    margin-bottom: 25px;
  }
  .button.full-width {
    width: 200px;
  }
  .button.callnow {
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .navigation-link {
    color: #f0f0f0;
    font-weight: 500;
  }
  .navigation-link:hover {
    color: #edeff2;
  }
  .navigation-link.call {
    color: #fff;
    font-weight: 500;
  }
  .section {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .hero-section.centered {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .hollow-button.all-caps {
    margin-top: 20px;
  }
  .section-heading.centered {
    margin-top: 80px;
    background-image: -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 40px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer.center {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-text {
    font-weight: 300;
  }
  .row {
    margin-bottom: 30px;
  }
  .g-map {
    width: 100%;
  }
  .top-image {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo {
    margin-bottom: 0px;
  }
}

@font-face {
  font-family: 'Horatio d';
  src: url('../fonts/Horatio-D-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Horatio d';
  src: url('../fonts/Horatio-D-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Horatio d';
  src: url('../fonts/Horatio-D-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}