/*
  Global Reset
  Generals
  Header
  Content
  Footer
  Text Styles
  Colors
  Padding & Margins
  
Global Reset */   

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
a, em, font, img, small, strong, sub, sup, ol, ul, li,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', serif;
}
ol, ul {
  padding:0;
  margin:0;
}
    
/* Generals */

body {
    width:100%;
    height:auto;
    background:#fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size:16px;
    line-height:25px;
    font-weight: 300;
    color:#020202; /* black */
    text-align:left;
}

h1 {
	font-weight:400;
	font-size:18px;
	line-height:24px;
}
h2, h3, #Extras .title {
    font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	font-style:italic;
	margin-bottom:12px;
}

a:link, a:active, a:visited {
    border: 0;
    text-decoration:none;
}  
a:hover {
    border: 0;
    text-decoration:none;
}

.teal {
	color:#2d8893; /* teal */
}
.dkteal {
	color:#008598; /* dark teal */
}
.mdcream {
	color:#bea697; /* medium cream or #d1b9aa */
}
.ltcream {
	color:#ffeee2; /* lt cream */
}

.subtitle {
    font-weight: 900;
	font-size: 13px;
	line-height: 30px;
	font-style:italic;
	letter-spacing: .2em;
	text-transform: uppercase;
	color:#2d8893;
}

.creamlist {
	background: #fff7f1; /* lt cream */
	padding:30px 10px 10px 50px;
	margin-bottom: 25px;
}
.creamlist .title {
	font-weight:600;
	font-style:italic;
	font-size:20px;
	letter-spacing: .02em;
}
.creamlist ul {
     margin:20px 0;
}
.creamlist ul li {
	margin:15px 30px 15px 0;
	width: 44%;
	display: inline-block;
	vertical-align: top;
}

.bignumber {
	font-size: 24px;
	font-weight:100;
	margin-right:10px;
	vertical-align: bottom;
}

.button {
    background: #2d8893;
  padding: 7px 13%;
  color: white;
  font-style: italic;
  font-size: 16px;
  border-radius: 13px;
  font-weight: 400;
  letter-spacing: .05em;
}
.button.small {
	font-size: 13px;
	padding: 7px 25px;
	letter-spacing: .03em;
	border-radius: 20px;
}
.highlightbar {
    color:#008598; /* dk teal */
    background: #f8f0ea; /* cream */
    padding:4px 7px;
    border-radius: 3px;
    font-weight: 400;
}

.tiny {
	font-size: 11px;
	font-style: italic;
	letter-spacing: .05em;
	font-weight: 300;
}

strong {
    font-weight: 100;
}
i {
    font-style: italic;
}
.uppercase {
	text-transform: uppercase;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.center {
	text-align: center;
	margin:0 auto;
	display: table;
}


.coustard {
  font-family: "Coustard", serif;
  font-weight: 400;
  font-style: normal;
}

.coustard-bold {
  font-family: "Coustard", serif;
  font-weight: 900;
  font-style: normal;
}



/* Header */

#Header {
    min-width:525px;
    width:100%;
    max-width:1650px;
    height:auto;
    margin:0 auto;
    padding: 20px 0;
    text-align: center;
}
#Header .header-left, #Header .header-right {
	width:156px;
	margin:0 auto;
	display: inline-block;
	padding: inherit;
    vertical-align: top;
    margin-top: 10px;
}
#Header .header-left {
    text-align: center;
}
#Header .header-right {
    text-align: left;
}
#Header .logo {
    width:230px;
    display: inline-block;
}
#Header .logo img {
    width:150px;
    height:auto;
}
@media screen and (min-width: 452px)
{
	#HeaderMobile {
		display:none;
	}
}

@media screen and (min-width: 452px) and (max-width: 688px)
{
    #TestimonialBlocks .v1, #TestimonialBlocks .v2 {
        width: 100% !important;
    }
}

@media screen and (max-width: 451px)
{
	#Header {
		display:none;
	}
	#HeaderMobile {
        width: 290px;
        display:block;
        margin: 0 auto;
        text-align: center;
        padding: 14px 0 25px;
	}
	#HeaderMobile .logo {
        width: fit-content;
        margin-top: 17px;
        margin-right:25px;
        display: inline-block;
	}
	#HeaderMobile .logo img {
        width: 110px;
        height: auto;
	}
	#HeaderMobile ul {
        margin:0 auto;
        display: inline-block;
        width: 112px;
	}
	#HeaderMobile li {
        list-style: none;
        font-size: 13px;
        line-height: 28px;
        letter-spacing: .06em;
        text-transform: uppercase;
        font-weight: 600;
        text-align: left;
	}
	#HeaderMobile a:link, #HeaderMobile a:active, #HeaderMobile a:visited {
        border: 0;
    color:#020202; /* black */
    text-decoration:none;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 14px;
	}
	#HeaderMobile a:hover {
        border: 0;
    color:#1a1918; /* lt black */
    text-decoration:none;
    text-shadow:1px 1px 3px rgba(0, 0, 0, .1);
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .06em;
	}

    #ImageBlocks .dance, #ImageBlocks .massage {
    	height: 320px !important;
    }
     #TestimonialBlocks .v1, #TestimonialBlocks .v2 {
        width: 60% !important;
    }
}	

@media screen and (max-width: 688px)
{
	#Header .logo {
        width: 160px;
    }
    #Header .logo img {
        width: 120px;
    }
    #Header .header-left, #Header .header-right {
        width: 146px;
    }
    #Hero {
    	padding: 3% 1% 40px !important;
    	box-shadow: inset 0 -550px 0 0 #2d8893 !important;
    }
    #ImageBlocks .massage {
    	margin-right: 1% !important;
    }
    #TestimonialBlocks {
        margin: -30px auto 32px !important;
    }
    
    #TestimonialBlocks .v1 {
    	margin-bottom: 30px;
    }
    #Massage {
    	padding: 40px 20px !important;
    }
    .floatright {
    	float: none;
    }
    #Massage .textblock {
        max-width: inherit;
        width: 90%;
        min-width: inherit;
        display: inherit;
        margin: 0 auto;
    }
    #Massage #TestimonialBlocks {
        width: 100%;
        min-width: inherit;
        max-width: inherit;
        margin: 50px auto 10px !important;
        display: block;
        text-align: center;
    }
    .button {
    	margin: 0 auto;
        display: table;
    }
    .creamlist {
    	padding: 30px 40px 10px 40px !important;
    }
    .creamlist ul {
        margin: 0;
    }
    .creamlist ul li {
        margin: 8px 0;
        width: 100%;
    }
    #Dance {
    	padding: 80px 20px 40px !important;
    }
    #Dance .wrap {
    	display: block !important;
    	margin: 0 auto;
        text-align: center;
        width: 80% !important;
    }
    #Dance img.oneTwoPicSet {
        height: auto;
        max-width: 360px;
        width: 100%;
    }
    #Dance .whiteboxButton {
        margin: -50px 0 40px 84px;
    }
    #Dance .gap {
        display: none !important;
    }
    #Dance .textblock {
        display: block !important;
        width: 90% !important;
        margin: 0 auto 50px;
    }
    #Dance .creamlist {
        padding: 30px 30px 10px 40px;
    }
    #Dance .creamlist ul ul li {
        width: 100% !important;
        margin-right: 0 !important;
    }
    #Footer .info {
        width: 90% !important;
        display: block !important;
        margin: 30px auto 0;
        text-align: center;
    }
}


#ImageBlocks {
	margin-top:20px;
}

#ImageBlocks .massage {
	position: relative;
	background: url(images/img-main-massage.jpg) #000;
	background-size: contain;
	height:400px;
	width:40%;
	max-width: 285px;
	display: inline-block;
	margin-right:3%;
}
#ImageBlocks .dance {
	position: relative;
	background: url(images/img-main-dance.jpg) #000;
	background-size: contain;
	height:400px;
	width:40%;
	max-width: 285px;
	display: inline-block;
}
#ImageBlocks .massage .boldtitle, #ImageBlocks .dance .boldtitle{
	position: absolute;
	top:35%;
	left:0;
	right:0;
	margin:0 auto;
	text-align: center;
	color:#fff;
	font-weight: 700;
	font-size:20px;
	letter-spacing:.02em;
}


#TestimonialBlocks {
     width: 100%;
     min-width: 360px;
     max-width: 600px;
     margin:-50px auto 32px;
}
#TestimonialBlocks .v1 {
  position: relative;
  background: #fff;
  padding: 20px 18px 28px 50px;
  border-radius: 20px 20px 20px 50px;
  display: inline-block;
  width: 40%;
  max-width: 360px;
  min-width: 150px;
  margin-right: 1%;
  box-shadow: 
  	inset -5px 16px 0 #fff, 
  	inset 16px -5px 0 #fff, 
  	inset -5px -5px 0px #fff, 
  	inset -8px -8px 0px #000, 
  	5px 10px 20px rgba(0, 0, 0, .2);
  	vertical-align: super;
}
#TestimonialBlocks .v2 {
  position: relative;
  background: #fff;
  padding: 21px 15px 34px 46px;
  border-radius: 20px 20px 20px 50px;
  display: inline-block;
  width: 35%;
  max-width: 360px;
  min-width: 150px;
  box-shadow: 
      inset 0px 4px 0px #fff, 
      inset 22px 7px 0px #000,
      5px 10px 20px rgba(0, 0, 0, .2);
}
#TestimonialBlocks .quote {
    font-size: 110px;
  line-height: 115px;
    color:#020202;
    font-family: "Coustard", serif;
}
#TestimonialBlocks .v1 .quote {
	position: absolute;
	top:-22px;
	right:10px;
}
#TestimonialBlocks .v2 .quote {
	position: absolute;
	bottom: -84px;
    left: 31px;
}
#TestimonialBlocks .info {
	text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    display: block;
}
#TestimonialBlocks .name, #Testimonials .name {
	font-weight: 600;
    text-transform: uppercase;
    display: block;
    font-style: italic;
    font-size: 15px;
    letter-spacing: .03em;
    margin-bottom: 4px;
}
#TestimonialBlocks .starset {
    margin-bottom: 2px;
}
#TestimonialBlocks .starset img {
    width:105px;
}
#TestimonialBlocks .v2 .starset {
	margin-left: 18px;
}
#TestimonialBlocks .v1 .img {
  position: absolute;
  top: 62px;
  left: -23px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 5px solid white;
  background: #000;
  overflow: hidden;
  display: flex;
}
#TestimonialBlocks .v2 .img {
  position: absolute;
  top: -12px;
  left: 10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid white;
  background: #000;
  overflow: hidden;
  display: flex;
}



/* Content */

#MainContent {
    width:100%;
}
#Hero {
	background:#fff;
    background-size: cover;
	padding:3% 10% 20px;
	box-shadow:inset 0 -320px 0 0 #2d8893;
	text-align: center;
}
#Hero .subtitle {
	
}
#Hero h1 {
	font-weight:500;
	font-size:21px;
	line-height:30px;
}


/* --- Sections --- */

#ViewTestimonials {
	width:90%;
	text-align: center;
	margin: 0 auto;
	font-weight: 400;
}
#ViewTestimonials a:link, #ViewTestimonials a:active  {
    border: 0;
    color:#ffeee2; /* ltcream */
    text-decoration:none;
}
#ViewTestimonials a:hover {
    border: 0;
    color:#fff;
    text-decoration:none;
}


#Massage {
	max-width: 800px;
    width:90%;
    min-width:310px;
	margin:0 auto;
	padding:80px 20px;
}
#Massage img.threePicSet {
	height: auto;
    max-width: 480px;
    width:100%;
    min-width:310px;
}
#Massage .textblock {
	max-width: 400px;
    width:100%;
    min-width:207px;
    display: block;
}
#Massage p {
    margin-bottom:23px;
}
#Massage .creamlist ul li {
	list-style: none;
}
#Massage #TestimonialBlocks {
     width: 100%;
     min-width: 360px;
     max-width: 700px;
     margin: 80px auto 40px;
     display: block;
}
#Massage #TestimonialBlocks .v1 {
	padding: 20px 18px 28px 35px;
	vertical-align: middle;
	box-shadow: 
		inset -5px 16px 0 #fff, 
		inset 16px -5px 0 #fff, 
		inset -5px -5px 0px #fff, 
		inset -8px -8px 0px #000, 
		3px 4px 10px rgba(0, 0, 0, .2);
}


#DanceWrapper {
	width:100%;
	background: #e3eaed; /* lt grey */
}
#Dance {
	max-width: 800px;
    width:90%;
    min-width:310px;
	margin:0 auto;
	padding:80px 20px;
}
#Dance .wrap {
	display: inline-block;
	width: 50%;
}
#Dance .gap {
    width: 3%;
    display: inline-block;
}
#Dance img.oneTwoPicSet {
	height: auto;
    max-width: 410px;
    width:100%;
    min-width:310px;
    margin-right: 35px;
}
#Dance .whiteboxButton a:link, #Dance .whiteboxButton a:active, #Dance .whiteboxButton a:visited {
    border: 0;
    color:#2d8893; /* teal */
    text-decoration:none;
}  
 #Dance .whiteboxButton a:hover {
    border: 0;
    color:#008598; /* dk teal */
    text-decoration:none;
    font-style: italic;
}
#Dance .whiteboxButton {
    margin: -60px 0 40px 34px;
    text-align: center;
    padding: 6px 28px;
    background: #fff;
    display: block;
    width: fit-content;
    border-radius: 40px;
    font-size: 14px;
}
#Dance .textblock {
	margin-top: 30px;
    margin-bottom: 50px;
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
#Dance p {
    margin-bottom:23px;
}
#Dance .textblock ul {
    margin-bottom: 27px;
}
#Dance .textblock ul li {
	list-style: none;
	display: inline-block;
	width:fit-content;
	margin-right: 25px;
    margin-bottom: 10px;
}
#Dance .creamlist {
padding: 30px 10px 10px 40px;
}
#Dance .creamlist ul {
  margin: 0;
}
#Dance .creamlist ul ul {
	margin-left: 16px;
}
#Dance .creamlist ul li {
  margin: 0 0 15px 0;
  width: 100%;
  vertical-align: top;
  font-weight: 600;
  font-style: italic;
  letter-spacing: .04em;
  text-transform: uppercase;
}
#Dance .creamlist ul ul li {
  width: 27%;
  display: inline-block;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  text-transform: inherit;
  line-height: 23px;
  margin-right: 42px;  
  text-indent: -.8em;
}

#Extras {
	max-width: 700px;
    width:70%;
    min-width:310px;
	padding: 60px 0;
    text-align: center;
    margin: 0 auto;
}
#Extras p {
	padding-top: 20px;
}
#Extras b {
    font-weight: 600;
}


/* --- Testimonials Page --- */

.titleSection {
	width:80%;
	margin:20px auto 0;
	text-align: center;
}
.testimonialSection #Hero {
	box-shadow: none !important;
}
#Testimonials {
	background:#fff;
	padding: 2% 0 0% 0;
	text-align: center;
	margin:0 auto 7% auto;
	width: 100%;
}
#Testimonials li {
	position: relative;
	list-style:none;
	width: 30%;
	margin: 2%;
	display: inline-block;
	min-width: 200px;
	vertical-align: top;
	box-shadow: 5px 3px 16px rgba(0, 0, 0, .2);
    padding: 20px 40px 25px;
    background: #fff;
}
#MassageTestimonials, #DanceTestimonials {
	margin-bottom: 30px;
}
#Extras.coloredBar {
    background: #2d8893;
    width:100% !important;
    max-width: inherit !important;
    min-width: inherit !important;
    margin-bottom:36px;
}
#Extras.coloredBar p, #Extras.coloredBar span {
	max-width: 700px;
    width: 70%;
    min-width: 310px;
    margin:0 auto;
    text-align: center;
    color:#fff;
    letter-spacing: .02em;
}
#Testimonials .starset img {
    width:105px;
    margin-bottom: 2px;
    margin-top:10px;
}
#Testimonials .name {
    margin-top: 5px;
}



/* Footer */

#MainFooter {
	width:100%;
	background: #e3eaed; /* lt grey */
}
#Footer {
    max-width: 800px;
    width:90%;
    min-width:310px;
    margin:0 auto;
    padding: 80px 0 60px;
}
#Footer .photo {
	width:160px;
	height: 190px;
	display:inline-block;
	margin-right:3%;
	background: #000;
	vertical-align: top;
}
#Footer .links {
    display:inline-block;
    margin-right:7%;
    vertical-align: top;
}
#Footer .links .logo {
    height:auto;
    width:140px;
}
#Footer .links ul {
	margin-left:19px;
}

#Footer .links li {
    list-style: none;
}
.contacticon {
	height: 14px;
    width: auto;
    margin-right: 4px;
    vertical-align: middle;
}
#Footer .info {
    width: 46%;
    display:inline-block;
    vertical-align: text-top;
}


#Header a:link, #Footer a:link, #Header a:active, #Footer a:active, #Header a:visited, #Footer a:visited {
    border: 0;
    color:#020202; /* black */
    text-decoration:none;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 14px;
}  
#Header a:hover, #Footer a:hover {
    border: 0;
    color:#1a1918; /* lt black */
    text-decoration:none;
    text-shadow:1px 1px 3px rgba(0, 0, 0, .1);
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .06em;
}

#MainFooter .servingarea {
	width:100%;
	background:#2d8893; /* teal */
	text-align: center;
	color:#fff1e8; /* cream */
	font-size:15px;
	padding:26px 0 24px;
	font-style: italic;
	letter-spacing: .03em;
}

#Copyright {
    padding:10px;
    font-size:9px;
    line-height:11px;
    letter-spacing:.01em;
    color:#aaa396; /* dark cream */
    text-align:center;
	background:#030202;/* black */
}