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

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

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

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

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: 4px;
  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-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.navigation-link {
  margin-top: 26px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
}

.navigation-link:hover {
  color: #bec3c7;
}

.navigation-link.w--current {
  color: #fff;
  font-weight: 600;
}

.navigation-bar {
  background-color: #fff;
}

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

.section {
  position: relative;
  padding: 42px 10px 21px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(237, 239, 242, .75), rgba(237, 239, 242, .75)), url('../images/mine-background1.jpg');
  background-image: linear-gradient(180deg, rgba(237, 239, 242, .75), rgba(237, 239, 242, .75)), url('../images/mine-background1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #30ad64;
  text-align: center;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #20613b;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-subheading.left {
  margin-bottom: -43px;
  font-family: Montserrat, sans-serif;
  color: #20613b;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

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

.footer.center {
  border-top: 3px solid #ff0;
  background-color: #20613b;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
}

.text-block {
  margin-top: 15px;
  padding-top: 2px;
  font-family: Montserrat, sans-serif;
  color: #192024;
  font-size: 15px;
  text-align: left;
}

.text-block.white {
  color: #ff0;
}

.list-item {
  padding-top: 19px;
  font-family: Montserrat, sans-serif;
  color: #192024;
  font-size: 15px;
  text-align: left;
}

.unordered-list {
  margin-top: 0px;
  color: #fff;
}

.logo {
  margin-top: 12px;
  margin-bottom: 8px;
}

.ausloo {
  margin-bottom: 65px;
  margin-left: 0px;
}

.section-2 {
  background-color: #192024;
}

.link {
  color: #20613b;
}

.navbar {
  background-color: #192024;
}

.text-block-2 {
  margin-bottom: 15px;
  color: #20613b;
}

.field-label {
  color: #20613b;
  text-align: left;
}

.submit {
  float: left;
  background-color: #20613b;
  text-align: left;
}

.checkbox-field {
  text-align: left;
}

.field-label-3 {
  color: #20613b;
}

.gallery {
  margin-top: 4px;
}

.gallery-images {
  margin-bottom: 21px;
}

.youtube {
  width: auto;
  margin-top: 14px;
}

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.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

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 {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: hsla(0, 0%, 100%, .52);
    font-size: 14px;
  }
  .navigation-link.w--current {
    color: #fff;
    font-size: 14px;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/mine-background1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/mine-background1.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .navbar {
    background-color: #000;
  }
  .dropdown {
    background-color: #000;
    color: #000;
  }
  .menu-button {
    color: #000;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .icon {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/mine-background1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/mine-background1.jpg');
    background-position: 0px 0px, 80% 42%;
  }
  .youtube {
    max-width: 100%;
    margin-right: 0px;
    float: none;
  }
}

@media (max-width: 479px) {
  .section-subheading.left {
    line-height: 30px;
  }
  .logo {
    margin-left: 96px;
    padding-left: 0px;
  }
  .youtube {
    width: 100%;
  }
}

