body {
  background: #fff;
  font-family: 'Work Sans', sans-serif;
}

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

@media (min-width: 768px) {
  section {
    position: relative;
    margin: 0 auto;
    padding: 6rem 0;
    overflow: hidde;
  }
}

footer {
  position: relative;
  margin: 0 auto;
  padding: 4rem 0;
  overflow: hidden;
}

section.intro {
  position: relative;
  margin: 0 auto;
  padding: 14rem 0;
  overflow: hidden;
}

.playfair {
  font-family: 'Playfair Display', serif;
}

.back-top {
  position: fixed;
  z-index: 1040;
  height: 58px;
  width: 58px;
  line-height: 58px;
  font-size: 24px;
  color: #666;
  bottom: 65px;
  right: 25px;
  color: #666;
  padding-top: 2px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 8px 8px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 8px 8px 0px rgba(0, 0, 0, 0.24);
  background: rgba(255, 255, 255, 0.7);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  border-radius: 100% !important;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.back-top:hover,
.back-top:focus {
  text-decoration: none;
}

.back-top.cd-is-visible,
.back-top.cd-fade-out {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.back-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.back-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
/*# sourceMappingURL=main.css.map */