body {
  height: 100%;
  background-image: url('../images/bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  color: #a3a3a3;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  font-size: 46px;
  line-height: 44px;
  font-weight: 600;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #a3a3a3;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #4d4d4d;
  font-size: 35px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 30px;
  margin-bottom: 5px;
  color: #4d4d4d;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}

.container {
  display: block;
  max-width: 700px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
}

.tab {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  cursor: pointer;
}

.tab:hover {
  opacity: 1;
}

.tab.w--current {
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
}

.icon {
  width: 40px;
}

.tabs-menu {
  display: block;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
}

.tab-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 50px -14px #000;
}

.tab-window.main {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.tab-window.main.about {
  padding-left: 50px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-window.main.gallery {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-window.main.contact-us {
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.triangle {
  width: 40px;
  height: 18px;
  margin-bottom: -5px;
  margin-left: 195px;
}

.triangle.profile {
  margin-left: 285px;
}

.triangle.work {
  margin-left: 375px;
}

.triangle.contact {
  margin-left: 465px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.info-column {
  padding-top: 130px;
}

.work-container {
  margin-top: 0px;
}

.work-item {
  margin-bottom: 10px;
}

.text-field {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  background-color: #ededed;
}

.text-field.half {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.text-field.half.email {
  margin-right: 0%;
  float: right;
}

.submit-button {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #a4dbd8;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Vollkorn, serif;
}

.submit-button:hover {
  background-color: #afcbe0;
}

.bottom-text {
  position: relative;
  z-index: 1000;
  display: block;
  margin-bottom: 10%;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.footer-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, .6);
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.inline-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #a3a3a3;
  text-decoration: none;
}

.inline-link:hover {
  color: #5c5c5c;
}

.error-message {
  background-image: radial-gradient(circle farthest-corner at -5% 83%, #cc3d72, #e884a9);
  color: #fff;
}

.div-block {
  width: 40%;
  background-image: url('../images/mls-790800-81-chivas-lane-santa-rosa-beach-florida-32459.0.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block.home {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.tabs-content {
  overflow: visible;
}

.body {
  background-color: #a4dbd8;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #afcbe0, rgba(164, 219, 216, .54)), url('../images/abstract-antique-backdrop-164005.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.logo {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1003;
  width: 12%;
  margin-top: 25px;
  margin-left: 25px;
}

.div-block-2 {
  width: 60%;
  padding: 50px 25px 20px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 2.5em;
  font-weight: 600;
  text-align: center;
}

.paragraph {
  margin-top: 25px;
  font-family: Vollkorn, serif;
  font-size: 1.4em;
  line-height: 25px;
}

.heading-2 {
  margin-top: 0px;
  font-family: Vollkorn, serif;
  color: #a3a3a3;
}

.contact-us-button {
  display: block;
  width: 150px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #a4dbd8;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: Vollkorn, serif;
  font-size: 1.4em;
  text-align: center;
  cursor: pointer;
}

.contact-us-button:hover {
  background-color: #afcbe0;
}

.paragraph-2 {
  padding-right: 25px;
  padding-left: 25px;
}

.paragraph-3 {
  margin-bottom: 15px;
  font-family: Vollkorn, serif;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 15px;
  font-family: Vollkorn, serif;
  text-align: center;
}

.paragraph-5 {
  margin-bottom: 15px;
  font-family: Vollkorn, serif;
  text-align: center;
}

.link {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 150px;
  background-color: #a4dbd8;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: Vollkorn, serif;
  font-size: 1.4em;
  text-align: center;
}

.link:hover {
  background-color: #afcbe0;
}

.div-block-3 {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 69px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  position: relative;
  margin-right: 15px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 1.4em;
}

.service-area-heading {
  margin-top: 0px;
  font-family: Vollkorn, serif;
  font-size: 2.5em;
  font-weight: 500;
  text-align: center;
}

.bold-text-2 {
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

.heading-3 {
  font-family: Vollkorn, serif;
  color: #a3a3a3;
}

.heading-4 {
  font-family: Vollkorn, serif;
  color: #a3a3a3;
}

.heading-4.doors {
  display: none;
}

.link-block {
  width: 25px;
  height: 25px;
  margin-right: 25px;
  background-image: url('../images/glyph-logo_May2016.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.link-block:hover {
  opacity: 1;
}

.service-area-text {
  display: block;
  margin-top: 25px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}

.column-2 {
  padding-right: 6px;
  padding-left: 5px;
}

.column-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-4 {
  padding-right: 5px;
  padding-left: 5px;
}

.link-2 {
  margin-bottom: 25px;
  color: #afcbe0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.service-areas {
  position: relative;
  left: 0px;
  bottom: 0px;
  font-family: Vollkorn, serif;
  line-height: 25px;
  text-align: center;
}

.service-areas.home {
  position: relative;
  display: block;
  margin-top: 25px;
  color: #a3a3a3;
}

.services-heading {
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}

.image-3 {
  display: none;
}

@media (max-width: 991px) {
  body {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container {
    width: auto;
    max-width: 700px;
  }
  .triangle {
    margin-left: 195px;
  }
  .triangle.profile {
    margin-left: 285px;
  }
  .triangle.work {
    margin-left: 375px;
  }
  .triangle.contact {
    margin-left: 465px;
  }
  .div-block.home {
    background-size: cover;
  }
  .logo-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 15%;
    margin-top: 25px;
    margin-left: 25px;
  }
  .div-block-3 {
    position: absolute;
    margin-top: 20px;
  }
  .service-area-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .service-areas {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .service-areas.home {
    position: relative;
    left: 0%;
    bottom: 0%;
    margin-top: 20px;
    color: #afcbe0;
  }
}

@media (max-width: 767px) {
  .container {
    margin-top: 70px;
  }
  .tab-window {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .triangle {
    margin-left: 100px;
  }
  .triangle.profile {
    margin-left: 190px;
  }
  .triangle.work {
    margin-left: 280px;
  }
  .triangle.contact {
    margin-left: 370px;
  }
  .info-column {
    padding-top: 80px;
  }
  .div-block {
    width: 100%;
    height: 268px;
    margin-top: 15px;
  }
  .div-block-2 {
    width: 100%;
  }
  .heading {
    font-size: 2.9em;
  }
  .paragraph {
    margin-top: 15px;
  }
  .div-block-3 {
    margin-top: 0px;
  }
  .service-area-text {
    font-size: 1em;
  }
  .services-heading {
    font-size: 2.9em;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 41px;
    text-align: center;
  }
  h2 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
  }
  h3 {
    display: block;
    margin-right: auto;
    margin-bottom: 19px;
    margin-left: auto;
    text-align: center;
  }
  h4 {
    margin-top: 20px;
    text-align: center;
  }
  p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }
  .container {
    position: relative;
    margin-top: 25px;
    margin-right: 65px;
  }
  .tab {
    min-width: 0px;
    margin-right: 7px;
    margin-left: 8px;
    float: left;
    text-decoration: none;
  }
  .icon {
    width: 40px;
    height: 40px;
  }
  .tabs-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1003;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: rgba(175, 203, 224, .54);
  }
  .tab-window {
    margin-top: 160px;
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .tab-window.main {
    margin-top: 50px;
    padding: 30px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column {
    padding-left: 0px;
  }
  .info-column {
    padding-top: 0px;
  }
  .text-field {
    width: 100%;
  }
  .text-field.half {
    width: 100%;
    margin-right: 0%;
  }
  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .body {
    padding-right: 0px;
    padding-left: 0px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .paragraph {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .link {
    margin-top: 0px;
  }
  .div-block-3 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1005;
    width: auto;
    height: 160px;
    margin-top: 0px;
    margin-right: 65px;
    padding-top: 15px;
    padding-bottom: 15px;
    -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;
    background-color: rgba(175, 203, 224, .8);
  }
  .text-block {
    margin-right: 0px;
  }
  .service-area-heading {
    margin-top: 20px;
  }
  .link-block {
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .service-area-text {
    margin-top: 145px;
    margin-right: 65px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .image {
    display: block;
    margin: 25px auto;
  }
  .heading-5 {
    font-family: Vollkorn, serif;
  }
  .heading-6 {
    font-family: Vollkorn, serif;
  }
  .paragraph-6 {
    padding-right: 10px;
    padding-left: 10px;
    font-family: Vollkorn, serif;
  }
  .paragraph-7 {
    font-family: Vollkorn, serif;
  }
  .heading-7 {
    font-family: Vollkorn, serif;
  }
  .paragraph-8 {
    margin-bottom: 5px;
    font-family: Vollkorn, serif;
  }
  .heading-8 {
    font-family: Vollkorn, serif;
  }
  .heading-9 {
    font-family: Vollkorn, serif;
  }
  .text-block-2 {
    margin-top: 5px;
    font-family: Vollkorn, serif;
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
  }
  .image-2 {
    margin-top: 10px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

