* {
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  background: white;
  background-attachment: fixed;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Segoe UI", "Nimbus Sans L", "Liberation Sans", "Open Sans", FreeSans, Arial, sans-serif;
  letter-spacing: 3px;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  text-transform: capitalize;
  font-size: 2.5rem;
}

body > header {
  margin: 50px 0px;
}
body > header p {
  max-width: 72%;
  margin: 1.2rem auto;
}
body > header h1 {
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1600px) {
  .main {
    width: 1600px;
    margin: 0 auto;
  }
}

.container {
  margin: 0 auto;
  padding: 0px 20px;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1024px;
  }
}

#offerings {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  width: 90%;
  margin: 80px auto 120px;
}
@media (min-width: 512px) {
  #offerings {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1150px) {
  #offerings {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#offerings > div {
  cursor: pointer;
  background: white;
  /* border: 1px solid #aaa; */
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.4);
  min-height: 240px;
  border-radius: 14px;
  transition: all 0.5s ease;
}
#offerings > div:hover {
  transform: scale(1.05);
  transition: all 0.5s ease;
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.4);
}
#offerings > div .text {
  padding: 10px 12px 16px;
}
#offerings > div h3 {
  margin: 0px;
  line-height: 1.25;
  word-break: break-word;
}
#offerings > div .subtitle {
  margin: 6px 0 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.3;
}
#offerings > div > figure {
  margin: 0px;
  width: 100%;
  /* Leave space for title + subtitle block; allow card to grow with content */
  min-height: 200px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#offerings > div#sing_alive > figure {
  background-image: url(/img/offerings/sing-alive-bg.jpg);
}
#offerings > div#dj_bloom > figure {
  background-image: url(/img/offerings/dj_bloom.jpg);
}
#offerings > div#voice_as_medicine > figure {
  background-image: url(/img/voice-as-medicine.png);
  background-position: top;
}
#offerings > div#everbloom > figure {
  background-image: url(/img/offerings/everbloom.jpg);
}

.more {
  display: none;
}

.global {
  width: 100%;
  height: 60vw;
  background-image: url(/img/renecacao.jpg);
  background-size: cover;
  background-position: center;
  padding: 9vw 20px;
}
@media (min-width: 512px) {
  .global {
    height: 43vw;
  }
}
@media (min-width: 768px) {
  .global {
    height: 38vw;
  }
}
@media (min-width: 1024px) {
  .global {
    height: 33vw;
    max-height: 550px;
  }
}
.global h2 {
  color: white;
  text-shadow: 1px 1px 12px #000;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .global h2 {
    font-size: 1.8rem;
    text-shadow: 1px 1px 8px #000;
  }
}

#logo {
  background-image: url(/logo.png);
  background-size: contain;
  width: 100%;
  background-position: center;
  height: 237px;
  background-repeat: no-repeat;
  margin: 50px 0px;
}

#about {
  padding: 50px;
  border-bottom: 1px solid #aaa;
}
@media (min-width: 1024px) {
  #about {
    padding: 90px 167px;
  }
}
#about b {
  font-size: 1.5rem;
  font-weight: bold;
}
#about p {
  font-size: 1.5rem;
}
#about .container {
  padding: 30px 20px 40px;
}

#heartsongs iframe {
  margin-top: 60px;
  max-width: 85vw;
}
@media (min-width: 1024px) {
  #heartsongs iframe {
    width: 720px;
    height: 410px;
  }
}

#events {
  text-align: left;
  padding: 20px 0px;
}
#events > h2 {
  text-align: center;
}
#events .content > div {
  display: block;
  padding: 10px;
}
#events .content > div:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#events .content > div .date {
  font-weight: bold;
  color: #777;
}
#events .content > div h4 {
  float: right;
  margin: 0px;
}
#events .content > div p {
  display: block;
}

article {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  background: white;
  margin: 25px 0px;
}
article .container {
  padding: 75px 28px;
}
@media (max-width: 768px) {
  article .container {
    padding: 30px 28px;
  }
}
article:first-of-type {
  margin-top: 0px;
}
article p {
  line-height: 1.8rem;
}

article.picture {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 68px;
  margin: 0px;
  background-repeat: no-repeat;
  height: 60vw !important;
}
@media (min-width: 512px) {
  article.picture {
    height: 50vw !important;
  }
}
@media (min-width: 768px) {
  article.picture {
    height: 40vw !important;
  }
}
@media (min-width: 1024px) {
  article.picture {
    height: 30vw !important;
    max-height: 500px;
  }
}
article.picture h2 {
  color: white;
  text-shadow: 2px 2px 1px #222;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 17px auto;
}
article.picture.authentic {
  background-image: url(/img/2.jpg);
}
article.picture.heartsongs {
  background-image: url(/img/13.jpg);
}
article.picture.health {
  background-image: url(/img/health-nutrition.jpg);
}
article.picture.us {
  background-image: url(/img/hararene.jpg);
  background-position: 0px -30px;
  height: 34vw;
}
article.picture.breath {
  background-image: url(/img/breath3.jpg);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#whoweare hr {
  margin: 3rem;
  border-color: #d9dcd7;
  border-style: dashed;
}

.awaken {
  height: 300px !important;
  padding: 0px !important;
  height: 60vw !important;
}
@media (min-width: 512px) {
  .awaken {
    height: 50vw !important;
  }
}
@media (min-width: 768px) {
  .awaken {
    height: 40vw !important;
  }
}
@media (min-width: 1024px) {
  .awaken {
    height: 30vw !important;
    max-height: 500px;
  }
}
.awaken .img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 40vw;
  height: 60vw !important;
}
@media (min-width: 512px) {
  .awaken .img {
    height: 50vw !important;
  }
}
@media (min-width: 768px) {
  .awaken .img {
    height: 40vw !important;
  }
}
@media (min-width: 1024px) {
  .awaken .img {
    height: 30vw !important;
    max-height: 500px;
  }
}
.awaken .img-1 {
  background-image: url("/img/emm/1.jpg");
}
.awaken .img-2 {
  background-image: url("/img/emm/2.jpg");
}
.awaken .img-3 {
  background-image: url("/img/emm/3.jpg");
}
.awaken .img-4 {
  background-image: url("/img/emm/4.jpg");
}
.awaken .img-5 {
  background-image: url("/img/emm/5.jpg");
}
.awaken .img-6 {
  background-image: url("/img/emm/6.jpg");
}
.awaken .img-7 {
  background-image: url("/img/emm/7.jpg");
}


.grid {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 35px;
}
@media (min-width: 1024px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}

footer {
  background: #a63f23;
  color: white;
  padding: 20px;
}

/*# sourceMappingURL=styles.css.map */
