@charset "UTF-8";

body {
    margin: 0 auto;
    padding: 0;
    background-color: #efb071;
}

p, ul {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #164c58;
    font-family: Nunito, sans-serif;
    font-weight: 600;
}
p#logo {
    padding-left: 2rem;
    text-align: left;
    color: #fff;
    font-family: 'Rock Salt', cursive;
    font-size: 2rem;
    letter-spacing: .3rem;
}
h1, h2, h3 {
    font-family: 'Rock Salt', cursive;
    word-spacing: .3rem;
    letter-spacing: .11rem;
    text-shadow: 3px 3px 3px rgba(22, 76, 88, 1);
}
b {
    font-weight: 800;
}

/* ------- MAIN MENU ------- */

.nav-bar {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 6rem;
    background-color: #2a7a8c;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav-flex-item-left {
    width: 45%;
}
.nav-flex-item-center {
     width: 10%;
    text-align: center;
}
.nav-flex-item-center img {
    width: auto;
    height: 5rem;
}
.nav-flex-item-right {
    width: 45%;
    text-align: right;
    padding-right: 2rem;
}
ul.main-menu {
    list-style-type: none; 
    padding: 0;           
    margin: 0;     
}
.main-menu li {
    display: inline-block; 
    margin-left: 20px; 
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
.main-menu li a:link; .main-menu li a:visited {
    color: #fff;
    font-size: 1rem;
}
.main-menu li a:hover, .main-menu li a:active {
    color: #efb071;
    font-size: 1rem;
}
.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Creates a horizontal layout */
  justify-content: flex-end;
}
.main-menu > li {
  position: relative; 
  padding: 0;
}
.main-menu a {
  color: white;
  text-decoration: none;
  display: block; 
}
.dropdown-menu {
  display: none; 
  position: absolute; 
  top: 100%; 
  left: 0;
  background-color: #2a7a8c;
  min-width: 220px;
  list-style: none;
  padding: 0;
  z-index: 1; 
  text-align: left;
}
.dropdown-menu li a {
  color: #fff;
  padding: 10px 16px;
  text-align: left;
}
.dropdown-menu li a:hover {
    color: #efb071;
}
.dropdown-trigger:hover .dropdown-menu {
  display: block;
}
.main-menu > li:hover {
    color: #efb071;
}



/* ------- HOME ------- */


.home-welcome h2 {
    color: #fff;
    font-size: 1.75rem;
    margin: 3rem 0 0 0;
    line-height: 1.8;
}
.home-welcome h2.large {
    color: #fff;
    font-size: 2.25rem;
}
.home-services h2 {
    color: #fff;
    font-size: 2.5rem;
}
.home-services h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 0 2.25rem 0;
}
.home-services p {
    margin: 0 auto;
    padding: 2rem 15% 3rem 15%;
    text-align: center;
}
.home-welcome p {
    margin: 5rem 4rem 0 4rem;
    color: #fff;
    font-weight: 500
}
.home-welcome p.attribute {
    margin: 1rem 4rem 0 4rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 500
}
.home-services {
    margin: 0 auto;
    padding: 0;
    text-align: center; 
}
.video {
    margin-bottom: -1rem;
}
.home-welcome {
    background-color: #2a7a8c;
    padding: 6rem 5% 10rem 5%;
}
.home-welcome img {
    margin: 4rem 0 0 2rem;
}
.home-welcome-text {
    margin: 0 auto;
    padding: 0 0 0 20%;
    text-align: center;
    width: 60%;
}
.home-services-flex-container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}
.home-services-flex-item-left {
    margin-right: 10%;
}
.home-services-flex-item-right {
    width: auto;
    margin-bottom: 3rem;
}
.home-services-flex-item-left img {
    height: 90vh;
}
.home-services-inner-flex-container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.home-services-inner-flex-item-left {
    width: 45%;
}
.home-services-inner-flex-item-right {
    width: 50%;
}
ul li {
    margin-bottom: .5rem;
}
.testimonials {
    padding: 5rem 15% 5rem 15%;
}
.testimonials p {
    font-weight: 500;
    line-height: 1.7
}
.testimonials p.attribute {
    margin: 1rem 4rem 0 4rem;
    font-size: 1rem;
    font-weight: 500
}
.training {
    margin-top: -.25rem;
    padding: 10%;
    background-image: url('img/galisteo-2000w.jpg');
}
.training h2 {
    color: #164c58;
    color: #fff;
    font-size: 3.3rem;
    line-height: 1.6;
    text-shadow: 6px 6px 2px rgba(26,26,0,1);
}
.training p {
    color: #fff;
    font-size: 1.5rem;
    padding: 0 24px;
}
.training-flex-container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.training-flex-item-left {
    width: 45%;
    padding-right: 5%
}
.training-flex-item-right {
    width: 50%;
}
.text-box {
  margin: 0 auto;
  margin-bottom: 4rem;
  width: 70%;
  background-color: #60615f99;
  padding: 5px; 
}
.shamanic-training {
    margin-top: -.25rem;
    padding: 10% 10% 10% 5%;
    background-image: url('img/home-shamanic-services-2000w.jpg');
}
.shamanic-training h2 {
    color: #164c58;
    color: #fff;
    font-size: 3.3rem;
    line-height: 1.5;
    margin-top: -3rem;
    text-shadow: 4px 4px 2px rgb(57, 39, 6);
}
.shamanic-training p {
    color: #fff;
    font-size: 1.5rem;
    padding: 0 24px;
    text-shadow: 2px 2px 2px rgb(14, 33, 54);
}
.shamanic-training-flex-container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.shamanic-training-flex-item-left {
    width: 50%;
    padding-right: 2%
}
.shamanic-training-flex-item-right {
    width: 45%;
}
.shamanic-training .text-box {
  margin: 0 auto;
  margin-bottom: 4rem;
  width: 70%;
  background-color: #60615f99;
  padding: 5px; 
}


/* ------- REIKI SVCS ------- */


#reiki h1 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin: 0 auto;
    width: 33%;
    background-color: #2a7a8c95;
    border-radius: 1rem;
}
#reiki .what-is-reiki h3 {
    font-size: 3.3rem;
    margin: 2rem 0 0 0;
}
#reiki h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
}
#reiki .reiki-container h3 {
    font-size: 2.8rem;
    margin: 4rem 0 2rem 0;
    line-height: 1.4
}
#reiki p {
    font-size: 1.3rem;
}
#reiki .reiki-services p {
}
#reiki .disclaimer p,
#shamanic .disclaimer p {
    color: #565d55;
    font-size: 1rem;
    line-height: 1.2;   
}
#reiki .what-is-reiki {
    margin: 3rem 6rem 0 6rem;
}
#reiki .disclaimer, #shamanic .disclaimer {
    float: right;
    margin: 5rem 4rem 1rem 6rem;
    padding: 1rem 0 1rem 2rem;
    width: 30%;
    border-left: 1px solid #ddd;
}
#reiki .hero {
    margin: 0 0 2rem 0;
    padding: 30vh 0 0 0;
    height: 50vh;
    background-image: url('img/garden-2000w.jpg');
    background-size: cover;
}
#reiki .reiki-services {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 80%;
}

#reiki .reiki-flex-container {
    margin: 0 auto;
    padding: 6rem 0 2rem 0;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
}
#reiki .flex-item-left {
    margin: 0 auto;
    padding: 0;
    width: 30%;
    text-align: left;
}
#reiki .flex-item-left img {
    width: 100%;
}
#reiki .flex-item-right {
    margin: 0 auto;
    padding: 0;
    width: 60%;
}


#reiki img.float-left {
    margin: 0 4rem 4rem 0;
}
#reiki .clear {
    margin: 0 0 3rem 0;
}
#reiki .reiki-container {
    margin: 0 auto;
    margin-top: -3rem;
    padding-bottom: 2rem;
    width:60%;
}
#reiki .contact-sara {
    margin: 4rem 0 6rem 0;
    text-align: center;
}



/* ------- SHAMANIC SVCS ------- */

#shamanic h1 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin: 0 auto;
    padding: 0 2rem 0 2rem;
    width: 45%;
    background-color: #4e586e5c;
    border-radius: 1rem;
}
#shamanic .tailored h3 {
    font-size: 2.5rem;
    line-height: 1.6;
}
#shamanic h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    padding-top: 2rem;
}
#shamanic .about h3 {
    font-size: 2.8rem;
}
#shamanic h3#pomp {
    margin-top: 0;
    padding-top: 0;
}
#shamanic p {
    font-size: 1.3rem;
}
#shamanic .shaman-services p {
    /*! margin: 0 0 8rem 0; */
}
#shamanic .shaman-services p.margin-0 {
    margin: 0 0 0rem 0;
}
#shamanic .shaman-services ul li {
    margin-left: 2rem;
}
#shamanic .disclaimer {
    float: right;
    margin: 4rem 4rem 1rem 8rem;
    padding: 1rem 0 1rem 2rem;
    width: 30%;
    border-left: 1px solid #ddd;   
}
#shamanic .hero {
    margin: 0 0 2rem 0;
    padding: 30vh 0 0 0;
    height: 60vh;
    background-image: url('img/petroglyphs-shamanic-healing-2000w.jpg');
    background-size: cover;
}

#shamanic .tailored {
    margin: 0 auto;
    padding: 1rem 0 0 0;
    width: 84%;
}
#shamanic .shaman-services {
    margin: 0 auto;
    padding: 2rem 0 0 0;
    width: 80%;
}

#shamanic .shamanic-flex-container {
    margin: 0 auto;
    padding: 4rem 2rem 4rem 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
}

#shamanic .flex-item-left {
    margin: 0 auto;
    padding: 0;
    width: 40%;
    text-align: left;
}
#shamanic .flex-item-left img {
    width: 100%;
}
#shamanic .flex-item-right {
    margin: 0 auto;
    padding: 0;
    width: 50%;
}

#shamanic .about {
    margin: 0 auto;
    padding-bottom: 4rem;
    width:60%;
}
#shamanic .testimonial {
    margin: 0 15% 6rem 25%;
    padding: 1rem 0 2rem 3rem;
    border-left: 1px solid #164c58;
}
#shamanic .testimonial p {
    font-weight: 500;
}
#shamanic p.attribute {
    margin: 1rem 4rem 0 4rem;
    font-size: 1rem;
    font-weight: 500
}

#shamanic .contact {
    margin: 0 auto;
    text-align: center;
    max-width: 620px;
}



/* ------- JOURNEY ------- */

#journey h1 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin: 0 auto;
    /*! padding: 0 2rem 0 2rem; */
    width: 28%;
    background-color: #6e534e33;
    border-radius: 1rem;
}
#journey h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.6;
    padding-left: 4rem;
    text-indent: -4rem;
}
#journey .process h3 {
    padding-left: 0;
    text-indent: 0;
}
#journey .about h3 {
    font-size: 2.8rem;
}
#journey p {
    font-size: 1.3rem;
    margin: 0 0 0rem 0;
}
#journey ul li {
    margin: 0 0 1rem 2rem;
}
#journey .items p {
    font-family: Nunito, sans-serif;
    font-size: 1.2rem;
    margin: 0 0 0 4rem;
    padding-left: 1rem;
    text-indent: -1rem;
}
#journey .sm-dot {
    font-size: 90%;
}
#journey .hero {
    margin: 0 0 2rem 0;
    padding: 30vh 0 0 0;
    height: 60vh;
    background-image: url('img/new-mexico-rocks-shamanic-training-2000w.jpg');
    background-size: cover;
}
#journey .process {
    margin: 0 auto;
    padding: 2rem 0 0 0;
    width: 60%;
}
#journey .journey-flex-container {
    margin: 0 auto;
    padding: 6rem 0 2rem 0;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
}
#journey .flex-item-left {
    margin: 0 auto;
    padding: 0;
    /*! width: 15%; */
    text-align: left;
}
#journey .flex-item-right {
    margin: 0 auto;
    padding: 0;
    width: 60%;
}
#journey .contact {
    margin: 0 auto;
    text-align: center;
    max-width: 620px;
}
#journey .testimonial {
    margin: 6rem 15% 8rem 25%;
    padding: 1rem 0 2rem 3rem;
    border-left: 1px solid #164c58;
}
#journey .testimonial p {
    font-weight: 500;
}

#journey p.attribute {
    margin: 1rem 4rem 0 4rem;
    font-size: 1rem;
    font-weight: 500
}



/* ------- PRICING ------- */

#pricing h1 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin: 0 auto;
    padding: 0 2rem 0 2rem;
    width: 20%;
    background-color: #4e5e6e33;
    border-radius: 1rem;
}
#pricing h3 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.4;
    padding-top: 2rem;
}
#pricing h4 {
    font-family: Nunito, sans-serif;
    color: #164c58;
    font-weight: 600;
    font-size: 1.45rem;
}
#pricing p {
    font-size: 1.3rem;
}
#pricing .hero {
    margin: 0 0 2rem 0;
    padding: 20vh 0 0 0;
    height: 80vh;
    background-image: url('img/pricing-tent-rocks-2000w.jpg');
    background-size: cover;
}

#pricing .pricing {
    margin: 0 auto;
    padding: 1rem 0 2rem 0;
    text-align: center;
    width: 80%;
    max-width: 850px;
}
#pricing p.contact {
    margin: 0 auto;
    max-width: 600px;
}
#pricing .testimonial {
    margin: 6rem 15% 8rem 35%;
    padding: 1rem 0 2rem 3rem;
    border-left: 1px solid #164c58;
}
#pricing .testimonial p {
    font-weight: 500;
}

#pricing p.attribute {
    margin: 1rem 4rem 0 4rem;
    font-size: 1rem;
    font-weight: 500
}



/* ------- ABOUT SARA ------- */

#about h1 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin: 0 auto;
    padding: 0 2rem 0 2rem;
    width: 30%;
    background-color: #6e4e4e33;
    text-shadow: 3px 3px 3px rgb(33, 4, 4);
    border-radius: 1rem;
}
#about h2 {
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.7;
    padding-top: 2rem;
}
#about h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    padding-top: 2rem;
}
#about p {
    font-size: 1.3rem;
}
#about .hero {
    margin: 0 0 2rem 0;
    padding: 30vh 0 0 0;
    height: 55vh;
    background-image: url('img/about-sara-2000w.jpg');
    background-size: cover;
}

#about .sara {
    margin: 0 auto;
    padding: 1rem 0 10rem 0;
    width: 80%;
    max-width: 1150px;
}
#about .accreditation {
    margin: 0 auto;
    width: 68%;
}
#about .sara .float-right {
    float: right; 
    margin: 0 0 3rem 4rem;
}
#about .sara .contact {
    text-align: center;
}




/* ------- CONTACT ------- */

#contact h1 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin: 0 auto;
    padding: 0 2rem 0 2rem;
    width: 35%;
    background-color: #603c3c33;
    text-shadow: 3px 3px 3px rgb(33, 4, 4);
    border-radius: 1rem;
}
#contact h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    padding-top: 2rem;
}
#contact h4 {
    font-family: Nunito, sans-serif;
    color: #164c58;
    font-weight: 600;
    font-size: 1.45rem;
}
#contact p {
    font-size: 1.3rem;
}
#contact .hero {
    margin: 0 0 2rem 0;
    padding: 30vh 0 0 0;
    height: 60vh;
    background-image: url('img/contact-red-rocks-2000w.jpg');
    background-size: cover;
}

#contact .contact-container {
    margin: 0 auto;
    padding: 1rem 0 10rem 0;
    width: 80%;
    max-width: 1150px;
    text-align: center
}

#contact p.contact {
    margin: 0 auto;
    text-align: center;
    max-width: 620px;
}




/* ------- FOOTER ------- */

footer {
    background-color: #062f21;
    background-color: #061c2f;
    margin: 0 auto;
    margin-top: -1rem;
    padding: 1rem 2% 1rem 2%;
}
footer h2, footer p {
    color: #fff;
    text-shadow: none;
}
footer h2,
#shamanic footer h2,
#reiki footer h2,
#journey footer h2,
#pricing footer h2,
#contact footer h2,
#about footer h2 {
    color: #efb071;
    font-size: 1.5rem;
    line-height: 1.5;
}
footer p, 
#shamanic footer p,
#reiki footer p,
#journey footer p,
#pricing footer p,
#contact footer p,
#about footer p {
    font-size: 1rem;
    margin: .5rem;
    font-weight: 600;
}
footer p.copyright,
#shamanic footer p.copyright,
#reiki footer p.copyright,
#journey footer p.copyright,
#pricing footer p.copyright,
#contact footer p.copyright,
#about footer p.copyright {
    font-size: .9rem;
}
.footer-flex-container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items:last baseline;
    text-align: left;
}
.footer-flex-item-left {
    width: 33%;
    text-align: left;
}
.footer-flex-item-center {
    width: 33%;
    text-align: center;
}
.footer-flex-item-right {
    width: 34%;
    text-align: right;
}
.footer-flex-item-center img {
    height: 200px;
}




/* ------- LINKS & BUTTONS ------- */

a {
    transition: 1s ease;
    font-family: Nunito, sans-serif;
    font-weight: 600;
}
a.contact-button:link, a.contact-button:visited {
    color: #164c58;
    padding: .75rem 1.5rem;
    border: 1px solid #2a7a8c;
    border-radius: 2rem;
    text-decoration: none;
    font-size: 1.1rem;
}

a.contact-button:hover, a.contact-button:active {
    color: #fff;
    background-color: #2a7a8c;
}

a.contact-button-gr-bkgr:link, a.contact-button-gr-bkgr:visited {
    color: #fff;
    background-color: #2a7a8c;
    padding: .75rem 1.5rem;
    border-radius: 2rem;
    text-decoration: none;
    font-size: 1.1rem;
}
a.contact-button-gr-bkgr:hover, a.contact-button-gr-bkgr:active {
    color: #164c58;
    background-color: #ffffff88;
    border: 1px solid #2a7a8c;
    font-weight: bold;
}

a.contact-button-sal-bkgr:link, a.contact-button-sal-bkgr:visited {
    color: #164c58;
    background-color: #efb071;
    padding: .75rem 1.5rem;
    border-radius: 2rem;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
}
a.contact-button-sal-bkgr:hover, a.contact-button-sal-bkgr:active {
    color: #164c58;
    background-color: #ffffff88;
    border: 1px solid #2a7a8c;
    font-weight: bold;
}
footer a:link, footer a:visited {
    color: bisque;
    text-decoration: none;
}
footer a:hover, footer a:active {
    color: #fff;
    text-decoration: underline;
}
    #menu {
        background: #2a7a8c;
        position: absolute;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 70%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
        z-index: 10;
        -ms-transform: translate(-150%, 0px);
        -webkit-transform: translate(-150%, 0px);
        transform: translate(-150%, 0px);
        transition: all 0.75s ease-in-out;
        left: 0px;
        top: 0px;
    }
    #menu ul {
      margin: 16px 0;
      padding: 0;
      color: white;
      list-style: none;
    }

    #menu ul li {
      margin: 16px 0;
      padding: 0 1.5em 1em 1.5em;
      font-family: Cinzel, Times, serif;
      font-size: 18px;
      font-variant: normal;
      color: #fff;
      text-align: left;
      letter-spacing: .05em;
      transition: all 0.25s ease-in-out;
      border-bottom: 1px #efb071 solid;
    }
    #menu ul li a {
        color: #fff;
        text-decoration: none;
    }
    #menu ul li a:hover {
      color: #efb071 !important;
      text-decoration: underline;
      cursor: pointer;
    }

    #menu.active {
      -ms-transform: translate(0%, 0px);
      -webkit-transform: translate(0%, 0px);
      transform: translate(0%, 0px);
      transition: all 0.75s ease-in-out;
    }

    #trigger {
        display: none;
    }

/* ------- SPACING & POSITIONS ------- */

.vert-1 {
    height: 1rem;
}
.vert-2 {
    height: 2rem;
}
.vert-3 {
    height: 3rem;
}
.vert-6 {
    height: 6rem;
}
.vert-10 {
    height: 10rem;
}
.center {
    text-align: center;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear {
    clear: both;
}
p.contact {
    margin: 0 auto;
    padding: 0 5% 0 5%;
    text-align: center;
    max-width: 620px;
}
.phone {
    display: none;
}



@media screen and (max-width: 1800px) {

    .home-services-flex-item-left {
        margin-right: 5%;
    }
    .home-services-flex-item-left img {
        height: 100%;
    }
    
    
}



@media screen and (max-width: 1600px) {
    
    .home-services-flex-item-left {
        width: 40%;
        margin-right: 3%;
    }
    .home-services-flex-item-left img {
        width: 100%;
    }
    
    #reiki .hero, #shamanic .hero, #journey .hero, #pricing .hero, #about .hero, #contact .hero {
        height: 45vh;
    }
    #reiki .reiki-services {
        width: 90%;
    }
    #shamanic .tailored {
        padding: 0;
    }
    #shamanic .tailored h3 {
        font-size: 2.2rem;
    }
    #journey h1 {
        width: 40%;
    }
    
}


@media screen and (max-width: 1400px) {

    .nav-flex-item-left {
        width: 47%;
    }
    .nav-flex-item-center {
        width: 6%;
    }
    .nav-flex-item-right {
        width: 47%;
        text-align: right;
        padding-right: 1rem;
    }
    .main-menu li {
        margin-left: 18px; 
    }
    .home-welcome {
        padding: 5rem 5% 6rem 5%;
    }
    .home-services {
        padding: 0 0 2rem 0;
    }
    .home-services-flex-container {
        flex-direction: row-reverse;
        align-items: start;
    }
    .home-services-inner-flex-container {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: block;
    }
    .home-services-inner-flex-item-left, .home-services-inner-flex-item-right {
        width: 100%;
        padding-right: 0
    }
    .home-services-flex-item-left {
        width: auto;
        margin-right: 0;
        padding-right: 0;
    }
    .home-services-flex-item-right {
        width: 50%;
        margin-right: 0 5% 0 5%;
        padding-top: 2rem;
    }
    .home-services h3 {
        margin: 0;
    }
    .home-services ul li {
        margin-bottom: 0
    }
    .home-services p {
        margin: 0 auto;
        padding: 2rem 15% 3rem 15%;
        text-align: center;
    }
    .home-services-flex-item-left img {
        width: 100%;
        height: auto;
    }
    .training {
        padding: 5% 0 10% 5%;
    }
    .shamanic-training {
        padding: 5% 0 10% 5%;
    }
    .shamanic-training h2 {
        margin-top: 2rem;
        margin-left: 2rem;
    }
    #reiki .hero, #shamanic .hero, #journey .hero, #pricing .hero, #about .hero, #contact .hero {
        height: 40vh;
    }
    #reiki h1 {
        width: 40%;
    }
    #reiki .reiki-services {
        width: 100%;
    }
    #shamanic .hero {
        height: 35vh;
    }
    #shamanic h1 {
        width: 50%
    }
    #shamanic .shaman-services {
        width: 90%;
    }
    #shamanic .flex-item-left img {
        max-width: 400px;
    }
    
    #journey .journey-flex-container {
        width: 90%;
    }
    #journey .flex-item-left {
        width: 35%;
    }
    #journey .flex-item-right {
        width: 55%;
    }
    #journey .flex-item-left img {
        width: 100%;
    }
    #contact h1 {
        width: 50%;
    }

}


@media screen and (max-width: 1280px) {
    
    
    #menu {
        width: 30%;
    }
    #trigger img {
        width: 40px;
        /*! padding-top: 1rem; */
    }
    #trigger {
        display: inline-block;
        position: absolute;
        cursor: pointer;
        top: 1.5rem;
        right: 2rem;
        opacity: 1;
        width: 40px;
    }
    #trigger:hover {
        opacity: .4;
    }
    ul.main-menu {
        display: none;
    } 
    .home-welcome img {
        max-width: 25%;
        margin: 4rem 0 8rem 2rem;
    }
    .home-welcome-text {
        margin: 0 auto;
        padding: 0 0 0 20%;
        text-align: center;
        width: 70%;
    }
    .home-services-flex-container {
        margin: 0 auto;
        padding: 3rem 0 4rem 0;
        width: 100%;
        display: block;
        flex-direction: row;
    }
    .home-services h3 {
        margin: 0 0 2rem 0;
    }
    .home-services ul li {
        margin-bottom: .5rem;
    }
    .home-services-flex-item-left {
        display: none;
    }
    .home-services-flex-item-right {
        margin: 0 auto;
        width: 80%;
    }
    .home-services-inner-flex-container {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        text-align: left;
    }
    .home-services-inner-flex-item-left {
        width: 45%;
        padding-right: 5%
    }
    .home-services-inner-flex-item-right {
        width: 50%;
    }
    .training-flex-item-left {
        width: 35%;
        padding-right: 5%
    }
    .training-flex-item-right {
        width: 60%;
    }
    .shamanic-training-flex-item-left {
        width: 35%;
        padding-right: 5%
    }
    .shamanic-training-flex-item-right {
        width: 60%;
    }
    #reiki h1 {
        width: 50%;
    }
    #reiki .reiki-container h3 {
      font-size: 2.25rem;
      margin: 4rem 0 2rem 0;
      line-height: 1.4;
    }
    #reiki .hero, #shamanic .hero, #journey .hero, #pricing .hero, #about .hero, #contact .hero {
        height: 35vh;
        padding: 20vh 0 0 0;
    }
    #shamanic h1 {
        width: 55%
    }
    #shamanic .shaman-services .shamanic-flex-container h3,
    #journey .flex-item-right h3 {
      margin-top: 0;
      padding-top: 0;
    }
    

    #about h1 {
        width: 40%;
        background-color: transparent;
    } 
    
}



@media screen and (max-width: 1080px) {
    #menu {
        width: 40%;
    }
    p#logo {
        font-size: 1.5rem;
        letter-spacing: .1rem;
        padding-left: 1rem;
    }
    .nav-flex-item-center img {
        height: 4.5rem; 
    }
    .home-welcome h2.large {
        font-size: 1.5rem;
    }
    .home-welcome h2 {
       font-size: 1.25rem;
       margin: 0 auto;
       margin: 2rem 0 0 0;
       text-align: center;
    }
    .home-welcome-text {
        margin: 0 auto;
        padding: 0 10% 0 10%;
        text-align: center;
        width: 80%;
    }
    .home-services-flex-item-right {
        margin: 0 auto;
        width: 90%;
    }
    .training h2, .shamanic-training h2 {
        font-size: 3rem;
    }
    .training p, .shamanic-training p {
        font-size: 1.25rem;
        font-weight: bold;
    }
    #reiki .disclaimer, #shamanic .disclaimer {
        float: right;
        margin: 5rem 4rem 1rem 6rem;
        padding: 1rem 0 1rem 2rem;
        width: 25%;
        border-left: 1px solid #ddd;
    }
    #reiki .flex-item-left, #shamanic .flex-item-left {
        width: 40%;
    }
    #reiki .flex-item-left img, #shamanic .flex-item-left img {
        max-width: 100%;
    }
    #shamanic .hero {
        height: 30vh;
        padding: 20vh 0 0 0;
    }
    #shamanic h1 {
        width: 60%
    }
    #shamanic .about h3 {
        font-size: 2.25rem;
        text-align: center
    }
    #journey h1 {
        display: none;
    }
    #journey h1.phone {
        display: block;
        width: 96%
    }
    #journey .vert-6 {
        height: 4rem;
    }
    #pricing .testimonial {
        margin: 6rem 10% 8rem 25%;
    }
    #pricing p.attribute {
        margin: 1rem 0 0 4rem;
    }
    
    
    #reiki .hero, #shamanic .hero, #journey .hero, #pricing .hero, #about .hero, #contact .hero {
        height: 35vh;
        margin: 0 auto;
        padding: 20vh 0 0 0;
    }
    #about h1 {
        width: 90%;
    } 
    #about .sara img {
        max-width: 350px;
    }
}



@media screen and (max-width: 768px) {
    #menu {
        width: 50%;
    }
    p#logo {
        font-size: 1.25rem;
    }
    .home-welcome img {
        margin: 1rem 0 3rem 2rem;
        max-width: 28%
    }
    .home-welcome-text {
        margin: 0 auto;
        padding: 0 7% 0 3%;
        text-align: center;
        width: 95%;
    }
    .home-welcome p {
        margin: 4rem 3rem 0 3rem;
        color: #fff;
        font-weight: 500
    }
    .home-services {
        padding: 2rem 0 2rem 0;
    }
    .home-services h3 {
        font-size: 1.75rem;
    }
    .training, .shamanic-training {
        padding: 10% 0 15% 2%;
    }
    .training h2, .shamanic-training h2 {
        font-size: 2.35rem;
        padding: 6rem 0 0 1rem;
        margin: 0;
    }
    .training-flex-item-left {
        width: 30%;
    }
    .training-flex-item-right {
        width: 70%;
    }
    .shamanic-training-flex-item-left {
        width: 30%;
    }
    .shamanic-training-flex-item-right {
        width: 70%;
    }
    .training-flex-item-right .text-box,
    .shamanic-training-flex-item-right .text-box {
      width: 80%;
    }
    #reiki .hero, #shamanic .hero, #journey .hero, #pricing .hero, #about .hero, #contact .hero {
        height: 30vh;
        padding: 15vh 0 0 0;
    }
    #reiki h1 {
        width: 75%;
    }
    #reiki .disclaimer, #shamanic .disclaimer {
        float: none;
        display: block;
        margin: 2rem 4rem 0 4rem;
        padding: 1rem 0 1rem 2rem;
        width: 80%;
    }
    #reiki .reiki-flex-container, #shamanic .shamanic-flex-container,
    #journey .journey-flex-container {
      margin: 0 auto;
      padding: 2rem 0 2rem 0;
      width: 80%;
      display: block;
    }
    #reiki .flex-item-left, #reiki .flex-item-right,
    #shamanic .flex-item-left, #shamanic .flex-item-right,
    #journey .flex-item-left, #journey .flex-item-right{
        width: 100%;
    }
    #journey .flex-item-left img {
        display: block;
        margin: 0 auto;
        padding: 0 0 2rem 0;
        text-align: center;
        max-width: 70%;
    }
    #reiki .flex-item-right, #shamanic .flex-item-right {
        margin-bottom: 4rem;
    }
    #reiki .flex-item-left img, #shamanic .flex-item-left img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    #reiki .flex-item-left img {
        max-width: 70%
    }
    #shamanic .flex-item-left img {
        max-width: 100%;
        padding-bottom: 2.5rem;
    }
    #reiki .reiki-flex-container h3, #shamanic .shamanic-flex-container h3 {
        margin: 0 auto;
        padding: 2rem 0 0 0;
        text-align: center; 
    }
    #reiki .vert-6 {
        height: 1rem;
    }
    #reiki .what-is-reiki {
      margin: 3rem 3rem 0 3rem;
    }
    #reiki .reiki-container, #shamanic .about {
        margin: 0 auto;
        margin-top: -3rem;
        padding-bottom: 2rem;
        width:80%;
    }
    #shamanic h1 {
        font-size: 2.75rem;
        width: 90%;
        padding: 0 1rem 0 1rem;
    }
    #shamanic .shaman-services p.margin-0 {
        margin: 1.5rem 0 0 0;
    }
    #shamanic .testimonial {
        margin: 0 10% 6rem 20%;
    }
    #journey h1.phone {
        font-size: 2.5rem;
        padding: 0 1rem 0 1rem;
    }
    #journey h3 {
        font-size: 1.8rem;
        margin-left: 2rem;
    }
    #journey .process {
        margin: 0 auto;
        padding: 1rem 0 2rem 0;
        width: 70%;
    }
    #journey .process h3 {
        margin-left: 0;
    }
    #pricing h3 {
        font-size: 2.2rem;
    }
    #about .sara {
        margin: 0 auto;
        padding: 0 0 10rem 0;
        width: 86%;
        max-width: 1150px;
    }
    #about .sara h2 {
        text-align: center;
        font-size: 2rem;
    }
    #about .sara .float-right {
        float: none; 
    }
    #about .sara img.float-right {
        display: block;
        margin: 0 auto;
        text-align: center !important;
    }
    #contact h1 {
        width: 70%;
        font-size: 2.75rem;
    }
    .footer-flex-container {
        align-items: center
    }
    .footer-flex-item-left, .footer-flex-item-right {
        width: 50%;
    }
    .footer-flex-item-center {
        display: none;
    }
    footer .phone {
        display: block;
    }
    .footer-flex-item-right img {
        height: 200px;
    }
    
    
}



@media screen and (max-width: 624px) {
    #menu {
        width: 60%;
    }
    .home-welcome {
        margin: 0 auto;
        text-align: center;
        height: auto;
        padding: 2vh 2% 5vh 2%;
     }
    .home-welcome-text {
        margin: 0 auto;
        padding: 0 3% 0 3%;
        text-align: center;
        width: 90%;
    }
    .home-welcome img {
        display: none;
    }
    .home-welcome img {
        margin: 0 auto;
        text-align: center;
        max-width: 40%;
    }
    .home-welcome p {
        margin: 4rem 1rem 0 1rem;
    }
    .home-services {
        padding: 1rem 0 2rem 0;
    }
    .home-services h3 {
        text-align: center;
        font-size: 1.85rem;
    }
    .home-services-inner-flex-container,
    .training-flex-container,
    .shamanic-training-flex-container {
        display: block;
    }
    .home-services-inner-flex-item-left,
    .home-services-inner-flex-item-right {
        width: 100%;
    }
    .training, .shamanic-training {
        padding: 5% 0 15% 2%;
    }
    .training-flex-item-left, .training-flex-item-right,
    .shamanic-training-flex-item-left, .shamanic-training-flex-item-right {
        width: 100%;
    }
    .training h2, .shamanic-training h2 {
        font-size: 2.35rem;
        padding: 2rem 0 3rem 0;
        margin: 0;
        text-align: center;
    }
    .training h2 {
        color: #3e0d0d;
        text-shadow: none;
        padding: 1rem .5rem 3rem .5rem;
    }
    .training-flex-item-right .text-box,
    .shamanic-training-flex-item-right .text-box {
      width: 80%;
    }
    
    #reiki .hero, #shamanic .hero, #journey .hero, #pricing .hero, #about .hero, #contact .hero {
        height: 25vh;
        padding: 15vh 0 0 0;
    }
    #journey .hero {
        padding: 10vh 0 0 0;
    }
    #reiki h1, #shamanic h1 {
        font-size: 2.2rem;
        width: 100%;
        padding: 2%;
    }
    #journey h1, #about h1, #pricing h1, #contact h1 {
        font-size: 2rem;
        width: 100%;
        padding: 2%;
        line-height: 1.6;
    }
    #shamanic p.attribute {
        margin: 1rem 0 0 4rem;
        font-size: 1rem;
        font-weight: 500
    }
    

    
    #about .hero {
        height: 20vh;
        padding: 10vh 0 0 0;
    }
    #about h1 {
        font-size: 2.5rem;
    }
    #about .sara h2 {
        font-size: 1.75rem;
    }
    #about .accreditation {
        width: 100%;
    }
    
    #pricing .testimonial {
        margin: 6rem 10% 8rem 15%;
        padding: 1rem 0 2rem 2rem;
    }
    .footer-flex-container {
        display: block;
    }
    .footer-flex-item-left, .footer-flex-item-right {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    
}

@media screen and (max-width: 414px) {    
    #menu {
        width: 70%;
    }
    .testimonials {
      padding: 3rem 10% 3rem 10%;
    }
    .testimonials p.attribute {
        margin: 1rem 0 0 0;
        text-align: center
    }
    .training, .shamanic-training {
        padding: 5% 0 20% 2%;
    }
    .training .text-box,
    .shamanic-training .text-box {
      width: 90%;
    }
    #reiki .hero, #shamanic .hero, #journey .hero, #pricing .hero, #about .hero, #contact .hero {
        background-image: none;
        height: 10vh;
        margin: 0 auto;
        padding: 5vh 0 0 0;
    }
    #reiki h1, #shamanic h1, #journey h1, #pricing h1, #about h1, #contact h1 {
        font-size: 2.5rem;
        color: #2a7a8c;
        background: none;
        text-shadow: 2px 2px 2px rgb(4, 4, 4);
        width: 96%;
        padding: 0;
        line-height: 1.5
    }
    #reiki .disclaimer, #shamanic .disclaimer {
        margin: 2rem 1rem 0 1rem;
        padding: 1rem 0 1rem 2rem;
        width: 80%;
    }
    #reiki .what-is-reiki {
        margin: 0 auto;
        padding: 2rem 0 0 0;
        width: 80%;
    }
    #shamanic .shamanic-flex-container {
      margin: 0 auto;
      padding: 2rem 0 1rem 0;
      width: 80%;
      display: block;
    }
    #shamanic .testimonial {
        margin: 0 10% 6rem 20%;
        padding: 1rem 0 2rem 2rem;
        border-left: 1px solid #164c58;
    }
    #journey .journey-flex-container {
      width: 90%;
    }
    #journey h3 {
        font-size: 1.7rem;
        margin-left: 0;
    }
    #journey ul li {
        margin: 0;
    }
    #pricing h3 {
        font-size: 1.75rem;
        margin: 0;
    }
    #pricing .testimonial {
        margin: 6rem 5% 8rem 15%;
        padding: 1rem 0 2rem 2rem;
    }
    
    #about .sara h2 {
        font-size: 1.5rem;
    }
    footer {
      margin-top: 0;
      padding: 2rem 2% 1rem 2%;
    }
    
    
}


