@charset "UTF-8";
/* CSS Document */


@import 'https://fonts.googleapis.com/css?family=Poiret+One';

@font-face {
	font-family: bebasreg;
	src: url(../fonts/BebasNeueRegular.ttf);
}

@font-face {
	font-family: bebaslight;
	src: url(../fonts/BebasNeueLight.ttf);
}

@font-face {
	font-family: bebasbook;
	src: url(../fonts/BebasNeueBook.ttf);
}

@font-face {
	font-family: bebasbold;
	src: url(../fonts/BebasNeueBold.ttf);
}

@font-face {
	font-family: bebasthin;
	src: url(../fonts/BebasNeueThin.ttf);
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
	height:100%;
	width:100%;
}

body {
	background-image: url( ../img/bg.jpg);
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	//background-size: cover;
	background-image-width:100%;
	margin: 0;	
	z-index: -100;
}


#blackbar {
	height:1vh;
	min-height: 6px;
    background:#000000;
    position: fixed;
	width: 100%;
	top: 0px;
	margin: 0px;
	z-index: 1050;
}

#hero {
	background-image: url( ../img/herobw.jpg);
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	background-image-width:100%;
	display: block;
	height: 55vh;
	//margin: 12vh 0 0 0; 
	padding: 0;
	z-index:0;
}


h1 {
	font-size: 3.68vh;
	//font-weight: bold;
	font-family: bebasreg;
}

h2 {
	font-size: 1.8vh;
	//font-weight: bold;
}

h3 {
	font-size: 3.1vh;
	font-family: bebasreg;
	line-height: 0vh;
}

h4 {
    color: inherit;
}

h5 {
	font-size: 4.6vw;
	font-family: 'Poiret One', cursive;
	//font-family: bebasbold;
	margin:48vh 2% 0 0;
	float: right;
	color: white;
	line-height: 0;
	text-align: right;
	z-index: 88;
}

h6 {
	font-size: 2.4vh;
	font-family: 'Poiret One', cursive;
	color: white;
	line-height: 0;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}

h7 {
	font-size: 3.1vh;
	font-family: bebasreg;
	line-height: 0vh;
	color: white;
	letter-spacing: 1px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}

/*h6 {
	font-size: 2.5vw;
	font-family: 'Poiret One', cursive;
	//font-family: bebasbold;
	margin:35vh 7% 0 0;
	float:right;
	color: white;
	line-height: 0;
	text-align: right;
	z-index: 88;
}*/

p {
	
	color: rgba(150,150,150,1);
}

.header {
    height:12vh;
	min-height: 6em;
    background: rgba(242,242,242,1);
    position: fixed;
	width: 100%;
	top: 0px;
	margin: 0px;
	z-index: 1000;
	box-shadow: 0px 0px 40px rgba(000,000,000,0.7);
}


.navcontainer {
	position: relative;
	height:50%;
	//width:20em;
	float:right;
	top: 3vh;
	margin:0 7% 0 0;
	//background: red;
	//vertical-align: middle;
}

.logo {
	background-image: url( ../img/logo.svg);
	background-repeat: no-repeat;
	position: relative;
	height:6vh;
	width:24vh;
	float:left;
	top: 3.5vh;
	//background: red;
	margin:0 0 0 7%;
	z-index:1200;
}

.topgap {
	height:12vh;
	width: 100%;
}

/*-------------
nav {
	position: relative;
	//vertical-align: middle;
	//top: calc(2vh + 20px);
	float:right;
	top: 3vh;
	//background: green;
	margin:0% 7% 0 0;
}

nav ul li {
	display:inline;
	//background: yellow;
	margin: 2vh;
	//padding-top: calc(2.5vh + 10px);
	font-size: 1.4em;
	font-family: bebaslight, 'Poiret One', sans-serif;
	font-size: 1.7em;
	//font-weight: bold;
}

nav ul a {
	vertical-align: middle;
	color:rgba(0,0,0,1);
	//background: blue;
	//padding: 2vh;
	//padding-top: calc(2.5vh + 10px);
	transition: all .3s ease-in-out;
}

nav ul a:hover {
	color:rgba(255,0,0,1);
}
----------------*/
a {
	text-decoration: none;
}


.pagewrapper {
	position: relative;
	width: 80%;
	max-width: 80em;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:-50;
}

.topvp {
	height: 87vh;
	width: 100%;
	background:#ffffff;
	box-shadow: 0 10px 8px -8px rgba(000,000,000,0.5);
}

.break {
	height: 70vh;
	width: 100%;
}

.bottomvp {
	height: 76vh;
	width: 100%;
	z-index: 50;
	background:#ffffff;
}

iframe[seamless] {
    display: block;
}
	
.hours {
	position: relative;
	bottom: 1vh;
	float: center;
	margin: auto;
	width:20%;
	min-width:15em;
	height: 34vh;
	padding: 1vh;
    background: #F0F0F0;
    //border: 1px solid #CCC;
	z-index: 90;
	box-shadow: 0 10px 8px -8px rgba(000,000,000,0.5);
	font-family: 'Poiret One', cursive;
	text-align: center;
	vertical-align: middle;
	font-size: 1.5vh;
	line-height: 0.5vh;
}

.downbtn {
	float: center;
	margin: auto;
	height: 1vh;
	width: 6vh;
	//background: yellow;
}

.stylists {
	position: relative;
	top: 0vh;
	float: left;
	margin: 5%;
	width: auto;
	//min-width:25em;
	height: auto;
	padding: 3vh;
    background: rgba(204,204,204,.5);
    //border: 1px solid #CCC;
	border-radius: 20px;
	z-index: 100;
	box-shadow: 0 10px 8px -8px rgba(000,000,000,0.3);
	font-family: 'Poiret One', cursive;
}



.base {
	position: relative;
	height:11vh;
	float: bottom;
    background: rgba(102,102,102,1) ;
	width: 100%;
	margin: 0px;
	padding: 2vh 10%;
	z-index: 500;
}

 /*-----------------------------------------*/

.arrow {
	//float:left;
	position:relative;
	width: 0px;
	height: 0px;
	top: 2vh;
	margin: 0px;
	border-style: solid;
	border-width: 2vh 2vh 0 2vh;
	border-color: #000000 transparent transparent transparent;
	-webkit-transform:rotate(360deg)
}



.arrow:hover {
  opacity:1;
  //background-color:rgba(255,0,0,1);
  border-color: rgba(255,0,0,1) transparent transparent transparent;
  transition: all .3s ease-in-out;
}



  
 .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
  }
  
 /*-----------------------------------------*/
 
 


.astext {
    background: none;
    border:none;
    padding:1vh;
	margin: 0;
	line-height: 1;
	//padding-top: calc(2.5vh + 10px);
	font-family: bebaslight, 'Poiret One', sans-serif;
	font-size: 1.7em;
}

.astext:hover {
	color:rgba(255,0,0,1);
	transition: all .3s ease-in-out;
}



 /*----------------------For the hidden page .girls.html-------------------*/


@media only screen and (min-width:400px) and (max-width:900px) {
	
	
.header {
    height:12em;
	min-height: 12em;
    background: rgba(242,242,242,1);
    position: fixed;
	width: 100%;
	top: 0px;
	margin: 0px;
	z-index: 1000;
	box-shadow: 0px 0px 40px rgba(000,000,000,0.7);
}

#blackbar {
	height:1em;
	min-height: 6px;
    background:#000000;
    position: fixed;
	width: 100%;
	top: 0px;
	margin: 0px;
	z-index: 1050;
}



.navcontainer {
	position: absolute;
	float: center;
	top:7em;
	margin: auto;
	width:100%;
	//background: red;
	//vertical-align: middle;
}

nav {
	position: relative;
	float: center;
	top: 0;
	width: 26.5em;
	//background: green;
	margin: auto;
}

.astext {
	position: relative;
    background: none;
    border:none;
    padding: 0.2em;
	margin: 0;
	line-height: 1;
	//padding-top: calc(2.5vh + 10px);
	font-family: bebaslight, 'Poiret One', sans-serif;
	font-size: 1.7em;
	float: center;
}


.logo {
	background-image: url( ../img/logo.svg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height:4.5em;
	width:100%;
	margin: 0 0 0 0;
	top: 2.7em;
	//background: red;
	z-index:1200;
}

.topgap {
	height:14vh;
	width: 100%;
}

h5 {
	font-size:0;
}

h6 {
	//font-size: 3.5vw;
	
}
	
.topvp {
	height: 85vh;
	width: 100%;
	background:#ffffff;
	box-shadow: 0 10px 8px -8px rgba(000,000,000,0.5);
}

.hours {
	height: 34vh;
	bottom: 3vh;
	padding: 1vh;
	padding: 1em;
}

.stylists {
	position: relative;
	top: 5em;
	float: left;
	margin: 10%;
	width:80%;
	//min-width:25em;
	height: auto;
	padding: 3vh;
    background: rgba(204,204,204,.5);
    //border: 1px solid #CCC;
	border-radius: 20px;
	z-index: 100;
	box-shadow: 0 10px 8px -8px rgba(000,000,000,0.3);
}

.break {
	width: 100%;
	background: #000000;
	height: 0vh;
}

.bottomvp {
	height: 55vh;
	width: 100%;
	z-index: 50;
	background:#ffffff;
}

.base {
	height:4.5em;
	padding: 1em 5%;
	float: bottom;
}


}

@media only screen and (min-width:1px) and (max-width:399px) {
	

	
.header {
    height:8em;
	min-height: 8em;
    background: rgba(242,242,242,1);
    position: fixed;
	width: 100%;
	top: 0px;
	margin: 0px;
	z-index: 1000;
	box-shadow: 0px 0px 40px rgba(000,000,000,0.7);
}

#blackbar {
	height:0.5em;
	min-height: 6px;
    background:#000000;
    position: fixed;
	width: 100%;
	top: 0px;
	margin: 0px;
	z-index: 1050;
}



.navcontainer {
	position: absolute;
	float: center;
	top:4em;
	margin: 0;
	width:100%;
	//background: red;
	//vertical-align: middle;
}

nav {
	position: relative;
	float: center;
	top: 0;
	width: 26.5em;
	//background: green;
	margin: 0;
}

.astext {
	position: relative;
    background: none;
    border:none;
    padding: 0.2em;
	margin: 0;
	line-height: 1;
	font-family: bebaslight, 'Poiret One', sans-serif;
	font-size: 1.15em;
	float: center;
}


.logo {
	background-image: url( ../img/logo.svg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height:2.5em;
	width:100%;
	margin: 0 0 0 0;
	top: 1.5em;
	//background: red;
	z-index:1200;
}

.topgap {
	height:10vh;
	width: 100%;
}

h5 {
	font-size:0;
}

h3 {
	font-size: 1.2em;
	font-family: bebasreg;
	line-height: 0;
}

h6 {
	//font-size: 3.8vw;
	
}

	
.topvp {
	height: 88.5vh;
	width: 100%;
	background:#ffffff;
	box-shadow: 0 10px 8px -8px rgba(000,000,000,0.5);
}

.hours {
	height: 36vh;
	bottom: 1vh;
	padding: 1vh;
	padding: 1em;
}

.stylists {
	position: relative;
	top: 6em;
	float: left;
	margin: 5%;
	width: auto;
	min-width:10em;
	height: auto;
	padding: 3vh;
    background: rgba(204,204,204,.5);
    //border: 1px solid #CCC;
	border-radius: 20px;
	z-index: 100;
	box-shadow: 0 10px 8px -8px rgba(000,000,000,0.3);
}

.break {
	width: 100%;
	background: #000000;
	height:0vh;
}

.bottomvp {
	height: 50vh;
	width: 100%;
	z-index: 50;
	background:#ffffff;
}

.base {
	height:4.5em;
	padding: 1em 5%;
	float: bottom;
}
	
}