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;
}

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

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

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

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #004fa5;
}

.button.tab {
  margin-top: 6px;
  margin-right: -2px;
  margin-left: 9px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-left: 10px;
  background-color: #92a0ad;
  text-align: center;
}

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

.button.tab.w--current {
  right: 0px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  background-color: #2e80b6;
  direction: ltr;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #535353;
}

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

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

.navigation-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
  float: none;
  background-color: #fff;
}

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

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

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

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

.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: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-color: rgba(31, 38, 42, 0);
  background-image: url('../images/Komsomolsky-Monastery-Island.JPG');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.85;
  text-align: center;
}

.hero-heading {
  display: inline;
  width: 100%;
  margin-bottom: 30px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 0 6px 0 #2e9dff;
  font-family: Montserrat, sans-serif;
  color: #353535;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-top: 10px;
  margin-right: 43px;
  margin-bottom: 40px;
  padding-top: 4px;
  padding-right: 0px;
  border: 1px solid #000;
  border-radius: 15px;
  background-color: hsla(207, 7%, 76%, .66);
  font-family: Vollkorn, serif;
  color: #353535;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.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 {
  display: inline-block;
  margin: 6px -16px 19px -4px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-left: 22px;
  border-style: none;
  border-color: #2e9dff;
  border-radius: 10px;
  background-color: #edeff2;
  background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%, #000 1%, #fff);
  background-image: radial-gradient(circle closest-corner at 50% 50%, #000 1%, #fff);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .5);
  opacity: 0.68;
  -webkit-transition: background-color 300ms ease, border 300ms ease, background-color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, background-color 300ms ease;
  color: #fcdb97;
  font-weight: 600;
  text-transform: uppercase;
}

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

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

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

.section-subheading.center {
  padding: 12px;
  float: none;
  background-color: #0098ff;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #535353 36%, #fff);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #535353 36%, #fff);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 100;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  background-image: url('../images/example-bg.png'), -webkit-radial-gradient(circle farthest-corner at 50% 50%, #535353 36%, #fff);
  background-image: url('../images/example-bg.png'), radial-gradient(circle farthest-corner at 50% 50%, #535353 36%, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: 125px, auto;
  color: #e8e8e8;
}

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

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  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 {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

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

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

.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;
}

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

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

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

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

.form {
  margin-top: 40px;
}

.image {
  margin-right: 17px;
  margin-bottom: -46px;
  margin-left: 185px;
  padding-top: 11px;
  padding-left: 86px;
  background-image: url('../images/Slavic-Soul-LOGO-TXT.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-2 {
  display: inline;
}

.image-3 {
  margin-bottom: 42px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #fff, -1px -3px 6px 0 #309ead;
  opacity: 0.81;
}

.paragraph {
  font-family: Vollkorn, serif;
  font-size: 20px;
}

.important-text {
  font-weight: 400;
}

.heading {
  float: left;
  color: #515253;
  font-weight: 400;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #004fa5;
  font-size: 48px;
}

.div-block {
  height: 30px;
  box-shadow: none;
}

.div-block-2 {
  height: 30px;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #353535;
  font-size: 48px;
  font-weight: 400;
}

.text-block-2 {
  height: 50px;
  margin-top: 3px;
  margin-bottom: 2px;
  padding-bottom: 6px;
  font-size: 38px;
}

.text-block-3 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  padding-top: 90px;
  background-image: -webkit-linear-gradient(270deg, rgba(25, 32, 36, .5), rgba(25, 32, 36, .5));
  background-image: linear-gradient(180deg, rgba(25, 32, 36, .5), rgba(25, 32, 36, .5));
  text-align: center;
}

.learn-more-wrapper {
  display: block;
  width: 1075px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-image: -webkit-linear-gradient(270deg, #f0f0f0, #f0f0f0);
  background-image: linear-gradient(180deg, #f0f0f0, #f0f0f0);
}

.text-field {
  display: block;
  width: 40%;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 27px;
  padding-left: 27px;
  float: none;
  border: 2px solid #30ad64;
  font-size: 14px;
}

.text-field:focus {
  border-width: 3px;
  border-color: #fc7d64;
}

.learn-more {
  width: 40%;
  height: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-image: -webkit-linear-gradient(270deg, rgba(48, 173, 63, .6), rgba(48, 173, 63, .6));
  background-image: linear-gradient(180deg, rgba(48, 173, 63, .6), rgba(48, 173, 63, .6));
}

.learn-more:active {
  background-image: -webkit-linear-gradient(270deg, #fc7d64, #fc7d64);
  background-image: linear-gradient(180deg, #fc7d64, #fc7d64);
}

.close-link {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #676770;
}

.close-link:hover {
  color: #fc7d64;
}

.heading-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.paragraph-2 {
  color: #517899;
  font-weight: 600;
  text-align: left;
}

.back-to-top {
  position: static;
  z-index: 9999;
  float: right;
}

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);
}

html.w-mod-js *[data-ix="model-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@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;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: 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;
  }
  .hollow-button.all-caps {
    border-color: #353535;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
}

