@import url(../../css/style.css);
h1 {
	color: #074107;
    text-shadow: 2px 2px 5px #FFFFFF;
}
header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/dhyan_yoga.jpg");
  opacity: 0.7;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 175px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 32px;
  font-style: bold;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #C5A059;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
  header.masthead .intro-text .intro-line {
    font-size: 28px;
    font-style: bold;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #008000;
    text-align: center;
    text-shadow: 2px 2px 5px yellow;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 250px;
    padding-bottom: 100px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 75px;
    font-weight: bold;
    line-height: 75px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4A5D4E;
    text-shadow: 2px 2px 5px #F9F7F2;

  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: Oswald, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-line {
    font-size: 30px;
    font-style: bold;
    line-height: 30px;
    margin-bottom: 25px;
    font-family: Open Sans, Arial, sans-serif;
    color: #008000;
    text-align: center;
  }

}

header.banner {
  text-align: center;
  color: #000000;
  background-image: url("../../img/organic_harvest.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.banner .intro-text {
  padding-top: 125px;
  padding-bottom: 25px;
}

header.banner .intro-text .intro-lead-in {
  font-size: 28px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.banner .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  header.banner .intro-text {
    padding-top: 100px;
    padding-bottom: 25px;
  }
  header.banner .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000000;
  }
  header.banner .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
