body {
  background: #fff;
  font-family: "acumin-pro",sans-serif;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
}
.header {
  margin-bottom: 10px;
}
.hero {
  width: 100%;
  height: 200px;
  background: transparent url(images/pic1.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
.flexslider {
    margin: 0 auto;
    max-width: 1500px;
}
.wrapper {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
img {
  max-width: 100%;
}
.logo {
  width: 230px;
  height: auto;
  margin-bottom: 1em;
}
.content {
  width: 90%;
  margin: 4em auto 2em;
  max-width: 1500px;
}
p {
  color: #404041;
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 300;
}
.first {
  font-family: "baskerville-urw",serif;
  font-size: 20px;
}
.note {
  font-style: italic;
  font-size: 14px;
}
p strong {
  font-weight: 600;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #6d6e70;
}
a:hover {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
.contact {
  margin-top: 3em;
}
.contact p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: .6em;
}
.name {
  margin-bottom: .3em;

}
@media only screen and (min-width : 660px) {
  .hero {
    height: 500px;
  }
}
@media only screen and (min-width : 1000px) {
  body {
    padding-top: 2em;
  }
  .logo {
    width: 299px;
  }
  .hero {
    height: 500px;
  }
  .content {
    width: 70%;
    margin: 4em auto 3em;
  }
  .first {
    font-size: 24px;
    line-height: 1.4;
  }
  p {
    font-size: 18px;
    margin-top: 2em;
    line-height: 1.5;
  }
  .note {
    font-style: italic;
    font-size: 15px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width : 1400px) {
  .hero {
    height: 560px;
  }
}
@media only screen and (min-width : 1600px) {
  .hero {
    height: 640px;
  }
}
@media only screen and (min-width : 1800px) {
  .hero {
    height: 710px;
  }
}