body {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 16px;
	line-height: 25.6px;
}
header {	
	width: 1120px;	
	margin: 0 auto 0 auto;	
}
main {
	clear: both;
	
}
h2 {
	font-size: 18px;
	color: #33098a;
}
a:link {
	color: #bd9ff9;
}
a:visited {
	color: #2d0878;
}
footer {	
	font-size: 12px;
	text-align: center;
	width: 1120px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	clear: both;
}
.sub_header {
	font-size: 12px;
}	
.wrapper {	
	width: 1120px;
	margin: 0 auto 0 auto;
	
}
#main_nav {
	float: right;
}
#main_nav li {
	display: inline-block;
	padding: 36px;
}
#main_nav li a {
	color: #240660;
	font-weight: bold;
}
#main_nav li a:hover {
	border-bottom: 2px solid #240660;
}
#logo {
	vertical-align: middle;
	height: 100px;
	width: 100px;
}
.header_image {
	width: 100%;	
	height: auto;	
}
header a {
	text-decoration: none;
}
#header_title {
	font-size: 27px;
	font-weight: bold;
	color: #33098a;
}
footer a {
	color: #240660;
	font-weight: bold;
	text-decoration: none;
}
.body_image_left {
	float: right;
	margin: 0 0 20px 20px;
}
.meetup_image {
	width: 450px;
	height: auto;
	float: left;
	margin: 0 20px 10px 0;
}
.meetup_date {
	font-style: italic;
	font-size: 12px;
}

/*Gallery Page Styles*/
.gallery_item {
	width: 30%;	
	float: left;
	text-align: center;
}
.gallery_item img {
	max-width: 300px;
	height: auto;	
}
.gallery_caption {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
#large_image_container {
	position: absolute; 
	padding: 10px;
	background-color: #FFF;
	border: 2px solid #240660;
	max-width: 100%;
}
#image_large {
	max-width: 100%;
}

.close_button {
	position: absolute;
	right: 4px;
	background-color: #FFF;
	padding: 20px 15px 10px 10px;
}
.close_button a {
	font-size: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
/*End Gallery Page Styles*/



/* Classes Page Styles*/
.class_title {
	font-weight: bold;	
	display: inline-block;
}
.class_price {
	font-style: italic;	
	display: inline-block;
}
/*End Classes Page Styles*/


/* Contact Page Styles */

input[type='text'] {
	width: 50%;
	font-size: 14px;
	padding: 5px;
}
textarea {
	width: 50%;
	font-size: 14px;
	padding: 5px;	
}
input[type='checkbox'] {
	width: 25px;
	height: 25px;	
}
input[type='submit'],
input[type='reset'] {
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	background-color: #240660;
	color: #FFFFFF;	
}
label,
.form_label {	
	display: block;
	font-weight: bold;
}
#newsletter_thankyou {
	color: #6b27f1;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
}

/* End Contact Page Styles */

/* Consults Page Styles */
.consults_table {
	width: 50%;
	
}
.consults_table th {		
	text-align: left;
	background-color: #240660;
	color: #FFF;
	font-size: 16px;
	padding: 7px;
}
.consults_table td {
	padding: 7px;	
}
.consults_table td:nth-child(2),
.consults_table td:nth-child(3) {
	text-align: center;
}
.consults_table tr:nth-child(odd) {background: #decffc}
.consults_table tr:nth-child(even) {background: #FFF}	
/* End Consults Page Styles */

.tarot_video {
	width: 100%;
}



/* Mobile CSS Styles */
@media only screen and (max-width: 1120px) {
	header {	
		width: 100%;
		margin: 0 auto 0 auto;	
	}
	nav {
		text-align: center;
	}
	.wrapper {	
		width: 100%;
		margin: 0 auto 0 auto;
	}	
	footer {
		width: 100%;
	}
	.body_image_left {
		width: 33%;
		height: auto;
		margin: 0 0 10px 10px;
	}
	#main_nav {
		margin: 0;
		width: 100%;		
	}
	#main_nav li {
		display: inline-block;		
		padding: 3%;		
		margin: 1%;
		width: 40%;		
		background-color: #240660;
		text-align: center;
	}
	#main_nav li a {
		color: #FFF;
	}
	.gallery_item {
		width: 100%;
	}
	.class_price {
		font-style: italic;	
		display: block;
	}
	
	#large_image_container {
		max-width: 100%;
	}
	#image_large {
		max-width: 100%;
	}
	
	input[type='text'] {
		width: 95%;
		font-size: 14px;
		padding: 5px;
	}
	textarea {
		width: 95%;
		font-size: 14px;
		padding: 5px;	
	}
	input[type='submit'],
	input[type='reset'] {
		width: 47%;
		font-size: 15px;
		font-weight: bold;
		padding: 10px;
		background-color: #240660;
		color: #FFFFFF;	
	}

	.consults_table {
		width: 100%;
		
	}
	
	footer p {
		clear: both;
		margin-top: 10px;		
		border-top: 2px solid #240660;
	}
}
@media only screen and (max-width: 400px) {
	#logo {
		width: 40px;	
		height: auto;		
	}
	#header_title {
		font-size: 15px;
	}
}