@charset "utf-8";
/* CSS Document */
/******** Basic Resets ****************************************************************/
* {
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align: baseline;
}

body {
	z-index: 1;
	background-color: #ff66cc;
	font-weight: normal;
	font-style: normal;
	font-size: 0.95em;
	width: 98.8vw;
}


h1 {
	color: #437BFF; /* #000 #9966ff*/

    font-family: 'Cardo', serif; /**/
    font-family: 'Prata', serif; /**/
    font-family: 'Allura', cursive;   /**/
    font-family: 'Alex Brush', cursive;  /**/
    font-family: 'Parisienne', cursive; /**/
}

p {
    /*font-family: 'Lora', serif;
    font-family: 'Arimo', sans-serif;*/
	color: #000; /* #9966ff*/
	
    font-family: 'Cardo', serif; /**/
   /* font-family: 'Pinyon Script', cursive;*/
    font-family: 'Prata', serif; /**/
 /*   font-family: 'Alex Brush', cursive;
    font-family: 'Parisienne', cursive; 
    font-family: 'UnifrakturMaguntia', cursive; 
    font-family: 'Roboto', sans-serif; */

	
	
}

#contact-responce {
	margin: 5vw;
}

#h4-contact {
	font-size: 2em;
	color: #FFF;
	font-family: 'Prata', serif;
}

#p-contact {
	font-size: 1.8em;
	color: #FFF;
	font-family: 'Prata', serif;
}

#contact-space {
	width: 100%;
	height: 20vw;
}

a:link {
	text-decoration: none;
}

a:link , a:visited {
	color: rgba(145, 101, 255, 1);
}

.clear {
	float: none;
	/*float: left;*/
}

.center {
	margin: 0 auto;
}

.center-copy {
	text-align: center;
}

.pink {
	background-color: #ff66cc !important;
}


.unifrakur {
	
    font-family: 'UnifrakturMaguntia', cursive;
}

.one_quarter {
    width: 22%;
}

.one_third {
    width: 29.33%;
	position: relative;
	float: left;
	margin: 0 2%;
}


.one_half {
    width: 44%;
	position: relative;
	float: left;
	margin: 0 2%;
}

/******** End Basic Resets ****************************************************/






	/*2420px*/
@media only screen and (max-width: 3840px) {
body {
	width: 1280px;		/*99vw 1280px*/ /***************************** master width ***************************/
	/*background-image: url("../960_grid_12_col-short.jpg");*/ 
	background-size: 98.9vw;
	background-repeat: repeat-y;
	z-index: 1;
}	/***************************************** _______________________________________________________________*/
	
	
#header {
	width: 99vw; /* 99vw width: 100% 98vw;*/  /***************************** master width ******************/ 
	height: 6vw;
	position: fixed;
	top: 0;
	z-index: 51;
	/*background-color: rgba(255, 148, 220, 0.8);*/
	background-color: RGBA(255, 180, 220, 1); /* #ffb4dc/255, 180, 220 */
} /***************************************** _______________________________________________________________*/

#logo {
	width: 9.7vw;
	height: 6vw;
	position: relative;
	float: left;
	margin-left: 1vw;
}

#logo-img {
	width: 7vw;
	height: 6vw;
	padding-top: 0.3vw;
	padding-left: 0.7vw;
	
}

#logo-img img {
	width: 65%;
	height: 4.5vw;
	vertical-align: middle;
	max-width: 100%;
	margin-left: 2.3vw;
}

#header > #header-copy > h1 {
	font-size: 2em;
}

#header-copy {
	width: 33vw;
	height: 7vw;
	float: left;
	padding: 1.5% 0 0 0;
	font-size: 1.2em;
	margin-left: 2.8vw
}



/********* Nav **************************************************************/

#dropnav {
	width: 43vw;
	height: 6vw;
	top: 0;
	z-index: 60;
	float: left;
	padding-left: 2.2vw;
	/*margin-left: 0.8vw;*/
}

#nav {
	width: 50vw;
	height: 100%;
	position: relative;
	left: 2vw;
	top: 1vw;
}

.handler {
	height: 6vw;
	width: 6vw; 
	cursor: pointer;
	z-index: 65;
	padding: 16px;
}


.handler #Btn {
	height: 48px;
	width: 48px; 
	background-color: RGBA(255, 255, 255, 1);
	border: #bbb 1px solid;
	padding: 8px 8px;
	cursor: pointer;
	float: left;
	border-radius: 26px;
	margin-right: 20px;
}

#Btn > div {
	width: 30px;
	height: 4px;
	background-color: #333;
	margin: 5px 0;
	border-radius: 4px;
}

#cell {
	width: 100%;
	height: 290px;
	list-style: none;
	margin-bottom: 6px;
  	padding-bottom: 2px;
	z-index: 60;
	display: none;
	position:absolute;
	top: 6vw;
}



#cell ul {
	display: block;
	width: 100%;
	height: 246px;
	-webkit-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	z-index: 61;
	text-decoration: none;
	background-color: rgba(255, 148, 220, 1);
}

#cell ul li {
	box-sizing: border-box;
	min-height: 10px;
	padding: 10px 0; 
	text-align: center; 
	display: block;
}


#cell ul li a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

#cell ul li:hover,#cell ul li a:hover {
	background-color: #ff66cc;
	color: #FFF !important;
} /* needs jQuery so hove will change  link color */

.show {
	display: block !important;
}

.autosize {
	
}

/********* End Nav **************************************************************/


/********* Hero Image **************************************************************/
#wrapper {
	width: 98.9vw; /***************************** master width ***************************/
	min-height: 18vw;
	float: none;
	background-color: rgba(251, 109, 227, 0.9);
	margin-top: 6vw;
	z-index: 5;
	position: relative;
	
}


#hero {
	width: 99vw;
	min-height: 20vw;
}



#monitor {
	width: 99vw; /* 100% 97vw 99vw*/ /******************************* master width ***************************/
	height: 48vw;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1vw;
}

#monitor2 {
	width: 98.9vw;
	height: 25vw;
	overflow: hidden;
}

#monitor3 {
	width: 98.9vw;
	min-height: 20vw;
	overflow: hidden;
}	
	
#monitor img {
	width: 99vw;
	background-size: cover;
	margin-top: -40px;
	margin-left: -1vw;
}


/******* Hero Copy *****************************************************************/

#fairy {
	width: 6vw;
	height: 20vw;
	position:absolute;
	left: 40vw;
	top: 10vw;
	margin-top: 400px;
	margin-left: 450px;
}
	
	#fairy img {
		height: 6vw;
		width: 6vw;
	}
	
#hero-copy {
	width: 95vw;
	position: relative;
	position: absolute;
	top: 6vw;
	margin-left: 0.4vw;
	z-index: 12
}

#hero-copy  h1{
	padding-top: 3vw;
	font-size: 2.3em;
	margin-left: 3.3vw;
}

#hero-copy0 {
	width: 80vw;
	height: 80%;
	padding-top: 2vw;
	position: relative;
	top: 5vw;
	margin-left: 55px; 
	color: #000;
}

#hero-copy0 p {
	width: 80vw;
	position: relative;
	margin-left: -600px;
	padding-bottom: 1vw;
	z-index: 20;
	font-size: 1.6em;
}

#hero-cop1 {
	text-align: center;
	padding-bottom: 2vw;
}

#hero-copy2 {
	margin-left: 5vw;
	padding-bottom: 2vw;
}

#hero-cop3 {
	margin-left: 5vw;
	padding-bottom: 2vw;
	position:relative;
}

#hero-cop4 {
	margin-left: 5vw;
	padding-bottom: 2vw;
}

#fairy {

}

#fairy img {
	/*width: 100%;
	height: auto;*/
	background-size: cover;
	position: relative;
	margin-top: 6.4vw;
	z-index:  70;
}


/******* End Hero Copy ************************************************************/

.space {
	width: 99vw; /**************************** master width ******************/ 
	min-height: 3vw;
	background-color: rgba(251, 109, 227, 1);
	z-index: 15;

}


/******* First content break ********************************************************/


/******* First content section ********************************************************/

.content {
	width: 99vw;
	min-height: 15vw;
	background-color: RGBA(255, 102, 204, 0.7);
	z-index: 10;
	padding-top: 2vw;
}


/******* Image ******************************************************/
#hero-image {
	width: 99vw;
	min-height: 300px;
	max-height: 700px;
	overflow: hidden;
	z-index: 11;
}

#hero img {
	z-index: 20;
}   /******************* TESTING  ______________________________________*/
	
#hero-image2 img {
	width:100%;
	
}

#med-header-img {
	width: 99vw; 
	min-height: 25vw;
	overflow: hidden;
}

#med-header-img img {
	width:100%;
}


#hero-article {
	width: 98.9vw; /***************************** master width ***************************/
	height: 200px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #ff66cc;
	position: absolute;
	margin: 0 auto;
	margin-top: -40%;
	text-align: center;
	padding-top: 50px;
	font-size: 1.6em;
}

#hero-article2 {
	width: 98.9vw;/****************************** master width ***************************/
	height: 140px;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	margin: 0 auto;
	text-align: center;
	top: 6vw;
	font-size: 1.6em;
	z-index: 30;
	padding-top: 1vw;
}

#hero-article2 h1 {
	color: #ff66cc;
}
	
#hero-article2 p {
	color: #437BFF;
	font-family: 'Alex Brush', cursive;
	font-size: 1.7em;
}	

.heading-center {
	width: 99vw;/******************************* master width ***************************/
	height: 7vw;
	background-color: rgba(255, 255, 255, 0.6);
	color: #ff66cc;
	position: relative;
	text-align: center;
	padding: 2vw 0;
}


/******* End Image ***************************************************/




/******* End First content section ***************************************************/









/******* Second Content section **********************************************************/

.gallery {
	width: 98vw; /******************************* master width ***************************/
	position: relative;
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 2vw 1vw;
}

.feturette-links {
	width: 45vw;
	min-height:  350px;
	border: 1px solid #CB6EFF;
	display: inline-block;
	padding: 10px 10px 20px 10px;
	margin-left: 2vw;
	background-color: #FFF;
	margin-bottom: 40px;
}

.feturette-links-pic {
	width: 100%;
	height: 435px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.5);
	display:block;
	overflow: hidden;
}

.feturette-links-pic img {
	display: block;
	width: 100%;
	vertical-align: middle;
	color: transparent;
	height: auto;
	max-width: 100%;
	image-rendering: optimizeQuality;	
	overflow: hidden;
}

.feturette-links-Caption {
	padding: 15px 0 0;
	text-align: center;
	min-width: 180px;
	display: block;
}


	
.feturette-links2 {
	width: 40vw;
	min-height:  350px;
	border: 1px solid #CB6EFF;
	display: inline-block;
	padding: 10px 10px 20px 10px;
	margin-left: 40px;
	background-color: #FFF;
	margin-bottom: 40px;
}

.feturette-links-pic2 {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.5);
	display:block;
	overflow: hidden;
}

.feturette-links-pic2 img {
	display: block;
	width: 100%;
	vertical-align: middle;
	color: transparent;
	height: auto;
	max-width: 100%;
	image-rendering: optimizeQuality;	
	overflow: hidden;
}

.feturette-links-Caption2 {
	padding: 15px 0 0;
	text-align: center;
	min-width: 180px;
	display: block;
}

	
/***** call to action  **************************************************************/


/******* First content break *********************************************************/



#appointent {
	width: 98.5vw;
	height: 120px;
	padding: 10px 40px;
	text-align: center;
	position: absolute;
}

	
#wand {
	width: 98.5vw;
	height: 180px;
	display: inline-block;
	position: relative;
	background: transparent url("../images/Wand-3.png") no-repeat 0 0;
}	

#wand:hover {
	background-position: 0 -183px;
}		
	

#wand_img:hover {
	background-position: 0 -183px;
}	
	
#action a:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

#appointent h1 {
	font-size: 2.9em;
	color: #fff;
}

/***** end call to action  **************************************************************/


#feturette-links-pic {
	max-width: 100%;
	height: 250px;
}

.copybox p {
	font-size: 1.4em;	
}
	
	#contact_message {
		resize: both;
		max-width: 500px;
		min-width: 500px;
		height: 300px;
	}
	
	#message {
		resize: both;
		max-width: 500px;
		min-width: 500px;
		height: 300px;
	}
	
footer {
	width: 99vw; /* 100% 99vw*/ /******************************* master width ***************************/
	min-height: 10vw;
	background-color: rgba(255, 180, 220, 0.7);
	padding: 1vw;
}


footer p {
	color: #ff66cc;
	font-size: 1.2em;
	text-align: center;
	margin: 2vw 20vw;
	
}
#topreturn {
	width: 54px;
	height: 54px;
	position:fixed;
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 10vw;
	right: 0px;
	padding: 2px;
	cursor:	pointer;
}



.content_white {
	width: 100%;
	min-height: 200px;
	background-color: #FFF;
	padding: 20px;
}

#topreturn {
	background-image:url(../../images/top.png);
	font-size: 0.0em;
	background-repeat: no-repeat;
	z-index: 80;
}

#topreturn img {
	width: 100%;
	height: auto;
}

	
.three_column {
	width: 99.5vw;
	height: 12vw;
	min-height: 25vw;
	margin: 0 auto;
	float: none;
	margin-bottom: 10vw;
}
.three_copy {
	min-height: 8vw;
	margin-bottom: 2vw;
}
.three_copy h1 {
	color: #fff;
	font-size: 2.8em;
	text-align: center;
}

	.one-of-three {
	width: 26vw;
	height: 25vw;
	background-color: rgba(255, 255, 255, 0.9);
	float: left;
	margin-left: 5vw;
	padding: 30px 26px;
	border-radius: 18px;
}

.one-of-three p {
	color: rgba(251, 109, 227, 1);
	font-size: 1.4em;
}
	

/* END UNIVRSAL RULES *******************************************************************************/	









	
/* Resizing rules for device / scren size *******************************/

.content2 {
	width: 100%;
	min-height: 15vw;
	z-index: 20;
	margin-bottom: 2vw;
}


	
.copy_pair {
	width: 80vw;
	height: 35vw;
	margin: 0 auto;
}	
	
.copy_image {
	width: 40vw;
	height: 30vw;
	float: left;
	overflow: hidden;
}

.copy_image img {
	width: 100%;
	height: auto;
}
	
.copybox {
	width: 40vw;
	height: 35vw;
	padding: 2vw 4vw;
	float: left;
}
	
.copybox p {
	color: #fff;
	font-size: 1.5em;
}
	

	
#fairy-statue {
	 width: 98.9vw;
	height: 20vw;
	overflow: hidden;
}
	
#fairy-statue img {
	width: 100%;
	height: auto;
}

	
.center-copy {
	width: 100%;
	min-height: 1vw;
	position: relative;
	text-align: center;
	padding: 1vw 0;
	font-size: 2.8em;
}

.center-copy2 {
	text-align: center;
	color: #fff;
	font-family: 'Parisienne', cursive;
	font-size: 3.9em;
}
	
.center-copy h4 {
	font-size: 3.8em;
	color: #fff;
	font-family: 'Parisienne', cursive;
}

#contact {
	width: 94vw;
	height: 40vw;
	margin-bottom: 10vw;
	border-radius: 100% 100% 100% 100%;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	padding-top: 9vw;
	margin: 0 auto;
}	

	
#contact_copy {
	width: 25vw;
	height: 19vw;
	position: relative;
	margin-left: 15vw;
	border-radius: 10% 10% 10% 10%;
	float: left;
	font-size: 0.8em;
}	
	
#contact_copy p {
	color: #ff66cc;
	font-size: 1.8em;
}

#contact_form {
	width: 40vw;
	height: 22vw;
	background-color: #ff66cc;
	float: left;
	margin-left: 1vw;
	border-radius: 10px 10px 10px 10px;
	padding: 1vw 0 2vw 0;
}	

#form_contact {
}

	
#tbody {
	width:40vw;
	padding-left: 1vw;
}	
	
	.whiteBox {
		height: 0px;
	}
}

/************ to fix three column on a mac ****************************/
@media only screen and (max-width: 2500px) {
	.three_column {
		min-height: 25vw;
	}
}

/* Resizing rules for device / scren size *************************************************************************************/
/* pc*/

@media only screen and (max-width: 2000px) {
	.three_column {
		min-height: 25vw;
	}
	#contact_message {
		resize: both;
		max-width: 400px;
		min-width: 350px;
		height: 150px;
	}
	
	#message {
		resize: both;
		max-width: 400px;
		min-width: 350px;
		height: 150px;
	}
}

@media only screen and (max-width: 1500px) {
	#contact_message {
		resize: both;
		max-width: 400px;
		min-width: 350px;
		height: 200px;
	}
	#message {
		resize: both;
		max-width: 400px;
		min-width: 350px;
		height: 200px;
	}
	
}

@media only screen and (max-width: 1360px) {
/* 1302px*/

body{
	
}
h1 {
		
}

P {
	
}
	
	#header {
		height: 9vw;
	}

#header-copy {
}

#header-copy h1{
	font-size: 1.5em;
}
	
#logo  {
	width: 8vw;
	height: 10vw;
}

	#cell {
		top: 9vw;
	}	
	
#hero {

}

#monitor {
	min-height: 30vw;
}

#fairy {
	left: 46vw;
}

	.gallery {
		width: 81.4vw
	}	
	
.feturette-links {
	width: 37vw;
	overflow: hidden;
	margin-bottom: 3vw;
}

.feturette-links-pic{
	width: 35vw;
	height: 20vw;
}
	
.copybox p {
	font-size: 1.2em;	
}

	
}



@media only screen and (max-width: 1280px) {
	.copybox p {
		font-size: 1em;
	}

	#contact_copy {
		width: 65vw;
		height: 32vw;
		margin-bottom: 46vw;
	}
	
	#contact_form {
		width: 96.5vw;
		height: 40vw;
		position: absolute;
		bottom:  32vw;
		bottom: -42vw;
		margin-left: -1.5vw;
	}
	
	
	contact_message {
		
	}
	
	.whiteBox {
		width: 98.9vw;
		height: 65vw;
		background-color:  #FFF;
		z-index:  5;
		margin-top: 31vw;
		margin-left: -20px;
	}
	
	#contact_message {
		resize: both;
		max-width: 800px;
		min-width: 750px;
		height: 250px;
	}
	#message {
		resize: both;
		max-width: 800px;
		min-width: 750px;
		height: 250px;
	}
}


@media only screen and (max-width: 1200px) {

	body {
		width: 98vw;
	}
	#fairy img {
		height: 10vw;
		width: 10vw;
	}
	
#wand {
		background-position: -10vw 0;
	}

	#wand:hover {
    background-position: -10vw -183px;
}
	
	#tbody {
		width: 93vw;
	}
	
	#contact_message {
		resize: both;
		max-width: 750px;
		min-width: 600px;
		height: 180px;
	}
	#message {
		resize: both;
		max-width: 750px;
		min-width: 600px;
		height: 180px;
	}
}


@media only screen and (max-width: 1000px) {
	
	#wrapper {
		height: 135vw;
	}
h1 {
	font-size: 1.2em;
}


p {
	font-size: 1.2em;
}
	
header {
	height: 8vw;
}


#logo {
	width: 9vw;
	height: 6vw;
}

#logo-img {
	height: 100;
}

#logo-img img {
	height: 4vw;
}  

#header-copy {
	width: 30vw;
	font-size: 10px;
	padding: 25px 0;
}


#dropnav {
	width: 20vw;
}

#wrapper {
	margin-top: 8vw;
}

	
	#hero-copy0{
		top: 1vw;
		margin-left: -2vw;
	}
#fairy {
	margin-left: -10vw;
}
	
	#wand img {
		margin-left: -60vw;
		margin-top: 2vw;
	}	
	
	.back_to_top {
		top: 48vw;
	}
	.three_column {
		min-height: 52vw;
	}
	.one-of-three {
		min-height: 50vw;
		margin-bottom: 5vw;
	}
}

@media only screen and (max-width: 790px) {
	#contact_copy p {
		font-size: 1.6em;
	}
	
	#contact_message {
		resize: both;
		max-width: 600px;
		min-width: 500px;
		height: 150px;
	}
	#message {
		resize: both;
		max-width: 600px;
		min-width: 500px;
		height: 150px;
	}
}


@media only screen and (max-width: 750px) {
	
	#cell {
		top: 12vw;
	}

	.copybox p {
		font-size: 0.9em;
	}
	
	
	.back_to_top {
		top: 55vw;
	}
}


@media only screen and (max-width: 699px) {
	#wrapper {
		height: 135vw;
	}
	#cell {
		top: 17vw;
	}

	.copybox p {
		font-size: 0.7em;
	}
	
	#contact_copy {
		margin-bottom: 46vw;		
	}
	
	#contact_copy p {
		font-size: 1.6em;
	}
	
	#contact_form {
		height: 60vw;
		bottom: -62vw;
	}
}

@media only screen and (max-width: 669px) {
	
	body {
		width: 98.9vw;
	}
	
	#header {
	width: 98.9vw;
	height: 17vw;
}   /********************************* TESTING        ________________________________________________________*/

	h1 {
		
}
	
p {
	
}
	#cell {
		top: 17vw;
	}
	/**/
#header-copy {
}

#header-copy h1{
	font-size: 1.5em;
}
	
#logo  {
	width: 8vw;
	height: 10vw;
}

	
#header-copy {
	display: none;
}


header {
	height: 17vw;
}


#logo {
	width: 10vw !important;
	height: 8vw !important;
	margin-left: 1vw;
}

#logo-img {
	width: 16vw;
	height: 16vw;
}

#logo-img img {
	width: 100%;
	height: 100% !important;
}

#header-copy {
	width: 30vw;
	font-size: 10px;
	padding: 25px 0;
}

	#monitor img{
		
	}  /***************************************** _______________________________________________________________*/

#dropnav {
	width: 800vw;
}

#dropnav {
	width: 15vw;
	height: 8vw;
}

.handler {
	padding: 0.5vw;
	margin-left: 26vw;
}

	#cell {

	}

	#hero-copy {
		height: 45vw;
		font-size: 0.6em;
		padding-left: .8vw;
	}
	
	#hero-cop1 {
		margin-left: 1vw;
	}
	
	#hero-copy0 {
		height: 30vw;
		font-size: 1em;
		margin-left: -55px;
		top: 1vw;
	}
	
	#fairy {
		left: 17vw;
		margin-top: 17vw;
	}
	
	#fairy img {
		height: 15vw;
		width: 15vw;
	}
	
	#hero-cop2 {
		
	}
	
	#hero-cop3 {
		
	}
	#monitor2 {
		height: 35vw;
	}
	
	
		#hero-image2 {
		height: 35vw;
	}
	
	#hero-image2 img {
		width: auto;
    	height: 35vw;
	}

	#hero-article2 {
		height: 25vw;
	}
	
	#hero-article2 h1 {
		font-size:  0.9em;
	}
	
	#hero-article2 p {
		font-size:  0.9em;
	}
	
	
	.heading-center {
		height: 11vw;
	}
	
	
	.copy_pair {
		width: 98.9vw;
		height: 95vw;
		margin-bottom: 10vw;
	}
	
	.copy_image {
		width: 90vw;
		height: 50vw;
		float: none;
		margin-left: 5vw;
	}
	
	.copybox {
		width: 90vw;
		height: 45vw;
		float: none;
		padding: 3vw 4vw;
	}
	
	.copybox p {
		font-size: 0.7em;
		margin-left: 5vw;
	}
	.three_column {
		width: 99.5vw;
		height: 210vw;
		display: inline-table;
	}
	
	.three_copy {
		width: 90vw;
		height: 10vw;
		margin-bottom: 10vw;
	}
	
	
	.three_copy h1 {
		font-size: 1.2em;	
	}
	
	.one-of-three {
		width: 90vw;
		height: 85vw;
		margin-bottom: 4vw;
		padding: 5vw 4vw;
	}
	
	.one-of-three p {
		font-size: 1em;
		
	}
	
	
	.gallery {
		width: 99vw;
	}
	
	#wrapper {
		margin-top: 17vw;
	}
	
	.heading center {
		height: 10vw;
	}
	.feturette-links {
		width: 80vw;
		min-height: 60vw;
		margin-left: 9vw;
	}
	
	.feturette-links-pic {
		width: 70vw;
		height: 55vw;
	}
	
	#appointment {
		
	}
	
	
	#wand {
		background-position: -60vw 0;
	}
	
	#wand:hover {
		background-position: -60vw -183px;
	}
	
	#eand {
		
	}
	
	#footer {
		
	}
	
	#footer p {
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 600px) {
	#wrapper {
		height: 127vw;
		margin-bottom: 10vw;
	}
	#contact {
	}
	#contact_form {
		width: 95vw;
		bottom: -62vw;
	}
	#contact_copy p {
		font-size: 1.3em;
	}
	
	.whiteBox {
		height: 64vw;
		margin-left: -12px;
	}
#contact_message {
		resize: both;
		max-width: 500px;
		min-width: 400px;
		height: 150px;
	}
	#message {
		resize: both;
		max-width: 500px;
		min-width: 400px;
		height: 150px;
	}
}

@media only screen and (max-width: 530px) {
	#wrapper {
   		height: 155vw;
   		margin-bottom: 10vw;
	}
	#form_contact {
		width: 98vw;
	}
	
	.contact {
		margin-bottom: 90vw;
	}
	
	#contact {
		width: 94vw;
	}
	.center-copy2 {
		font-size: 2em;
	}
	
	#contact_copy {
		font-size: 0.6em;
	}
	
	.whiteBox {
		width: 99vw;
		height: 95vw;
		margin-left: -10px
	}
	
	#contact_form {
		height: 70vw;
		bottom: -80vw;
	}
	
	#contact_copy p {
		font-size: 0.9em;
	}
	
	#msgBox {
		
	}
	
	#msgHeader {
		position: relative;
		left: 3vw;
	}
	
	#contact_message {
		position: relative;
		left: -10vw;
		top: 4vw;
		margin-bottom: 5vw;
		resize: both;
		max-width:250px;
		min-width:200px;
		height: 100px;
	}
	
	#message {
		position: relative;
		left: -10vw;
		top: 4vw;
		margin-bottom: 5vw;
		resize: both;
		max-width:250px;
		min-width:200px;
		height: 100px;
	}
	
	#contact_message textarea.horiz { 
	}
	
	#footer {
		
	}
	
	#footer p {
		font-size: 0.5em;
	}
}


@media only screen and (max-width: 440px) {
	
	#wrapper {
		height: 170vw;
	}
	
	#cell {
		top: 17vw;
	}
	
	#monitor img {
		width: auto;
		height: 65vw;
	}
	
	#monitor img{
		
	}
	
	#fairy {
		margin-left: 65vw;
	} 
	
	#fairy img {
		height: 25vw;
		width: 25vw;
	}
	
	
	#appointent {
		font-size: 0.6em;
	}
	
	#wand {
		height: 40vw;
		background-position: -95vw 0;
	}
	
	
	#wand:hover {
		background-position: -95vw -183px;
	}
	
	#contact_copy p {
		font-size: 0.8em;
	}
	
	#contact_form {
		height: 100vw;
		bottom: -101vw;
	}
	
	#reg_email {
		resize: vertical;
		width: 80%;
	}
	
	.whiteBox {
		height: 105vw;
		margin-left: -7px;
	}
}


@media only screen and (max-width: 380px) {
	#monitor {
    	height: 74vw;
	}
	
	#monitor img {
		width: auto;
		height: 85vw;
	}
	
	#fairy img {
   		height: 25vw;
    	width: 25vw;
		margin-left: -30vw;
	}
	
	#appointment {
		height: 20vw;
	}
	
	#appointment h1 {
		font-size: 1.9em; 
	}
	
	#wand {
		height: 32vw;
		background-size: 140vw 70vw;
		background-position: -60vw 5px;
		margin-top: 24vw;
	}
	
	
	#wand:hover {
		background-position:-60vw -98px;
	}
	
	#footer p {
		font-size: 0.7em;
	}
}

@media only screen and (max-width: 260) {
body {
	width: 99vw;
	overflow: hidden;
}


#cel {
	width: 100;
	top: 8vw;
	left: 0;
}

}