html {
	background: url(/images/salon2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

body{
	background-color:transparent !important;
	font-family: 'Open Sans', sans-serif;
	font-size:.95rem;
	}

h1{
	/* font-family: 'trashbarusaregular'; */
	/* margin:10px 0 0 10px; */
	/* line-height: 100%; */
	}

h1,h2{color:#2b075c;}
h3{margin:0;}
h6{
	text-transform: uppercase;
	margin-bottom:0;
}

h6 span{
	font-size:.8rem;
}

.social{font-size:2em;margin-bottom:0;line-height:100%;}

address{
	margin-bottom:0 !important;
}

.container{
	/* text-align: center; */
	background-color:transparent !important;
	}


.frosting{
	background:rgba(255,255,255,0.85);
	border: 0px solid;
	border-radius: 15px;
	margin-top:10px;
	margin-bottom:30px;
	padding: 20px;
	}

.card-header{

	background:rgba(43,7,92,0.9);
	color:#fff;
}

.badge-secondary{
	background-color: #6a7f04;
}
.badge-light{
	background-color: #D1C0EA;
}

.badge-secondary:hover{
	background-color: #6a7f04 !important;
}

.card{
	background:rgba(255,255,255,0.75);
	margin-bottom:2em;
}
hr {
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 height: 1px;
 background-color:#999;
 color:#999;
 border: 0 none;
}

ul{
	list-style: none;
  padding: 0;
  margin: 0;
}
li{
	padding:.1rem .2rem;
}



.spa-services ul li{padding:3px 0;}


.services,
.cancellation{
	text-align: left;
	}

@media screen and (min-width: 768px) {
	h1{
		/* font-size:13em;
		margin-bottom:20px; */
		}
	h2{ font-size: 1.1em;	}
	h3{	font-size: 1.4em;	}
	h6:not(:first-child){
		margin-top:1.3rem;
	}
}

@media screen and (max-width: 767px) {
	h1{font-size:8em;}
	h2{	font-size: 1.1em;	}
	h3{	font-size: 1.1em;	}
	.dramatic{font-size:100%}
	h6{
		margin-top:1.3rem;
	}
}
