@import "../../assets/fonts/myriad/MyriadPro.css";
@import "../../assets/fonts/hensa/Hensa.css";

body{
	font-family: myriad;
	background-color: #F5EEE6;
	color: #707070;
	
}

/*h1{
	font-size: 50px;
    font-family: hensa;
    color: #C86B85;
    text-align: center;
}*/

.header{
	font-family: hensa;
	height: 170px;
	line-height: 170px;
	color: #C86B85;
	font-size: 50px;
	background-color: #fff;
	width: 100%;
}

.nav-bar{
	border-top: 1px solid #D5D5D5;
	background-color: #fff;
	width: 100%;
}

.nav-bar-stick{
	background-color: #f3d7ca;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    transition: all .2s ease-in-out;
}


.nav-bar ul{
	height: 100%;
	/*margin: auto;*/
	width: 100%
}
.nav-bar ul>li{
	margin: 0px auto 0px auto;
}
.nav-bar a{
	color: #707070;
	font-size: 17px;
	font-weight: 800;
	align-content: center;
    display: grid;
}
.nav-bar li>.active {

}
.navbar-light .navbar-nav .active>.nav-link {
	color: #C86B85;
	border-top: 1px solid #C86B85;
}

@media (min-width: 768px){
	.nav-bar{
		height: 60px;	
	}
	.nav-bar nav{ 
		padding-top: 0;
	    padding-bottom: 0;
	}
	.nav-item .active{
		border-top: #C86B85;
	}

	.nav-bar *{
		height: 100%;
	}
}


.banner{
	height: 530px;
	background-image: url("../images/shutterstock_393354016.jpg");
 	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
  	background-size: cover;
}

.banner .banner-content{
	padding-top: 90px;
}

.banner h3{
	font-family: myriad;
	font-weight: 800;
	font-size: 26px;
	color: #707070;
	padding: 10px 0 10px 0;
}

.banner p.banner-desc{
	font-size: 24px;
	color: #707070;
	line-height: 32px;
}
.banner a.btn{
    background-color: #C86B85;
    color: #fff;
    font-family: myriad;
    font-weight: 800;
    width: 174px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 20px;
    font-size: 18px;
    border-radius: 0;
}

.what-we-do{
	padding: 80px 0px;
}
.what-we-do h1{
	font-size: 50px;
    font-family: hensa;
    color: #C86B85;
    text-align: center;
    margin-bottom: 60px;
}
.what-we-do i{
	font-size: 60px;
	border: 1px solid;
	border-style: dashed;
    border-radius: 50%;
    line-height: 150px;
    height: 150px;
    width: 150px;
    color: #E6A4B4;
    transition: all .3s ease-out;
}

.what-we-do i:hover{
	animation: all .5;
    color: #C86B85;
}

.what-we-do span.title{
	padding: 24px 0px;
	font-size: 24px;
	font-weight: 800;
	color: #707070;
	display: block;
}

.what-we-do p.desc{
	width: 100%;
    margin: auto;
    font-size: 20px;
    color
} 	

.spa-party{
	padding: 30px 0px;
	background-color: #E6A4B4;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.spa-party hr{
	border-color: #F5EEE6;
	margin-top: 20px;
}

.spa-party h1{
	color: #F5EEE6;
	font-family: hensa;
	font-size: 40px;
}

.spa-party .content{   
 	margin: 30px 0px;
}

.spa-party .img>img{
	width: 100%;
	height: auto;
}

.spa-party p{
	margin-left: 25px;
    margin-right: 25px;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}

.group-reservation{
	padding: 50px 0px;
}

.group-reservation hr{
	border-color: #C86B85;
	margin-top: 20px;
}

.group-reservation h1{
	color: #C86B85;
	font-family: hensa;
	font-size: 40px;
}

.group-reservation .content{   
 	margin: 30px 0px;
}

.group-reservation .img>img{
	width: 100%;
	height: auto;
}

.group-reservation p{
	margin-left: 25px;
    margin-right: 25px;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}

.group-reservation a.btn{
    background-color: #C86B85;
    color: #fff;
    font-family: myriad;
    width: 174px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 20px;
    font-size: 18px;
    border-radius: 0;
}

.store {
	background-color: #fff;
	padding: 50px 0px;
}
.store span.title{
	font-size: 40px;
	font-family: hensa;
	color: #C86B85;
	margin-bottom: 20px;
}

.store .store-hours{
	margin: auto;
	width: 70%;
	border: 1px solid #C86B85;
	margin-top: 20px;
}
.store .store-hours ul{
	margin: 30px 0px 30px 30px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.store .store-loc{
	margin: auto;
	/*width: %;*/
	margin-top: 20px;
}


.store .store-loc span.name{
	display: block;
	color: #C86B85;
	font-size: 20px;
	font-weight: 800;
}

.store .store-loc span.address{
	display: block;
	color: #707070;
	font-size: 18px;
	line-height: 26px;
	margin-left: 25px
}

.store .store-loc div{
	margin-bottom: 30px;
}

.footer{
	padding: 50px 0px;
}

.footer i{
    background-color: #F3D7CA;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 20px;
    line-height: 35px;
    color: #000;
    margin: 20px 15px 40px 15px;
}

.services-img{
	padding: 50px 0px;
}
.services-img h1{
	font-size: 50px;
    font-family: hensa;
    color: #C86B85;
    text-align: center;
    margin-bottom: 60px;
}

.services-img .img-cont{
	margin: auto;
	position: relative;
	width: 258px;

	border: 2px dotted #C86B85;
}

.services-img .img-cont:hover .overlay{
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    /*height: 40px;*/
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(255, 255, 255, 0.84);
}

.services-img .img-cont:hover .text{
	top: 35px;
    border-bottom: 1px solid #C86B85;
	width: 90%;
    transition: .5s ease;
}

.services-img .img-cont:hover .desc{
	opacity: 1;
	transition-delay: .2s;
}


.services-img .img-cont img{
	width: 100%;
}

.services-img .overlay {
    position: absolute;
    top: 15px;
    bottom: 130px;
    left: 15px;
    right: 15px;
    /*height: 60px;*/
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(243, 214, 201, 0.84);
}

.services-img .overlay .text{
	font-family: myriad;
	color: #000;
	font-size: 20px;
	font-weight: 800;
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;

    transition: .5s ease;
}

.services-img .overlay .desc{
	font-family: myriad;
    color: #707070;
    font-size: 12px;
    position: absolute;
    max-height: 90px;
    overflow: hidden;
    top: 98px;
    opacity: 0;
    width: 200px;
    left: 50%;
    max-height: 
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    transition: .5s ease;
    transition-delay: -.5s;
    word-wrap: break-word;
}

.services-list{
	font-family: hensa;
	color: #C86B85;
	position: relative;
}

.services-list .padd{
	padding: 40px 30px 30px 30px;
}

.services-list hr{
	border-color: #000;
	margin-top: 20px;
	  height: 1px;
}
.services-list hr.division{
	border-color: #000;
    margin: 20px 30px 20px 30px;
    border: 1px dashed #F3D7CA;
}

.services-list .content{
	width: 100%;
	display: block;
	font-size: 24px;
	font-family: myriad;
	font-weight: 800;
	padding: 0px 60px 0px 45px;
}

.services-list span.title{
	color: #000;
}

.services-list p.desc{
	font-size: 18px;
	max-width: 620px;
	word-wrap: break-word;
	/*margin-bottom: 50px;*/
}

.gallery{
	padding: 80px 0px;
}

.gallery h1{
	font-size: 50px;
    font-family: hensa;
    color: #C86B85;
    text-align: center;
    margin-bottom: 60px;
}

.gallery .gallery-container h1{
	font-size: 40px;
	margin-bottom: 0px;
	padding: 50px 0px 20px 40px;
	border-bottom: 1px solid #E6A4B4;
	margin-bottom: 40px;

}

.gallery .gallery-container img{
	width: 100%;
    height: 230px;
    object-fit: cover;
}

.gallery .gallery-container .img-cont{
	padding-bottom: 30px;
}

.gallery .gallery-container .img-cont:hover .overlay{
	height: 45%;
	padding: 10px;
}

.gallery .gallery-container .overlay {
    position: absolute;
    color: #707070;
    font-size: 18px;
    bottom: 30px;
    left: 15px;
    right: 15px;
    height: 0px;
    transition: .5s ease;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
}

.about1{
	padding: 80px 0px;
}

.about1 h1{
	font-size: 50px;
    font-family: hensa;
    color: #C86B85;
    text-align: center;
    margin-bottom: 60px;
}

.about1 .about1-container{
    width: 80%;
    margin: auto;
    min-height: 815px;
    padding: 50px;
   	background-color: #fff;
    border: dotted #C86B85;
}

.about1 .about1-container img{
    margin: 20px 0px 20px 0px;
}

.about1 .about1-container p{
	text-align: left;
    font-size: 20px;
    line-height: 40px;
    margin-top: 50px;
    color: #000;
}
.about1 .about1-container p .title1 {
    font-family: hensa;font-size: 40px; color: #C86B85;
    display: inline;
}

.about-image .about-image-container{
	background-color: #E6A4B4;
}


span.title1{	
    font-family: hensa;
    font-size: 40px;
    color: #C86B85;
    display: block;
}

.about-image{
	padding: 30px 0px;
	background-color: #E6A4B4;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
	
.about-image img{
	width: 100%;
	object-fit: cover;
	height: 450px;
}

.contact{
	padding: 80px 0px;
}

.contact .contact-container{
    width: 70%;
    margin: auto;
    min-height: 590px;
    padding: 50px;
   	background-color: #fff;
    border: dotted #C86B85;
    background-color: #E6A4B4;
}

.contact .contact-container form{
	margin: 20px;
	width: 100%;
}

.contact .contact-container hr{
	border-color: #C86B85;
    margin: 30px 0 30px 0;
}

.form-group label{
	text-align: left;
    color: #F5EEE6;
    font-size: 24px;
    font-weight: 800;
}

.form-group textarea{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 140px;
    padding: 10px;
}

.contact .contact-container .submit-btn{
	width: 100px;
    font-family: hensa;
    height: 43px;
    color: #C86B85;
    background-color: #F5EEE6;
    border-radius: 0;
    font-size: 20px;
    margin-top: 10px;
    box-shadow: 5px 6px 7px 0px rgba(0, 0, 0, 0.16);
}

.contact{
	padding: 80px 0px;
}
.contact h1{
	font-size: 50px;
    font-family: hensa;
    color: #C86B85;
    text-align: center;
    margin-bottom: 60px;
}

.contact .contact-container{
    width: 70%;
    margin: auto;
    min-height: 590px;
    padding: 50px;
   	background-color: #fff;
    border: dotted #C86B85;
    background-color: #E6A4B4;
}

.contact-loc{
	margin: 40px 0 80px 0;
}


.contact-loc h1{
	font-size: 50px;
    font-family: hensa;
    color: #C86B85;
	text-align: left;
    margin-bottom: 30px;
    margin-left: 40px;
}

.contact-loc .store-loc span.name{
	display: block;
	color: #C86B85;
	font-size: 20px;
	font-weight: 800;
	margin: 20px 0 10px 0;
}

.contact-loc .store-loc span.address{
	display: block;
	color: #707070;
	font-size: 18px;
	line-height: 26px;
	margin-left: 40px;
}

.contact-loc .store-loc span.email{
	display: block;
	color: #707070;
	font-size: 18px;
	line-height: 26px;
	margin-left: 40px;
	margin-top: 15px;
}

.contact-loc .store-loc a{
	background-color: #fff;
    border: 1px solid #000;
    height: 38px;
    width: 130px;
    color: #C86B85;
    margin-left: 40px;
}

.contact-loc .store-hours{
	margin: auto;
	width: 378px;
	border: 1px solid #C86B85;
	margin-top: 20px;
}
.contact-loc .store-hours ul{
	margin: 30px 0px 30px 30px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #c86b85;
    /*border-bottom: 1px solid;*/
    background-color: transparent;
}
#navbar-example2{
	background-color: #fff !important;
}

.google-maps {
    position: relative;
    padding-bottom: 60%; 
    height: 0px;
    width: 550px;
    margin: auto;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*ANIMATION*/

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}

	80% {
		-webkit-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		-moz-transform: translateX(20px);
	}

	80% {
		-moz-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	80% {
		-o-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		transform: translateX(20px);
	}

	80% {
		transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		-webkit-transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		-moz-transform: translateX(-20px);
	}

	80% {
		-moz-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		-o-transform: translateX(-20px);
	}

	80% {
		-o-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		transform: translateX(-20px);
	}

	80% {
		transform: translateX(5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}

.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}


/*

min
sm - 576px
md - 768px
lg - 992px
xl - 1200px

*/


/* Smaller than sm 

	##MOBILE

*/
@media only screen and (max-width: 575px) {
	
	.navbar-light .navbar-nav .active>.nav-link {
	    color: #C86B85;
	    border-bottom: 1px solid #C86B85;
	    border-top: none;
	}
	.banner {
    	height: 400px;
    }
    .banner h3{
        font-size: 20px;	
    }
    .banner p.banner-desc {
    	font-size: 16px;
    	line-height: 25px;
	}
	.banner a.btn {
	    width: 100px;
	    font-size: 11px;
	}
	.what-we-do {
	    padding: 50px 0px;
	}
	.what-we-do h1 {
	    font-size: 35px;
	    margin-bottom: 40px;
	}
	.what-we-do .serv-col{
		margin-bottom: 30px;
	}

	.what-we-do i {
	    font-size: 46px;
	    line-height: 100px;
	    height: 100px;
	    width: 100px;
	    transition: all .3s ease-out;
	}

	.what-we-do span.title {
	    padding: 12px 0px;
	    font-size: 20px;
	}
	.what-we-do p.desc {
	    width: 100%;
	    margin: auto;
	    font-size: 15px;
	    padding: 0px 25px 0px 25px;
	    /* text-align: -webkit-auto; */
	}

	.spa-party h1 {
	    font-size: 30px;
	}
	.spa-party p {
	    font-size: 15px;
	}
	.group-reservation h1 {
	    font-size: 30px;
	}

	.group-reservation p {
	    font-size: 15px;
	}
    .group-reservation a.btn {
	    width: 130px;
	    font-size: 14px;
	}
	.store span.title {
    	font-size: 35px;
	}
	.store .store-hours {
    	width: 260px;
    	margin-bottom: 20px;
	}
	.store .store-hours ul {
	    margin: 15px 0px 15px 4px;
	    font-size: 14px;
	}
	.store .store-loc span.name {
	    font-size: 14px;
	}
	.store .store-loc span.address {
	    font-size: 14px;
	    line-height: 20px;
	    margin-left: 0px;
	}
	.services-list h1{
		font-size: 30px;
	}
	.services-img h1 {
		font-size: 35px;
    	margin-bottom: 0px;
	}
	.services-list .padd {
    	padding: 40px 15px 30px 15px;
	}
	.services-list .content {
	    width: unset;
	    font-size: 16px;
	    padding: 0px 15px 0px 15px;
	}
	.services-list p.desc {
    	font-size: 13px;
	}
	.services-list p.desc {
	    max-width: 290px;
	 }
	.services-img h1 {
	    margin-bottom: 0px;
	}
	.gallery h1 {
		font-size: 35px;
	    margin-bottom: 0px;
	}
	.gallery h1.text-left{
		font-size: 35px;
		text-align: center !important;
	}
	.gallery .gallery-container h1 {
	    padding: 50px 0px 20px 0px;
	}
	.about1 h1 {
    	font-size: 35px;
    }
	.about1 .about1-container img {
    	width: 200px;
	}
	.about1 .about1-container {
	    width: 100%;
	    padding: 20px;
	}
	.about1 .about1-container p {
	    font-size: 13px;
	    line-height: 24px;
	    margin-top: 20px;
	}
	.about1 .about1-container p .title1 {
	    font-size: 18px;
	}
	.about-image img{
		height: 225px;
	}
	.contact h1{
		font-size: 35px;
	}
    .contact-loc h1 {
    	font-size: 35px;
	    text-align: center;
	    margin-left: unset;
	}
	.contact-loc .store-hours {
	    width: 260px;
	    margin-top: 20px;
	}
	.contact-loc .store-hours ul {
	    margin: 15px 0px 15px 4px;
	    font-size: 14px;
	}
	.google-maps {
	    width: 100%;
	}
	.contact .contact-container {
    	width: 100%;
    	padding: 10px;
	}
	.form-group label {
    	font-size: 17px;
	}

	.contact .contact-container .submit-btn {
	    width: 80px;
	    height: 36px;
	    font-size: 15px;
	}
	.contact-loc .store-loc{
		margin-bottom: 30px
	}
	.contact-loc .store-loc span.name {
	    font-size: 15px;
	}
	.contact-loc .store-loc span.address {
	    font-size: 13px;
	    line-height: 20px;
	}
	.contact-loc .store-loc span.email {
	    font-size: 13px;
	    margin-top: 7px;
	}
	.contact-loc .store-loc a {
	    height: 30px;
	    width: 110px;
	    font-size: 12px;
	}
}

/* SM

 	min: 576px
 	max: 767px

	##TABLETS

 */ 
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.navbar-light .navbar-nav .active>.nav-link {
	    color: #C86B85;
	    border-bottom: 1px solid #C86B85;
	    border-top: none;
	}
	.banner {
    	height: 400px;
    }
    .banner h3{
        font-size: 20px;	
    }
    .banner p.banner-desc {
    	font-size: 16px;
    	line-height: 25px;
	}
	.banner a.btn {
	    width: 100px;
	    font-size: 11px;
	}
	.what-we-do {
	    padding: 50px 0px;
	}
	.what-we-do h1 {
	    font-size: 35px;
	    margin-bottom: 40px;
	}
	.what-we-do .serv-col{
		margin-bottom: 30px;
	}

	.what-we-do i {
	    font-size: 46px;
	    line-height: 100px;
	    height: 100px;
	    width: 100px;
	}

	.what-we-do span.title {
	    padding: 12px 0px;
	    font-size: 20px;
	}
	.what-we-do p.desc {
	    width: 100%;
	    margin: auto;
	    font-size: 15px;
	    padding: 0px 25px 0px 25px;
	    /* text-align: -webkit-auto; */
	}
	.spa-party h1 {
	    font-size: 30px;
	}
	.spa-party .img>img {
	    width: 480px;
	    height: auto;
	}
	.spa-party p {
	    font-size: 18px;
	}
	.group-reservation h1 {
	    font-size: 30px;
	}
	.group-reservation p {
	    font-size: 18px;
	}
	.group-reservation a.btn {
	    width: 160px;
	    font-size: 18px;
	}
	.store span.title {
    	font-size: 35px;
	}
	.store .store-hours {
    	width: 260px;
    	margin-bottom: 20px;
	}
	.store .store-hours ul {
	    margin: 15px 0px 15px 4px;
	    font-size: 14px;
	}
	.store .store-loc span.name {
	    font-size: 14px;
	}
	.store .store-loc span.address {
	    font-size: 14px;
	    line-height: 20px;	
	}
	.services-img h1{
		font-size: 35px;
	}
	.services-list h1{
		font-size: 30px;
	}
	.services-img h1 {
    	margin-bottom: 0px;
	}
	.services-list .padd {
    	padding: 40px 15px 30px 15px;
	}
	.services-list .content {
	    width: unset;
	    font-size: 16px;
	    padding: 0px 15px 0px 15px;
	}
	.services-list p.desc {
    	font-size: 13px;
	}
	.services-list p.desc {
	    max-width: 390px;
	 }
	 .services-img h1 {
	    margin-bottom: 0px;
	}
	.about1 h1 {
    	font-size: 35px;
    }
	.about1 .about1-container img {
    	width: 200px;
	}
	.about1 .about1-container {
	    width: 100%;
	    padding: 20px;
	}
	.about1 .about1-container p {
	    font-size: 16px;
	    line-height: 30px;
	    margin-top: 20px;
	}
	.about1 .about1-container p .title1 {
	    font-size: 25px;
	}
	.about-image img{
		height: 225px;
	}
	.contact h1{
		font-size: 35px;
	}
    .contact-loc h1 {
    	font-size: 35px;
	    text-align: center;
	    margin-left: unset;
	}
	.contact-loc .store-hours {
	    width: 260px;
	    margin-top: 20px;
	}
	.contact-loc .store-hours ul {
	    margin: 15px 0px 15px 4px;
	    font-size: 14px;
	}
	.google-maps {
	    width: 100%;
	}
	.contact .contact-container {
    	width: 100%;
    	padding: 10px;
	}
	.form-group label {
    	font-size: 17px;
	}

	.contact .contact-container .submit-btn {
	    width: 80px;
	    height: 36px;
	    font-size: 15px;
	}
	.contact-loc .store-loc{
		margin-bottom: 30px
	}
	.contact-loc .store-loc span.name {
	    font-size: 15px;
	}
	.contact-loc .store-loc span.address {
	    font-size: 13px;
	    line-height: 20px;
	}
	.contact-loc .store-loc span.email {
	    font-size: 13px;
	    margin-top: 7px;
	}
	.contact-loc .store-loc a {
	    height: 30px;
	    width: 110px;
	    font-size: 12px;
	}
}

/* MD

 	min: 768px
 	max: 991px


 	##TABLETS

 */ 
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner a.btn {
	    width: 130px;
	    font-size: 14px;
	}

	.what-we-do i {
	    font-size: 50px;
	    line-height: 130px;
	    height: 130px;
	    width: 130px;
	}

	.what-we-do span.title {
	    padding: 12px 0px;
	    font-size: 20px;
	}
	.what-we-do p.desc {
	    font-size: 16px;
	}
	.spa-party h1 {
	    font-size: 30px;
	}
	.spa-party .img>img {
	    width: 100%;
	    height: auto;
	}
	.spa-party p {
	    font-size: 16px;
	    margin-top: 0px;
	}
	.group-reservation h1 {
	    font-size: 30px;
	}
	.group-reservation p {
	    font-size: 16px;
	    margin-top: 0px;
	}
	.group-reservation a.btn {
	    width: 130px;
   		font-size: 13px;

	}
	.store span.title {
    	font-size: 35px;
	}
	.store .store-hours {
    	width: 260px;
    	margin-bottom: 20px;
	}
	.store .store-hours ul {
	    margin: 15px 0px 15px 4px;
	    font-size: 14px;
	}
	.store .store-loc span.name {
	    font-size: 14px;
	}
	.store .store-loc span.address {
	    font-size: 14px;
	    line-height: 20px;	
	}
	.services-img .img-cont {
	    width: 100%;
	}
	.services-img .overlay {
    	bottom: 100px;
	}
	.services-img .overlay .text {
    	font-size: 16px;
    	top: 18px;
	}
	.services-img .overlay .desc {
	    font-family: myriad;
	    color: #707070;
	    font-size: 12px;
	    position: absolute;
	    max-height: 73px;
	    top: 77px;
	    width: 170px;
	}
	.services-img .img-cont:hover .text {
	    top: 25px;
	}
	.contact .contact-container {
    	width: 85%;
	}
	.contact-loc h1 {
    	font-size: 35px;
	    text-align: center;
	    margin-left: unset;
	}
	.contact-loc .store-loc{
		margin-bottom: 30px
	}


}

/* LG

 	min: 992px

 	##DESKTOPS

 */ 
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* XL

 	min: 1200px

 	##DESKTOPS

 */ 







/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  //CSS
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  //CSS
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/


@media (min-width: 768px) and (max-width: 1024px) {
  
  //CSS
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  //CSS
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  //CSS
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  //CSS
  
}