@charset "UTF-8";
* {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
  border-spacing: 0;
  line-height: 1.3; }

body {
  background: #666; }

.wrap {
  width: 100%;
  max-width: 1020px;
  padding: 0 30px;
  margin: 0 auto; }

section {
  clear: both;
  overflow: visible; }
  section.section-heading {
    padding: 150px 0;
    text-align: center;
    position: relative;
    z-index: 1; }
    section.section-heading h2 {
      margin: 0;
      color: #fff; }
  section.section-main {
    background: #fdfdfd;
    padding: 100px 0;
    overflow: auto;
    box-shadow: 0 0 20px -5px #000;
    position: relative;
    z-index: 2; }
    section.section-main:after {
      content: "";
      display: block;
      clear: both; }

h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #2984C2; }

.copy {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px; }

a {
  color: inherit; }

a.tout {
  color: #2984C2;
  border-bottom: 1px solid transparent;
  transition: color 200ms ease, border 200ms ease; }
  a.tout:after {
    content: " 〉";
    font-size: 15px;
    border-bottom: 2px solid #fff; }
  a.tout:hover {
    color: #000;
    border-bottom: 1px solid #000; }

a.cta {
  font-size: 20px;
  display: block;
  padding: 10px;
  margin: 0 auto;
  width: 270px;
  border-radius: 6px;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  background: transparent;
  transition: background 200ms ease, color 200ms ease; }
  a.cta:hover {
    background: #fff;
    color: #000; }

.hero {
  background: url("/assets/dayton-skyline-blur.jpg") top center no-repeat;
  min-height: 600px;
  overflow: auto; }
  .hero nav {
    width: 100%;
    height: 160px;
    margin: 30px auto 0;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 20px -5px #000; }
    .hero nav ul {
      list-style-type: none;
      height: 100%;
      text-align: center; }
      .hero nav ul li {
        display: inline-block;
        height: 100%;
        width: 10%;
        text-align: center;
        line-height: 160px;
        margin-left: auto;
        margin-right: auto; }
        .hero nav ul li a {
          padding: 20px;
          color: #2984C2;
          text-decoration: none;
          font-size: 18px;
          transition: color 200ms ease; }
          .hero nav ul li a:hover {
            color: #000; }
    .hero nav .logo {
      background: url("/assets/logo.png") center no-repeat;
      background-size: auto 90%;
      height: 100%;
      width: 300px; }
  .hero .copy {
    color: #fff;
    text-align: center; }
    .hero .copy h1 {
      font-size: 48px;
      margin-top: 100px; }
    .hero .copy a.cta {
      margin-top: 60px; }

.intro .woman-running {
  display: block;
  background: url("/assets/woman-running.jpg") no-repeat;
  background-size: 100%;
  height: 300px;
  width: 300px;
  float: right;
  margin: 0 0 15px 5%;
  border-radius: 50%;
  box-shadow: 0px 0px 12px -4px #000; }

.intro .copy {
  max-width: 490px; }

.who-we-are-heading {
  background: url("/assets/doctors-office.jpg") no-repeat;
  background-size: 100%; }

.who-we-are .dr-curry {
  display: block;
  background: url("/assets/dr-curry.jpg") no-repeat;
  background-size: 100% auto;
  width: 300px;
  height: 300px;
  float: left;
  margin: 0 10% 0 0;
  border-radius: 50%;
  box-shadow: 0px 0px 12px -4px #000; }

.let-us-know-heading {
  background: url("/assets/exploring-nature.jpg") no-repeat;
  background-size: 100%;
  background-position: center 42%; }

.let-us-know {
  text-align: center; }
  .let-us-know .copy {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }

footer {
  padding: 100px 0 100px;
  background: #666;
  text-align: center; }
  footer .copy {
    color: #ddd; }
  footer a.cta {
    margin-top: 30px;
    margin-bottom: 60px; }
    footer a.cta:hover {
      color: #666; }
  footer .divider {
    margin: 0 auto 60px;
    border-bottom: 1px solid #999;
    max-width: 960px; }
  footer .legal span {
    display: inline-block;
    margin: 0 30px 30px; }
  footer .legal a:hover {
    text-decoration: underline; }
