@charset "UTF-8";

body#pmt {
	background: #ffffff;
	margin-top: 10vh;
}
.gray-box {
	opacity: .2;
}
body {
	background: #fbf4ea;
	margin: 0 auto;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: normal;
	color: #6a3700;
	line-height: 160%;
	text-align: center;
}
.banner img {
	max-width: 100%;
	height: auto;
}
.container {
	margin: 0 auto;
	width: 80%;
	max-width: 1000px;
}
#confirmation.container {
	margin: 0 auto;
	margin-top: 3rem;
	text-align: center;
}
section {
	padding: 1.5rem 0 1.5rem 0;
}
p, form, table, h5 {
	font-size: 1rem;
	margin: 0 0 20px 0;
	line-height: 165%;
	letter-spacing: .022em;
	color: #14027d;
}
p.caption {
	font-size: .9rem;
}
p.testimonial {
	margin: 0 auto;
	margin-top: 3rem;
	width: 68%;
	font-size: 1rem;
	color: #3c7502;
	line-height: 1.7;
	font-style: italic;
}
h1 {
	font-size: 4.25rem;
	color: #012B5F;
	font-family: 'Great Vibes', script;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(8, 6, 172, 0.8);
	line-height: 120%;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 3rem;
	font-family: 'Great Vibes', script;
	color: #7E0ACE;
	font-weight: normal;
	line-height: 1;
	margin: 3rem 0 1.5rem 0;
	text-align: left;
}
h2.contact-center {
	text-align: center
}
#journey h2 {
	margin: 4rem 0 1.5rem 0;
}
#confirmation h2 {
	margin: 0 0 2rem 0;
}
h3 {
	color: #14027d;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: .03rem;
	margin: 1.5rem 20% 0 20%;
}
h4 { 
	color: #7E0ACE;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: .03rem;
	margin-top: 2.5rem;
}
h5 {
	font-size: 1.15rem;
	color: #0A4DCE;
}
h6 {
	padding-top: -20px;
	padding-bottom: 0px;
}
a {
	transition: 1s ease;
}
a:link, a:visited {
	color: #3c7502;
	border-bottom: 0px solid #3c75027c;
	text-decoration: none;
}
a:hover, a:active {
	border-bottom: 0px;
	color: #3c75027c;
}
ul {
	margin: 0 auto;
	max-width: 300px;
}
ul li {
	list-style-type: disc;
	margin: 1rem 1rem 1rem 0;
}
ul#my-journey {
	max-width: 100%;
	margin: 2rem 0 2rem 1rem;
}
.left-indent {
	margin: -1rem 0 2rem 3rem;
}
form ul {
	max-width: 100%;
}

/* ----------- NAVIGATION ------------- */
.navigation {
	margin: 0 auto; 
	width: 100%; 
}
.navigation ul {
	margin: 1rem 0 1rem 0;
	padding: 0;
	max-width: 100%;
	list-style-type: none;
	text-align: center;
}
.navigation li {
	display: inline;
	padding: 0 .3rem 0 .3rem;
}
.navigation a:link, a:visited {
	text-decoration: none;
	font-size: .8rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05rem;
	border-bottom: 0px transparent;
	text-decoration: none;
	color: #7E0ACE;
}
.navigation a:hover, a:active {
	color: #7E0ACE7c;
}

#menu {
	background: #fbf4ea;
	position: absolute;
	margin: 0;
	padding: 0;
	height: auto;
	/*! 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: 0;
  padding: 0 1.5em 1em 1.5em;
  color: #fff;
  text-align: left;
  letter-spacing: .05em;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px #7e0ace1f solid;
}
#menu ul li a {
	color: #fff;
}
#menu ul li a:hover {
  color: #bdc3c7;
  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;
}
a.button:link, a.button:visited,
span.button {
	color: #3c7502;
	border: 1px #3c7502 solid;
	border-radius: 10px;
	padding: 10px 14px 10px 14px;
	font-weight: bold;
	font-size: .8rem;
	text-decoration: none;
}
a.button:hover, a.button:active,
span.button:hover {
	background: #3c750255;
}

.gr-button {
	width: 10rem;
background-color: #78b936;
font-size: 1rem;
color: #fff !important;
padding: 8px 28px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
transform: 1s ease;
}
.gr-button:hover {
	text-decoration: none;
  background-color: #fff;
  color: #4CAF50 !important;
	transform: 1s ease;
}
img {
	max-width: 100%;
	height: auto;
}
.bio-img {
	float: right;
	width: 350px;
	padding: 4rem 0 1.5rem 2.5rem;
}
.bio-img-left {
	float: left;
	width: 350px;
	padding: 0 4.5rem 0 0;
}
.consult-img-left {
	float: left;
	width: 350px;
	padding: 1rem 3.5rem 0 0;
}
.bamboo-img {
	float: right;
	width: 350px;
	padding: 0 0 1.5rem 5rem;
}
p.bio-img, p.bio-img-left, p.bamboo-img, p.consult-img-left {
	font-size: .8rem;
	color: #3c7502;
	line-height: 1.4;
	font-style: italic;
}
.purple-lotus {
	max-width: 300px;
  margin: 0 auto;
  text-align: center !important;
}
.align-right {
	float: right;
}
.align-left {
	float: left;
	padding: 1rem 4.5rem 2rem 0;
}
.center {
	margin: 0 auto;
	text-align: center !important;
}
.clear {
	clear: both;
	float: none;
}
.pad-bottom {
	padding-bottom: 3rem;
}
.max-375p {
	max-width: 400px;
}
.vert-space-10 {
	height: 10px;
}
.vert-space-24 {
	height: 24px;
}
.vert-space-36 {
	height: 36px;
}
.vert-space-48 {
	height: 48px;
}
.vert-space-60 {
	height: 60px;
}
.flex-container {
	margin: 0 auto;
	width: 70%;
	display: flex;
}
.flex-item.left {
	width: 68%;
	margin-bottom: 2rem;
}
.flex-item.right {
	width: 30%;
	margin-bottom: 2rem;
}

.flex-container-feng-shui {
	margin: 0 auto;
	width: 100%;
	display: flex;
}
.flex-item-feng-shui-left {
	width: 49%;
	padding: 0 1% 0 0;
	margin-bottom: 0;
}
.flex-item-feng-shui-right {
	width: 49%;
	padding: 0 0 0 1%;
	margin-bottom: 0;
	text-align: right;
}
#contact .flex-container {
	width: 60%;
	display: flex;
	text-align: center;
}
#contact .flex-item {
	width: 50%;
	margin-top: 1.75rem;
}
.nowrap {
  white-space: nowrap;
}
table {
	margin: 0 auto;
	width: 450px;
	line-height: 1.2;
	font-size: .88rem;
}
td {
	width: 200px;
	padding: 1rem .25rem .25rem .25rem;
	background-color: #7e0ace05;
}
table p {
	line-height: 1.2;
	font-size: .75rem;
}
table p strong {
	font-size: .85rem;
}
footer {
	margin-top: 5rem;
	margin-bottom: 4rem;
	text-align: center;
	font-size: .75rem;
}
.phone {
	display: none;
}
.screen {
	display: block;
}
.bio-img-phone, .bamboo-img-phone {
	display: none;
}
.banner-phone, .banner-tablet {
	display: none;
}

@media (max-width:1024px) {
	.navigation {
		display: none;
	}
	#trigger {
		display: block;
		cursor: pointer;
		opacity: 1;
		text-align: right;
		padding-top: 1rem;
		color: #7E0ACE;
		font-weight: bold;
		letter-spacing: .1rem
	}
	#trigger:hover {
		color: #7E0ACE88;
	}
	#trigger img {
		width: 80%;
	}
	#menu ul li {
		display: block;
		margin: 0 auto;
		padding: .45rem 1rem .45rem 1rem;
		color: #7e0ace;
		text-align: left !important;
		letter-spacing: .05em;
		transition: all 0.25s ease-in-out;
		border-top: 1px #7e0ace1f solid;
	}
	#menu ul li a {
		color: #7e0ace;
		font-size: 1rem;
	}
	#menu ul li a:hover {
	  color: #7E0ACE88;
	  cursor: pointer;
		text-decoration: none;
	}
	img#pic-1 {
		max-width: 400px
	}
	#pic-1.align-left {
    float: left;
    padding: 1rem 2.5rem 2rem 0;
	}
	.flex-container-feng-shui {
		margin-top: 3rem;
	}
}
	
@media (max-width:900px) {
	h1 {
		font-size: 3rem;
	}
	section {
    padding: 1rem 0 0 0;
  }
	.flex-container {
		width: 100%;
	}
	.bio-img {
		max-width: 300px
	}
	.bio-img-left {
    float: left;
    width: 300px;
    padding: 0 3.5rem 1.5rem 0;
  }
	img#pic-1 {
		max-width: 550px
	}
	#pic-1.align-left {
    float: none;
    padding: 2rem 0 0 0;
	}
	.bamboo-img {
		float: right;
		width: 275px;
		padding: 0 0 1.5rem 3rem;
	}
	img#pic-5 {
		max-width: 300px;
		padding-top: 1rem;
		margin-bottom: 4rem;
	}
	.screen {
		display: none;
	}
	.phone {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
}




@media (max-width:600px) {
	.banner-phone, .banner {
		display: none;
	}
	.banner-tablet {
		display: block;
		background: #110f1e;
		margin: 0 auto;
	}
	.banner-tablet img {
		margin: 0 auto;
		width: 90%;
	}
	.banner-tablet p {
		margin: 0 auto;
		padding: 1rem 0 2rem 0;
		width: 80%;
		color: #ffa700;
		font-size: 1rem;
		font-style: italic;
	}
	p.testimonial {
		width: 90%;
	}
	h2 {
		text-align: center;
	}
	h3 {
		margin: 0 20% 0 20%;
	}
	.flex-item.left {
		width: 60%;
	} 
	.flex-item.right {
		width: 40%;
	} 
	.flex-container-feng-shui {
		display: block;
	}
	.flex-item-feng-shui-left,
	.flex-item-feng-shui-right {
		width: 100%;
		padding: 0 0 2rem 0;
	}
	img#pic-1 {
		max-width: 100%;
	}
	.bamboo-img, .consult-img-left {
		float: none;
		margin: 0 auto;
		padding: 1rem 0 1rem 0;
		text-align: center;
	}
	.bio-img-phone, .bamboo-img-phone {
		display: block;
		margin: 0 auto;
		margin-top: 2rem;
		margin-bottom: 1.5rem;
		max-width: 400px;
	}
	p.bio-img-left {
		display: none;
	}
	p.bio-img-phone, p.bio-img-left, p.bamboo-img-phone {
	font-size: .8rem;
	color: #3c7502;
	line-height: 1.4;
	font-style: italic;
  }
	.bio-img {
		float: none;
		display: block;
		text-align: center !important;
		margin: 0 auto;
		padding: 0 0 1.5rem 0;
	}
	img#pic-5 {
		max-width: 375px;
		margin-bottom: 1rem;
		padding-top: 0;
	}
	.align-left {
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	.left-indent {
    margin: -1rem 0 2rem 1.5rem;
  }
	.margin-left-3rem {
		margin-left: 0rem;
	}
	
	table {
		max-width: 100%;
	}
	td {
		width: 200px;
		padding: 1rem .15rem .15rem .15rem;
		background-color: #7e0ace05;
	}
	table p strong {
		font-size: .75rem;
	}
	footer {
		margin-top: 3rem;
	}
}



@media (max-width:414px) {
	.banner-tablet p {
		font-size: .9rem;
	}
	.phone {
		width: 90%;
	}
	.flex-container {
		display: block;
	}
	.flex-item.left {
		width: 100%;
		margin-bottom: 0;
	} 
	.flex-item.right {
		width: 100%;
		margin-bottom: 4rem;
		margin-top: -1.5rem;
		text-align: left;
	} 
	img#pic-5 {
		max-width: 100%;
		margin-bottom: 1rem;
		padding-top: 0;
	}
	h3 {
		margin: 0 10% 0 10%;
	}
	p.testimonial {
		width: 90%;
		text-align: left;
	}
	.consult-img-left, .bio-img, bamboo-img {
		width: 275px;
		max-width: 100% !important;
	}
	.vert-space-48 {
    height: 0;
  }
}


