/*

font-family: 'Great Vibes', ;
font-family: 'Zilla Slab', ;
font-family: 'Open Sans', ;

color: #110a0f; Deep purple
color: #1f1f1f; v Dark grey
color: #666; Mid grey
color: #d97d86; Heading pink
coor: #fdf6f4; Soft pink bkgd

*/



body {
	font-family: 'Open Sans', sans-serif;
	width:100%;
	height:100%;
	margin: 0;
	color: #1f1f1f;
	font-size: 15px;
	background-color: #e2d3ea;
}

/* TYPOGRAPHY STYLES*/

p {
	line-height: 26px;
	margin-bottom: 15px;
}
a {
	color: #d97d86;
	text-decoration: none;
}
a:hover,
a:active,
a:visited {
	color: #d97d86;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: 'Zilla Slab', sans-serif;
	color: #1f1f1f;
	position: relative;
}

h1 {
	font-size: 36px;
	margin-bottom: 30px;
}
h2 {
	font-size: 36px;
	margin-bottom: 25px;
}
h3 {
	font-size: 30px;
	margin-bottom: 25px;
}
h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
h5 {
	font-size: 21px;
	margin-bottom: 20px;
}

/* BUTTON STYLES*/

.btn {
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
}
.btn-primary {
	background-color: #d97d86;
	color: #ffffff;
	font-family: 'Zilla Slab', sans-serif;
	text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
	background-color: #b5626a;
	color: #ffffff;
}
.btn-secondary {
	background-color: #1f1f1f;
	color: #ffffff;
	font-family: 'Zilla Slab', sans-serif;
	text-transform: uppercase;
}
.btn-secondary:hover {
	background-color: #1f1f1f;
	color: #ffffff;
}


/* MISC STYLES*/

.mb15 {margin-bottom: 15px;}
.mb30 {margin-bottom: 30px;}
.mt30 {margin-top: 30px;}
.cm-text {
	display: block;
	margin-bottom: 15px;
}
.spacer30 {display:block; clear:both; height:30px; overflow:hidden;}
.spacer60 {display:block; clear:both; height:60px; overflow:hidden;}

.position-relative {
	position: relative;
}
.text-center {
	text-align: center;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
}
.no-margin {
	margin: 0;
}

.section {
	padding: 60px 0;
}
.main-wrapper {
	background-image: url('../images/main-rose-bkgd.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.cta-strip {
	text-align: center;
	padding: 30px 0;
	background-color: #d97d86;
}
.cta-strip .btn {
	background-color: #fdf6f4;
	color: #1f1f1f;
}
.cta-strip h3 {
	color: #fdf6f4;
}

.beauty-room {
	border: 5px solid #ffffff;
	height: 335px;
	text-align: center;
}

/* HEADER & NAV STYLES*/

header {
	margin: 30px 0 15px 0;
}
header .logo {
	margin: 0 auto;
	text-align: center;
	font-family: 'Great Vibes';
	text-decoration: none;
	font-size: 44px;
    line-height: 34px;
    color: #1f1f1f;
}
header .logo span {
	font-family: 'Zilla Slab';
	display: block;
	font-size: 30px;
	color: #d97d86;
}
header .bt-top-social, header .bt-top-social li {
    display: inline-block;
}
header .bt-top-social {
    list-style: none;
    padding-left: 0;
    margin: 18px 0 0 0;
}
header ul.bt-top-social li a {
    width: 35px;
    border-radius: 100%;
    background: #fff;
    height: 35px;
    line-height: 35px !important;
    display: inline-block;
    text-align: center;
}

.navbar {
	border: 0;
	margin: 0 0 -35px 0;
}

#navbar {
	background-color: #ffffff;
	border-radius: 50px;
	padding: 20px 10px;
	text-align: center;
}
#navbar .navbar-nav {
	 float: none; 
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.navbar-nav>li>a {
	font-family: 'Zilla Slab';
	color: #1f1f1f;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    border-right: 1px solid #1f1f1f;
}
.navbar-nav > li > a:hover {
	background-color: transparent;
}
.navbar-nav > li:last-child > a {
	border-right: none;
}

footer {
	padding: 60px 0;
}
footer h4 {
	font-family: 'Zilla Slab';
}
footer .ftr-link ul {
	padding-left: 16px;
}
footer .ftr-info p {
	font-size: 12px;
	line-height: 20px;
}
footer p.copyright {
	font-size: 12px;
	line-height: 20px;
	margin: 15px 0;
}



/* HOMEPAGE STYLES*/

#home-page .jumbotron {
	height: 500px !important;
	margin-bottom: 0;
	border-bottom: 0;
	position: relative;
}
#sub-page .jumbotron {
	height: 200px !important;
	margin-bottom: 0;
	border-bottom: 0;
	position: relative;
}
#home-page .jumbotron .jumbo-content  {
	width: 70%;
    top: 28%;
    text-align: center;
}
#home-page .jumbotron .jumbo-content h1,
#home-page .jumbotron .jumbo-content span.title  {
	font-size: 60px;
	margin-bottom: 25px;
}
#sub-page .jumbotron .jumbo-content h1,
#sub-page .jumbotron .jumbo-content span.title  {
	font-size: 70px;
	margin-bottom: 0;
}
.jumbotron {
	/*background-image: url("../images/hp-masthead-bkgd.jpg");*/
	/*height: 160px;*/
	padding: 0;
	min-height:100%;
  	background: url('../images/hp-masthead.jpg');
  	background-size: cover;
  	position: relative;
  	margin: 0 0 60px 0;
}

#home-page .jumbo-content {
	position: absolute;
	top: 34%;
    left: 15%;
    right: 15%;
    /*width: 100%;*/
}
#sub-page .jumbo-content {
	position: absolute;
	top: 44%;
    left: 15%;
    right: 15%;
    /*width: 100%;*/
}
.jumbo-content h1,
.jumbo-content span.title {
	color: #ffffff;
	font-size: 36px;
    font-weight: 500;
	line-height: 60px;
	text-shadow: 0 1px 1px #000;
	margin-bottom: 0;
	font-family: 'Great Vibes';
}
.jumbo-content h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 35px;
	text-shadow: 0 1px 1px #000;
	font-family: 'Zilla Slab';
}
.jumbo-content .btn {
	font-size: 18px;
	padding: 12px 30px;
}


.section h4 {
	font-family: 'Great Vibes';
	color: #d97d86;
	margin-bottom: 10px;
}	



.hp-service .content-inner {
	float: left;
    margin-top: 100px;
}
.hp-service a.btn,
.hp-intro a.btn {
	margin: 10px 0;
}
.hp-extra-service .content-inner {
	background-color: #fff;
	padding: 60px 30px;
	border-radius: 25px;
}

.hp-extra-service .content-inner a {
	font-weight: bold;
}

.price-list-columns p {
	line-height: 20px;
}
.price-list-columns ul {
	padding-left: 16px;
}

.contact-intro p.number {
	font-size: 18px;
	line-height: 30px;
}

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

	.navbar {
    	margin: 0 0 0 0;
	}
	.navbar-toggle {
		background-color: #fff;
    	border: 1px solid #1f1f1f;
    	float: none;
	    display: block;
	    margin: 0 auto;
	}
	.navbar-toggle .icon-bar {
		background-color: #1f1f1f;
	}
	.navbar-nav>li>a {
		border: 0;
	}
	.section.hp-service {
	    padding: 30px 0;
	}
	.hp-service .content-inner {
		text-align: center;
	}
	.hp-service img {
		display: none;
	}
	#home-page .jumbotron .jumbo-content {
		top: 10%;
		right: 10%;
		left: 10%;
		width: 80%;
	}
	.jumbo-content h3 {
		line-height: 30px;
	}

}
@media screen and (max-width: 575px) {

	#home-page .jumbotron .jumbo-content h1, #home-page .jumbotron .jumbo-content span.title {
		font-size: 48px;
	}

	#home-page .jumbotron .jumbo-content {
		top: 10%;
		right: 10%;
		left: 10%;
		width: 80%;
	}
	.jumbo-content h3 {
		line-height: 30px;
		font-size: 21px;
	}

}




