@charset "UTF-8";
/* CSS Document */

body {
	background-color: #0e1112;
	background-image: url("../images/background.jpg");
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 50px;
	color: #faf6ed;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

p {
	text-align: justify;
	margin-top: 0px;
	padding-top: 0px;

}

a:link {
	color: #ffcc73;
	text-decoration: none;
}

a:visited {
	color: #ffcc73;
	text-decoration: none;
}

a:hover {
	
}

h2 {
	font-family: '1470Sorbonne', serif;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-size: 2.5em;
	line-height: .8em;
	color: #ffcc73;
}

h3 {
	font-family: '1470Sorbonne', serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 1.7em;
	line-height: 1em;
	color: #ffffff;
	font-weight: normal;
}

.borderbox {
	position: relative;
	background-color: #01050a;
	width: 80%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}

.cognito {
	margin: 0px !important;
	padding: 0px !important;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	
}


.herobox {
	position: relative;
	width: 100%;
	margin-top: 0px;
}

.heroimage {
	position: relative;
	width: 100%;
	z-index: 100;
}

.img-elie {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 39.35%;
	z-index: 200;
}

.logobox {
	position: absolute;
	left: 33.28%;
	top: 6.33%;
	width: 65%;
	text-align: center;
	z-index: 300;
}

.logo {
	width: 100%;
}

.hdrtagline {
	width: 77%;
}

.hdrbookreading {
	width: 54.61%;
	position: absolute;
	top: 87.77%;
	left: 41.28%;
	z-index: 400;
}

.callouttext {
	
	clear: right;
	position: relative;
	width: 52%;
	float: right;
	right: -11px;
	margin-bottom: 18px;
}

.innerbox {
	position: relative;
	width: 90%;
	margin-right: auto;
	margin-left: auto;

	
}

.content-scheduling-steps, #appointment-form {
	background-color: none !important;
}

.bookingbox {
	display: block;
	position: relative;
	z-index: 100;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	overflow: auto;
}

.ourpsychicmediums {
	position: relative;
	margin-top: -40px;
}

.aboutpicbox {
	display: grid;
	float: left;
	padding-right:5px;
	clear:left;
	width: 50%;
	max-width: 220px;
}

.aboutpic {
	width: 100%;
}


.abouttext {
	display: grid;
	right: 0px;
}

.jointeam {
	margin-top: -50px;
	 
}

.footerbox {
	position: relative;
	width: 100%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	margin-top: -40px;
	vertical-align: bottom;
	
}

.bottomcap {
	position: relative;
	width: 100%;
	height: auto;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}



@media (max-width: 1145px) {
	
	body {
		margin-top: 4.274vw; 
	}
	
	h2 {
		font-size: 3.45vw;
	}
	.borderbox {
		background-color: #01050a;
	}

	.callouttext {
		right: -1vw;
		margin-bottom: 15px;
	}

}


@media (max-width : 750px) {

	body {
		margin-top: 0px;
		background-image: none;
	}

	h2 {
		font-size: 4.5vw;
	}
	
	.borderbox {
		width: 100%;

	}


}


@media (max-width : 600px) {
	
	h2 {
		font-size: 6vw;
	}
	
	.borderbox {
		background-color: #01050a;

	}

	.callouttext {
		display: none;
	}
	.zoom {
		display: block;
		position: relative;
		width: 24%;
		float: right;
		right: -3px;
		margin-bottom: 15px;
	}
	
	.aboutpicbox {
		display: block;
		float: none;
	}
	
	.abouttext {
		display: block;
	}
	.abouttext h3 {
		padding-top: 0px;
		margin-top: 0px;
	}
}

@media (max-width : 450px) {
	h2 {
		font-size: 8vw;
	}
	
	
	.img-elie {
		position: absolute;
		bottom: -3%;
		left: 0px;
		width: 34.5%;
		z-index: 200;
	}
	
	
	.logobox {
		position: absolute;
		left: 2%;
		right: 2%;
		top: 3%;
		width: 96%;
		text-align: center;
		z-index: 300;

	}
	
	.hdrtagline {
		position: relative;
		right: -12%;
		margin-top: -1.5%;
		width: 67%;
	}

	.hdrbookreading {
		width: 59%;
		position: absolute;
		top: 87.77%;
		left: 36%;
		z-index: 400;
	}


	
}
























