/* CSS Document */

/*reset*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

/*web fonts*/	
@font-face {
	font-family: MySerif;
	src: url('../fonts/AniBeatriceCursive.ttf');
}

@font-face {
	font-family: MySansSerif;
	src: url('../fonts/aleo/Aleo-Regular.otf');
}

@font-face {
	font-family: CodeBold;
	src: url('../fonts/code/CODEBold.otf');
}

@font-face {
	font-family: CodeLight;
	src: url('../fonts/code/CODELight.otf');
}

#mobilecontainer {
	width: 100%;
}

#header {
	width: 100%;
	height: 50px;
}

/*header logo and name*/
.logo {
	float: left;
	width: 75px;
	height: 75px;
}

.name {
	font-family: MySerif;
	float: left;
	color: #f0446e;
	font-size: 22px;
}

.name2 {
	position: relative;
	font-size: 13px;
	font-family: MySansSerif;
	left: 130px;
	top: -40px;
	
}

h1 {
	font-family: MySerif;
	color: #f0446e; /*strawberry pink*/
}

h2 {
	font-family: MySerif;
	color: #6cbba4; /*dark teal*/
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3 {
	font-family: MySerif;
	color: #f0446e;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p {
	font-family: MySansSerif;
	margin-top:0px;
}


#mobilenavlist {
	width: 75%;
	margin-right: -40px;
}

#mobilenavlist ul{
	text-align: center;
	list-style: none;
	font-family: MySansSerif;
	font-weight: 300;
	font-size: 18px;
}

#mobilenavlist a {
	text-decoration: none;
	color: #f0446e;
}

#mobilenavlist li:hover {
	background-color: #FFF0F5;
}

#mobilenavlist li {
	margin: 2%;
	padding-right: 7%;
	padding-left: 7%;
	padding-bottom: 5%;
	padding-top: 5%;
	border: 1px solid black;
	border-radius: 20px;
	width: 100%;
}

.serif {
	font-family: MySerif;
	font-size: 22px;
}

/*turn off image slider*/
.slider {
display: none;
}
		
/* Turns off navigation */
.navlist {
display: none;
}

li.navlist {
display: none;
}

.navlist li a {
display: none;
}

.navlist li a:hover {
display: none;
}

.toplinks {
display: none;
}

.stylistimg {
	border-radius: 50%;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 30px;
	margin-bottom: -20px;
}

.left .stylists {
	float: left;
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 30px;
}

.stylistdesc {
	width: 100%;
	
}

.right {
	float: left;
	background-color: #ededed;
	width: 132.5%;
	height: 480px;
	margin-left: -20%;
}

.right .stylists {
	width: 60.3774%;
	/*margin-left: 7.547%;*/
	padding-left: 22%;
	padding-right: 18%;
}

.mobileclear {
	clear: both;
}

#content {
	/*width: 100%;*/
	margin: auto;
	margin: 20px;
	float: left;
	padding: 2%;
}

.contactform {
	width: 100%;
	margin-top: 15px;
	border: 1px solid black;
	padding: 5px;
}

.contactformlabel {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 30px;
	padding-top: 0px;
}

textarea {
	width: 100%;
	border: 1px solid #f0446e;
	padding: 5px;
}

.rounded {
	display: none;
}

.submit {
	font-family: MySansSerif;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	border: 0px;
	background-color: #f0446e;
	margin-left: -.5px;
	margin-top: 5px;
	padding: 10px;
	letter-spacing: 2px;
}

.dropdown {
	font-family: MySansSerif;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	border: 0px;
	background-color: #f0446e;
	letter-spacing: 2px;
	padding: 0px;
}

.hoverpink {
	display: none;
}

.paddingcontact {
	padding-top: -20px;
	padding-left: 0px;
}

.loginform {
	width: 55%;
	background: rgb(240, 68, 110); /* Fall-back for browsers that don't support rgba */
    background: rgba(240, 68, 110, .1);
	border-radius: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 40px;
	margin: auto;
}

.loginform input {
	border: 0px;
}

.registerlink {
	width: 60%;
	margin-left: 6%;
	margin: auto;
}

#footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 11px;
	width: 100%;
}

.titles {
	text-align: center;
	margin: 0px;
}

/*links*/
a {
	font-family: MySansSerif;
	color: #f0446e;
	text-decoration: none;
}

a:hover {
	color: #6cbba4;
}

/*jquery show hide nav on services and events */
.jquerynav {
	float: left;
	text-decoration: none;
	list-style: none;
	font-family: MySansSerif;
}

.showhide + div {
	display: none;
}

.teal {
	color: #6cbba4;
}

.teal:hover {
	color: #f0446e;
	cursor: pointer;
}

#column1 {
	float: left;
}

#columnd2 {
	display: none;
}

.styles {
	border-radius: 25%; 
	width:35%; 
	float:left;
	padding-right:15px;
	padding-top: 15px;
}

/*photos for mani and pedi*/
.styles2 {
	border-radius: 25%; 
	width:42%; 
	float:left; 
	padding-right:15px
}

.styles3 {
	display: none;
}

.showhide {
	margin: auto;
}

.center2 {

}

.welcomemsg {
	display: none;
}

.column2 {
	float: left;
}

.paddingcontact {
	padding-top: -20px;
}

.largecall {
	display: none;
}

.contactheaders {
	font-size: 22px;
}

.categoryitems {
	background-color: white;
}

.clear {
	clear: both;
}

/*nav*/
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #f0446e;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #f0446e;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #6cbba4; /* Edit this to change the icon color */
  font-family: MySansSerif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 50px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}

.eventsimg {
	display: none;
}