html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 1rem 0;
}

body {
  background-image: url(../images/banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Montserrat;
  /* min-height: 40vh; */
}

.header-wrap {
  background-color: whitesmoke;
  color: #333;
  /* .email{
        color:#333;display:block;
        margin-top:0.6rem;
        text-decoration: none;
    }
     */
}

.header-wrap .email {
  display: block;
  color: #333;
  padding: 0.8rem 0;
  font-size: 0.9rem;
}

.header-wrap .email:hover {
  text-decoration: underline;
}

.banner {
  /* background: url(../images/banner.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 40vh; */
  background-color: #fff;
}

.title {
  /* font-family: "Great Vibes", cursive; */
  font-family: "Tangerine", cursive;
  font-size: 4rem;
}

.sub-title {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 4rem;
}

.vision-statement-wrap {
  padding: 8rem 0;
}

.vision-statement-wrap span {
  display: block;
  font-family: "Tangerine", cursive;
  font-size: 4rem;
  font-style: italic;
  margin: 0;
  padding: 0;
  line-height: 0.9;
}

.indent {
  padding-left: 3rem;
}

.std-section {
  background-color: #fff;
  padding: 4rem 0;
}

.contact-wrap textarea {
  height: 150px;
  resize: none;
}

.main-wrap {
  min-height: 30vh;
}

h3 {
  margin-top: 1rem;
}

.contact h2 {
  margin-top: 1rem;
  font-size: 2rem;
}

.footer-wrap {
  padding: 4rem;
  font-size: 0.9rem;
  background-color: #fff;
  border-top: 1px solid #ccc;
  color: #333;
}

.footer-wrap .social-wrap {
  color: #ccc;
  font-size: 2rem;
  margin-bottom: 0.4rem;
}

.footer-wrap .social-wrap i {
  padding-right: 0.4rem;
}

.button {
  background-color: #ccc;
}

/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  /* .banner {
        min-height: 45vh;
    } */
  .title {
    font-size: 7rem;
  }
  .contact h2 {
    margin-top: 1rem;
    font-size: 2rem;
  }
}

/* Medium only */
/* Large and up */
/* Large only */
