.intro {
	background-color: #B9FFFE;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	padding-right: 50px;
	padding-left: 50px;
	clear: left;
}


a[href^=tel] {
   text-decoration:none;
   color: #333;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color:#E5FFF5;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin-top: .4%;
	/* [disabled]margin-right: 0;
*/
	margin-bottom: 2%;
	margin-left: 1.1%;
}
.col:first-child {
	margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* For IE 6/7 */
}
/*  GRID OF THREE  */

.span_1_of_3 {
	width: 32.4%;
	margin-bottom: 15px;
}
.span_2_of_3 {
	width: 32.4%;
	margin-bottom: 15px;
}
.span_3_of_3 {
	width: 32.4%;
	margin-bottom: 15px;
}
.Span_3_Split {
	width: 100%;
	margin-right: 0%;
	margin-left: .0%;
}
.Gal_Title {
	background-color: #0F9;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}






.Gal_Description {
	background-color: #65E0FA;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.caption {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: italic;
	background-color:#6E9AE4;
}

.caption2 {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: italic;
}

.clearfix {
	clear: both;
}
body {
	margin-top: 0rem;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
}
.Layout-wrap {
	max-width: 1245px;
	margin-right: auto;
	margin-left: auto;
}
header {
	height: 500px;
	margin-bottom: 10px;
	padding-top: 20px;
	margin-top: 30px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	background-image: url(../images/Universal_Pictures/Ooh-Body-Art_Header_Small.jpg);
}
.img {
	margin-left: auto;
	maring-right: auto;
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

.review{
	maring-right: auto;
	display: block;
	width: 90%;
	max-width: 600px;
	height: auto;
	clear: both;
	padding: 5px;
	margin: 5px;
}



.Table_Center {
	margin-right: auto;
	margin-left: auto;
}
.Gallery_img {
	margin-left: auto;
	maring-right: auto;
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	clear: both;
	padding-bottom: 20px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
footer {
	clear: both;
	background-color:#1BB6F1
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0;
	background-color: #6CF;
}
.Layout-wrap header h1 {
	position: relative;
	clear: both;
	font-size: 1.5em;
	text-align: center;
	margin-top: -20px;
}
.Layout-wrap header h2 {
	position: relative;
	clear: both;
	font-size: 1.3em;
	text-align: center;
	margin-top: 0px;
}
#Book {
	display: none;
}
.Layout-wrap footer #FooterNav ul li a {
	margin-right: 5px;
	margin-left: 5px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
p {
	font-size: 1.0em;
}
#FooterNav li {
	margin-left: auto;
	text-align: center;
	display: inline;
	padding-top: 10px;
    color:black;
}
.Social {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.Social-Wrap {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
.Layout-wrap footer p {
	text-align: center;
}
.Layout-wrap footer ul {
	text-align: center;
}
.copyright {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: .8em;
	font-style: italic;
}
.footer_text {
	max-width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6, p {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* ~~ --------------From Dreamweaver---------- ~~ */
		
	/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 10px;
	padding-left: 10px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6F0;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #0FF
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #000;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}
figcaption {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.section.group footer #FooterNav .FooterPhone h4 {
	text-align: center; color: 
#000000}
.quote {
	color: #FFF!important;
	background-color: #0FF;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	clear: none;
}





 @media only screen and (max-width: 1000px) {
.col {
	margin: 1% 0 1% 0%;
}
.span_1_of_3 {
	width: 49%;
	margin-right: 1%
}
.span_2_of_3 {
	width: 49%;
	margin-left: 1%;
}
.span_3_of_3 {
	width: 100%;
}
.Span_3_Split {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
}
}
 @media only screen and (max-width: 600px) {
.col {
	margin: 1% 0 1% 0%;
}
.span_3_of_3, .span_2_of_3, .span_1_of_3 {
	width: 100%;
}
.Column3_Split {
	width: 100%;
	max-width: 600px;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}
.Span_3_Split {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
h2 {
	font-size: 1.9em;
}


.intro {
	
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	padding-right: 10px;
	padding-left:10px;
}



}
 @media (min-width: 700px) {
.Layout-wrap header h1 {
	position: relative;
	clear: both;
	font-size: 2em;
	text-align: center;
	margin-top: -10px;
}
.Layout-wrap header h2 {
	position: relative;
	clear: both;
	font-size: 1.8em;
	text-align: center;
}
.footer_text {
	max-width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.3em;
}
p {
	font-size: 1.1em;
}


@media (max-width: 720px) {

.intro {
	
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	padding-right: 25px;
	padding-left:25px;
}
}

 @media (min-width: 1200px) {
 header {
 height: 500px;
 margin-bottom: 10px;
 padding-top: 20px;
 margin-top: 30px;
 -webkit-background-size:cover;
 -moz-background-size:cover;
 -o-background-size:cover;
 background-size:cover;
 background-position:center;
 background-image: url(../images/Universal_Pictures/Ooh-Body-Art-Header.jpg);
}
 .Layout-wrap header h1 {
 position: relative;
 clear: both;
 font-size: 2em;
 margin-top: -10px;
 text-align: left;
 margin-left: 10px;
 margin-bottom: 5px;
}
 .Layout-wrap header h2 {
 position: relative;
 clear: both;
 font-size: 1.8em;
 text-align: left;
 margin-left: 140px;
}
 #Book {
 display: block;
 margin-left: 900px;
 margin-top: -90px;
 font-size: 1.4em;
 text-align: center;
}
 h1 {
font-size: 2.6em;
}
h2 {
font-size: 2.2em;
}
h3 {
font-size: 2.0em;
}
h4 {
font-size: 1.6em;
}
p {
font-size: 1.1em;
}
 .footer_text {
 max-width: 75%;
 text-align: center;
 margin-right: auto;
 margin-left: auto;
}
 .img {
 margin-left: auto;
 maring-right: auto;
 width: 98%;
}
}


.section.group .col.span_3_of_3 .Span_3_Split p a {
	color: #00F;
}
.section.group footer #FooterNav .footernav .footernav li a  {
	color: #000;
}
.section.group footer #FooterNav .footernav {
	color: #000;
}
.section.group footer #FooterNav .footernav .footernav li a {
	color: #000;
}
