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

/* Webfont: MasonSansOmenBoldExtCond */@font-face {
    font-family: 'MasonSansOmenBoldExtCond';
    src: url('/webfonts/MasonSansOmenExtCond.woff2') format('woff2'), /* Modern Browsers */
		url('/webfonts/MasonSansOmenExtCond.woff') format('woff'), /* Somewhat Modern Browsers */
         url('/webfonts/MasonSansOmenExtCond.otf') format('opentype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: MasonSansOmenBoldExtCond */@font-face {
    font-family: 'MasonSerifOmenBold';
    src: url('/webfonts/MasonSerifOmenBold.woff2') format('woff2'), /* Modern Browsers */
		url('/webfonts/MasonSerifOmenBold.woff') format('woff'), /* Somewhat Modern Browsers */
         url('/webfonts/MasonSerifOmenBold.otf') format('opentype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

.rhonyc {
	width: 300px;
	padding-bottom:3px;
}

a {
	color: #ffd073 !important;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-image: url("../images/wallpaper.jpg");
	margin-top: 150px;
	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;

}

h2 {
	font-family: MasonSansOmenBoldExtCond, "sans-serif";
	padding-bottom: 0px;
	margin-bottom: -3px;
	margin-left: -1px;
	font-size: 2.5em;
	line-height: .8em;
	color: #ffd073;
}

h3 {
	font-family: MasonSerifOmenBold, "sans-serif";
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 1.7em;
	line-height: 1em;
	color: #c4edff;
}

.borderbox {
	position: relative;
	background: url("/images/hero.jpg") center -233px no-repeat, url("/images/bottomcandles.jpg") center bottom no-repeat;
	background-color: #01050a;
	background-size: 100%;
	box-shadow: inset 7px 7px 15px rgba(0, 0, 0, 0.4), 88px -70px 15px rgba(0, 0, 0, 0.4); 
	width: 80%;
	max-width: 900px;
	padding-bottom: 120px;
	margin-right: auto;
	margin-left: auto;
	/* fallback shitty border */
	border-style: solid;
	border: #74a1ff ridge 6px;
	/* image border */	
	border-image-source: url("/images/border.jpg");
	border-image-slice: 89;
	border-image-width: 89px;
	border-image-outset: 83px;
	border-image-repeat: repeat;
}

.innerbox {
	position: relative;
	width: 91%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 510px;
	overflow: auto;
	
}

.logo {
	display: block;
	position: absolute;
	left: -25px;
	top: 10px;
	width: 60%;
}

.zoom {
	display: none;
}

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



.headlineimage {
	position: relative;
	left: -1.4%;
	width: 102.9%;
	margin-bottom: -10px;
	
}

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

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

.ourpsychicmediums {
	position: relative;
	margin-top: -60px;
	margin-bottom: 75px;
}

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

.aboutpic {
	width: 100%;
}


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



@media (max-width: 1145px) {
	
	body {
		margin-top: 11vw; 
	}
	.borderbox {
		border-image-width: 6.3vw;
		border-image-outset: 5.3vw;
		padding-bottom: 9vw;
		box-shadow: inset 7px 7px 15px rgba(0, 0, 0, 0.4), 5.9vw -4vw 15px rgba(0, 0, 0, 0.4); 
		background: url("/images/hero.jpg") center -20VW no-repeat, url("/images/bottomcandles.jpg") center bottom no-repeat;
		background-color: #01050a;
		background-size: 100%;
	}

	.innerbox {
		margin-top:45vw;
		width: 90%;
	}

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

	.logo {
		left: -2vw;
		top: 1vw;
	}

}


@media (min-width : 0px) and (max-width : 750px) {

	body {
		margin-top: 3.4vw;
	}
	.borderbox {
		border-image-width: 6vw;
		border-image-outset: 3.2vw;
		width: 94%;
		box-shadow: inset 17px 17px 15px rgba(0, 0, 0, 0.4);
	}
	.innerbox {
		margin-top:56vw;
	}
	.logo {
		left: -2vw;
		top: 2vw;
		width: 63%;
	}

}


@media (min-width : 0px) and (max-width : 600px) {
	
	.borderbox {
		background: url("/images/hero.jpg") center 0px no-repeat, url("/images/bottomcandles.jpg") center bottom no-repeat;
		background-color: #01050a;
		background-size: 100%;
		box-shadow: inset 17px 17px 15px rgba(0, 0, 0, 0.4);
	}
	.innerbox {
		margin-top:74vw;
	}
	.logo {
		left: -5vw;
		top: 1vw;
		width: 95%;
	}
	.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;
	}
}



