@charset "UTF-8";

body {
	background: #f2f7fd;
	margin: 0 auto;
	font-family: 'Roboto', Helvetica, sans-serif;
	color: #020f39;
	line-height: 160%;
}
.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 0 0;
}
p, form, h5 {
	font-size: 1rem;
	margin: 0 0 20px 0;
	line-height: 160%;
	letter-spacing: .022em;
}
p.caption {
	font-size: .9rem;
}
h1 {
	font-size: 4.25rem;
	color: #012B5F;
	font-family: 'arizonia', serif;
	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: 'arizonia', serif;
	color: #0A4DCE;
	font-weight: bold;
	line-height: 1;
	margin: 2rem 0 1.5rem 0;
}
#journey h2 {
	margin: 4rem 0 1.5rem 0;
}
#confirmation h2 {
	margin: 0 0 2rem 0;
}
h3 {
	font-size: 1.65rem;
	color: #FBFBFB;
	font-family: 'Ovo', serif;
	font-weight: normal;
	text-shadow: 2px 2px 1px rgba(8, 6, 172, 1);
	font-style: italic;
	letter-spacing: .03rem;
}
h4 { 
	font-size: 18px; 
	font-weight: normal;
	line-height: 100%;
	letter-spacing: .04em;
	margin: 0 0 12px 0;
}
h5 {
	font-size: 1.15rem;
	color: #0A4DCE;
}
h6 {
	padding-top: -20px;
	padding-bottom: 0px;
}
a {
	transition: 1s ease;
}
a:link, a:visited {
	color: #0347e1;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	border-bottom: 0px;
	color: #000000;
}
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 {
	color: #037AF8;
	font-size: .8rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05rem;
}
.navigation a:hover, a:active {
	color: #1967fc9c;
	border-bottom: 1px solid #037AF860;
}

#menu {
	background: #05173fe3;
	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 #777 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 {
	color: #02a202;
	border: 2px #2ab92a solid;
	border-radius: 14px;
	padding: 14px 18px 14px 18px;
	font-weight: bold;
	text-decoration: none;
}
a.button:hover, a.button:active {
	color: #fff;
	background: #02a202;
}
.button{
	margin: 1rem 0 3rem 0;
}
.gr-button {
	width: 10rem;
background-color: #4CAF50;
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;
}
form {
	margin: 0 auto;
	margin-top: 2rem;
	max-width: 920px;
}
input[type=text], select {
  width: 12rem;
	max-width: 100%;
  padding: 6px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
	font-size: .9rem;
}
#paypal input[type=text], select {
  width: 6rem;
	max-width: 100%;
	padding: 4px;
	margin: .5rem 0 1rem 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: .9rem;
}
input[type=submit] {
  width: 10rem;
  background-color: #4CAF50;
	font-size: 1rem;
  color: white;
  padding: 5px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	transform: 1s ease;
}
.email-submit {
	padding-left: 2rem;
}
input[name=email] {
	width: 24rem;
}
input[type=submit]:hover {
  background-color: #fff;
  color: #4CAF50;
	transform: 1s ease;
}
#pp-button {
  background: url('img/paypal.png');
}
#pp-button:hover {
  background: url('img/paypal-hover.png');
}
.all-caps {
	text-transform: uppercase;
}
.hide-show {
	margin-top: 1rem;
}
img {
	max-width: 100%;
}
.bio-img {
	float: right;
	padding: 0 0 1.5rem 2.5rem;
}
.cayce-books {
	margin: 2rem 0 2rem 0;
}
.orion {
	margin-top: 1rem;
}
.align-right {
	float: right;
}
.align-left {
	float: left;
	padding: 1rem 2rem 2rem 0;
}
.center {
	margin: 0 auto;
	text-align: center !important;
}
.clear {
	clear: both;
	float: none;
}
.margin-left-3rem {
	/*! margin-left: 3rem; */
}
.margin-0 {
	/*! margin: 0; */
}
.vert-space-10 {
	height: 10px;
}
.vert-space-24 {
	height: 24px;
}
.vert-space-36 {
	height: 48px;
}
.flex-container {
	width: 100%;
	display: flex;
}
.flex-item {
	width: 50%;
	margin-bottom: 5rem;
}

#contact .flex-container {
	width: 60%;
	display: flex;
	text-align: center;
}
#contact .flex-item {
	width: 50%;
	margin-top: 1.75rem;
}
.nowrap {
  white-space: nowrap;
}
footer {
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-align: center;
	font-size: .75rem;
}

@media (max-width:768px) {
	h1 {
		font-size: 3rem;
	}
	#journey h2 {
		margin: 2rem 0 1.5rem 0 !important;
	}
	#confirmation h2 {
		margin-top: 2rem;
	}
	#confirmation.container {
		margin: 0 auto;
		margin-top: 0rem;
		text-align: center;
	}
	#confirmation .flex-container {
		display: block;
	}
	#confirmation .flex-item {
		width: 100%;
		margin-bottom: 5rem;
	}
	.navigation {
		display: none;
	}
	#trigger {
		display: block;
		cursor: pointer;
		opacity: 1;
		text-align: right;
		padding-top: 1rem;
		color: #037AF8;
		font-weight: bold;
		letter-spacing: .1rem
	}
	#trigger:hover {
		color: #094dce;
	}
	#trigger img {
		width: 80%;
	}
	#menu ul li {
		display: block;
		margin: 0 auto;
		padding: .45rem 1rem .45rem 1rem;
		color: #fff;
		text-align: left !important;
		letter-spacing: .05em;
		transition: all 0.25s ease-in-out;
		border-top: 1px #777 solid;
	}
	#menu ul li a {
		color: #fff;
		font-size: 1rem;
	}
	#menu ul li a:hover {
	  color: #037AF8;
	  cursor: pointer;
		text-decoration: none;
	}
	.bio-img {
		max-width: 300px
	}
}




@media (max-width:600px) {
	.banner {
	}
	h2 {
		text-align: center;
	}
	h3 {
		font-size: 1.15rem;
	}
	.bio-img {
		float: none;
		display: block;
		text-align: center !important;
		margin: 0 auto;
		padding: 0 0 1.5rem 0;
	}
	.left-indent {
    margin: -1rem 0 2rem 1.5rem;
  }
	.margin-left-3rem {
		margin-left: 0rem;
	}
}




