body {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding: 30px;
}

.section.blue {
  background-color: #62a3f8;
  color: #fff;
}

.column {
  padding: 15px;
}

.column.small {
  padding: 10px;
}

.home-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #666;
  text-align: center;
  text-decoration: none;
}

.home-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.flex-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-block {
  margin-left: 10px;
}

.link-block:hover {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.navbar {
  background-color: #fff;
}

.button {
  border-radius: 10px;
  background-color: #12527b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button:hover {
  background-color: #000;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
}

.button.big {
  display: block;
  padding: 15px;
  font-size: 28px;
  line-height: 1em;
  text-align: center;
}

.button.big.contact {
  margin-bottom: 30px;
}

.button.block {
  display: block;
  text-align: center;
}

.fancy-image {
  border-radius: 5px;
  box-shadow: 0 0 15px 0 hsla(0, 0%, 100%, 0.5);
}

.fancy-image.bigger {
  box-shadow: 0 0 30px 0 #666;
}

.centered {
  text-align: center;
}

.nav-link {
  font-family: Arimo, sans-serif;
  font-size: 18px;
  line-height: 1.05em;
}

.nav-link:hover {
  color: #12527b;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #12527b;
  text-decoration: underline;
}

.home-image {
  margin-bottom: 10px;
}

.footer-upper {
  background-image: url('../images/bg_08.png');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: fixed;
  color: #fff;
}

.map {
  border: 15px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 30px 0 rgba(34, 34, 34, 0.3);
}

.recaptcha {
  margin-bottom: 10px;
}

.home-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-link-content {
  height: 100%;
  margin: 10px;
  padding: 10px;
  background-color: #ddd;
}

.form-embed {
  display: block;
  margin-bottom: 30px;
}

.form {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-link {
    width: 50%;
    margin: 0px;
  }
  .menu-button {
    float: none;
    text-align: center;
  }
  .text-block-2 {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
  }
  .icon {
    display: inline-block;
    font-size: 24px;
    line-height: 18px;
  }
  .home-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-link-content {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 15px;
  }
  .section.blue {
    padding: 15px;
  }
  .home-link {
    width: 100%;
  }
  .button.big.contact {
    font-size: 18px;
  }
  .recaptcha {
    overflow: hidden;
  }
}

