h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #4682d4;
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #455866;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #455866;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #455866;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

a {
  color: #4682d4;
  text-decoration: underline;
}

.social-image {
  width: 30px;
}

.social-block {
  padding: 10px;
}

.navbar {
  background-image: -webkit-linear-gradient(270deg, #921f47, #691533);
  background-image: linear-gradient(180deg, #921f47, #691533);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-and-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 97px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.brand {
  width: 250px;
  height: 100px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.search-input {
  height: 30px;
  margin-left: 10px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 3px 0px 0px 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
}

.search-button {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
  height: 30px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 3px;
  background-color: #455866;
  background-image: url('../images/search1.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.home-link {
  display: inline-block;
  padding: 18px 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  color: #efefee;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #c5d5e0;
}

.doc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.doc.vertical {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.doc.vertical.right {
  margin-right: 0px;
  margin-left: 20px;
}

.two-thirds {
  margin-right: 10px;
  padding-right: 10px;
  -webkit-box-flex: 66%;
  -webkit-flex: 66%;
  -ms-flex: 66%;
  flex: 66%;
}

.title {
  margin-bottom: 0px;
  text-align: center;
}

.sub-title {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c5d5e0;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.doc-and-nfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.city {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  text-align: center;
}

.spash-h {
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
  text-align: right;
}

.featered_div {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 33%;
  -webkit-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
  border: 1px solid #c5d5e0;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
}

.featered_div.darker {
  background-color: #f3f7fa;
}

.photo {
  width: 80px;
  height: 80px;
  margin-right: 2px;
  margin-bottom: 10px;
  margin-left: 2px;
  border-radius: 40px;
  box-shadow: 0 0 0 2px #4682d4, 0 5px 10px 0 rgba(0, 0, 0, .3);
}

.button {
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, #921f47, #691533);
  background-image: linear-gradient(180deg, #921f47, #691533);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.button:hover {
  background-color: #921f47;
  background-image: none;
}

.button.mini {
  padding: 4px 10px;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
  font-size: 14px;
  text-transform: none;
}

.news {
  margin-bottom: 20px;
}

.find-div {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.spash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 564px;
  margin-bottom: 20px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(242, 246, 248, .97), rgba(242, 246, 248, .97)), url('../images/large-image.png');
  background-image: linear-gradient(180deg, rgba(242, 246, 248, .97), rgba(242, 246, 248, .97)), url('../images/large-image.png');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.name-city-contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.full-name {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4682d4;
  text-align: center;
}

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

.two-thirds-one-third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #691533;
  }
  .navbar {
    background-image: -webkit-linear-gradient(270deg, #921f47, #691533 99%);
    background-image: linear-gradient(180deg, #921f47, #691533 99%);
  }
  .search {
    margin-right: 10px;
  }
  .social-and-search {
    padding-left: 20px;
  }
  .home-link {
    display: block;
    padding-left: 30px;
    float: none;
    text-align: left;
  }
  .nav-menu {
    background-color: #691533;
  }
  .nav-link {
    display: block;
  }
}

@media (max-width: 767px) {
  .doc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .two-thirds {
    margin-right: 0px;
    padding-right: 0px;
  }
  .photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .news {
    padding-right: 20px;
    padding-left: 20px;
  }
  .name-city-contact {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .name-city-contact.aligned-right {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .two-thirds-one-third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .doc-and-nfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .photo {
    clear: none;
  }
}