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

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

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

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

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

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

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin: 54px 10px 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

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

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

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

.navigation-link {
  color: #676770;
  padding-top: 40px;
  transition: all .3s ease-in-out;
}

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

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

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

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

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

.section.accent {
  background-color: #1d292f;
}

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

.white-box.transparent {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  display: block;
}

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

.hero-section.centered {
  text-align: center;
  background-image: url('../images/352107231_844884487204252_1814689497466747787_n.jpg'), linear-gradient(rgba(46, 157, 255, .5), rgba(46, 157, 255, .22));
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border-bottom: 4px solid #69b9ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 251px;
  padding-bottom: 140px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

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

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

.hollow-button.all-caps {
  text-transform: uppercase;
}

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

.section-heading.centered {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered-copy.white {
  color: #fff;
}

.section-subheading.center {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 300;
}

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

.section-subheading.center-copy {
  color: #000;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

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

.section-subheading.center-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

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

.section-subheading.center-copy-copy {
  color: #000;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

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

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

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

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

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

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

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  width: 35%;
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 19%;
  margin: 20px auto;
  padding: 3px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

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

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

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

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

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

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

.form {
  margin-top: 40px;
}

.spc {
  color: #000;
}

.flexbox {
  display: flex;
}

.lijevo, .desno {
  width: 50%;
}

.paragraph {
  color: #fff;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  font-weight: 400;
}

.div-block {
  width: 300px;
  height: 600px;
  margin-top: 25px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-copy {
  text-align: center;
  padding: 80px 10px;
  position: relative;
}

.section-copy.accent {
  background-color: #192024;
}

.image {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-2 {
  display: flex;
}

.div-block-3 {
  width: 33%;
  display: flex;
}

.text-block {
  padding-top: 15px;
  padding-left: 15px;
}

.div-block-4 {
  width: 33%;
  display: flex;
}

.text-block-2 {
  padding-top: 15px;
  padding-left: 15px;
}

.div-block-5 {
  width: 33%;
  display: flex;
}

.text-block-3 {
  color: #000;
  padding-top: 15px;
  padding-left: 15px;
}

.heading {
  color: #000002;
}

.heading-2, .heading-3 {
  color: #000;
}

.heading-4 {
  color: #000007;
}

.heading-5, .heading-6, .paragraph-3, .paragraph-4 {
  color: #000;
}

.paragraph-5 {
  color: #000203;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  color: #000;
}

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

.section-copy.accent {
  background-color: #192024;
}

.section-copy-copy {
  text-align: center;
  background-color: #edeff2;
  padding: 80px 10px;
  display: none;
  position: relative;
}

.section-copy-copy.accent {
  background-color: #192024;
}

.video {
  width: 300px;
  height: 600px;
  display: flex;
}

.div-block-copy {
  width: auto;
  height: auto;
  margin-top: 25px;
  padding-top: 0;
  display: flex;
}

.container {
  display: block;
}

.section-copy-copy-copy {
  text-align: center;
  background-color: #edeff2;
  padding: 80px 10px;
  display: block;
  position: relative;
}

.section-copy-copy-copy.accent {
  background-color: #192024;
}

.paragraph-9 {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.paragraph-10 {
  color: #000;
  padding-bottom: 20px;
  font-weight: 400;
}

.paragraph-11 {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.paragraph-12 {
  color: #030303;
  padding-top: 20px;
  font-weight: 400;
}

.link-block, .link-block-2 {
  color: #000;
  text-decoration: none;
}

.paragraph-13, .heading-7, .heading-8 {
  font-weight: 400;
}

.div-block-6 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-14 {
  color: #000;
  text-align: left;
  font-weight: 400;
}

.image-21 {
  border-radius: 16px;
}

.link {
  padding-left: 10px;
  text-decoration: none;
}

.div-block-7 {
  padding-top: 20px;
}

.div-block-8 {
  margin-top: 133px;
  margin-bottom: -12px;
  padding-top: 201px;
  padding-bottom: 0;
}

.container-2 {
  margin-top: 0;
  margin-bottom: -113px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.paragraph-15 {
  color: #fff;
  text-align: left;
}

.bold-text, .bold-text-2 {
  font-weight: 300;
}

.div-block-9 {
  background-color: #010101;
  display: flex;
}

.div-block-10 {
  width: 33%;
}

.image-22 {
  margin-left: 40px;
  padding-top: 8px;
  padding-left: 0;
}

.link-2 {
  color: #f5f5f5;
  padding-left: 15px;
  font-size: 22px;
  text-decoration: none;
}

.div-block-11 {
  width: 33%;
}

.image-23 {
  padding-top: 6px;
}

.link-3 {
  color: #fff;
  padding-left: 15px;
  font-size: 22px;
  text-decoration: none;
}

.div-block-12 {
  width: 33%;
}

.image-24 {
  padding-top: 6px;
}

.link-4 {
  color: #fdfdfd;
  padding-left: 15px;
  font-size: 22px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .button {
    margin-top: 88px;
    margin-bottom: 10px;
  }

  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

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

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    background-image: url('../images/352107231_844884487204252_1814689497466747787_n.jpg'), linear-gradient(rgba(46, 157, 255, .5), rgba(46, 157, 255, .22));
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    padding-top: 63px;
    padding-bottom: 118px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .flexbox {
    display: block;
  }

  .lijevo, .desno {
    width: 100%;
  }

  .div-block-2 {
    display: flex;
  }

  .video {
    height: auto;
    display: block;
  }

  .div-block-8 {
    margin-top: 69px;
    margin-bottom: 1px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    margin-top: 76px;
    margin-bottom: -101px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-9 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

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

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: 13px;
    line-height: 16px;
  }

  .div-block-8 {
    margin-top: -80px;
    margin-bottom: 29px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    margin-bottom: -140px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    background-image: url('../images/352107231_844884487204252_1814689497466747787_n.jpg'), linear-gradient(rgba(46, 157, 255, .5), rgba(46, 157, 255, .22));
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-heading {
    font-size: 35px;
    line-height: 47px;
  }

  .section-subheading.center, .section-subheading.center-copy, .section-subheading.center-copy, .section-subheading.center-copy-copy {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .div-block-2 {
    display: block;
  }

  .div-block-3, .div-block-4, .div-block-5 {
    width: 100%;
  }

  .div-block-8 {
    margin-top: 3px;
    margin-bottom: 86px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    margin-top: 1px;
    margin-bottom: -95px;
    padding-top: 60px;
    padding-bottom: 0;
  }
}


