body,td,th {
	font-size: 13px;
	font-family: "Merge-Light", Helvetica;
	font-weight:normal;
	color: #5a4a42;
}

html {
  background: url(images/bkg3.png) no-repeat left top fixed;
  background-size: cover;
}

h1 {
	font-family: "Merge-Light", cursive;
	font-size: 4em;
	color: #5a4a42;
	margin-top: -10px;
	margin-bottom: 5px;
	text-align:left;
	padding-left:10px;
    text-shadow: 2px 2px 5px rgba(207, 221, 163, 0.7);
}
h2, h3, h4 {
	font-family: "Merge-Light", Helvetica;
	font-weight:normal;
}

h2 {
	font-size: 2em;
}
h3 {
	font-size: 18px;
	color: #ffd250;
	text-transform: uppercase;
}
h4 {
	font-size: 12px;
	text-transform: uppercase;
}
h5 {
	font-family: "Quicksand", Helvetica;
	text-transform:uppercase;
	text-align:center;
	font-size: 18px;
}
img {
	padding: 0;
	border: 0;
	}
.salon {
	width: 100%;
}
.right-float {
	width: 25%;
	border-radius:10px;
	float: right;
	margin-right: 20%;
	}
.left-float {
	width: 40%;
	border-radius:10px;
	float: left;
	margin-left: 10%;
}
.thumb {
	width: 100px;
	}
.thumb_sm {
	width: 30px;
	}

header {
	padding: 0px 0;
	position: relative;
	width: 100%;
	display: block;
}	
header nav {
	float: right;
	text-align: center;
	padding: 0 0 0 0;
}
header nav ul {
	list-style: none;
}
header nav li {
	float: left;
	font-size: 14px;
	width: 170px;
	margin: 20px 0 0 20px;
	text-transform: uppercase;
}
header nav a {
	color:#72563d;
	text-decoration:none;
}
header nav a:hover {
	color:#ae835e;
	text-decoration:underline;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1;
  margin-bottom: 0;
  top: 0;
}
.navbar-fixed-top .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
}
.navbar {
  *position: relative;
  *z-index: 2000;
  margin-bottom: 20px;
  overflow: visible;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: right;
  margin: 0 10px 0 0;
}
.nav-header {
  display: block;
  padding: 0px 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}
.navbar .active {
  text-decoration:underline;
  color: #ae835e;
  }

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}


.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
background: rgb(217,225,191); /* Old browsers */
background: -moz-linear-gradient(top, rgba(217,225,191,1) 0%, rgba(220,227,196,1) 42%, rgba(182,189,158,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,225,191,1)), color-stop(42%,rgba(220,227,196,1)), color-stop(100%,rgba(182,189,158,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(217,225,191,1) 0%,rgba(220,227,196,1) 42%,rgba(182,189,158,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(217,225,191,1) 0%,rgba(220,227,196,1) 42%,rgba(182,189,158,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(217,225,191,1) 0%,rgba(220,227,196,1) 42%,rgba(182,189,158,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(217,225,191,1) 0%,rgba(220,227,196,1) 42%,rgba(182,189,158,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e1bf', endColorstr='#b6bd9e',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

  *zoom: 1;
}

.navbar-inner:before,

.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  height: 10px;
  float: left;
  padding: 0 20px;
  margin-left: -60px;
  margin-top: -30px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

footer {
	clear: both;
	padding: 100px 0;
	text-align: center;
}
footer img {
	width: 700px;
	padding: 0 0 20px 0;
}

.imgcontainer {
	padding:0;
	margin-top: 32px;
	left:0;
	margin-bottom: -2%;
	border-radius:10px;
	border:none;
	width:100%;
	z-index: -1000;
	position:fixed;
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
height:50%;
	}
#container {
	width:80%; 
	margin:50px;
	float: right;
	padding-top:10%;
	border-radius:10px;
}

.content {
	background: rgba(255,255,255,0.7);
	padding: 20px;
	margin-left: 50px;
	margin-bottom:10px;
	border-radius:20px;
	border:none;
	float:left;
	width:50%;
}
.content h2 {
	font-family: 'Over the Rainbow', cursive;
	margin-top: 10px;
	margin-bottom: -10px;
	text-align: center;
	}
.content h3 {
	font-family: 'Over the Rainbow', cursive;
	margin-top: 10px;
	margin-bottom: -10px;
	text-align: left;
	}
.content a {
	color: #72563d;
	}
.yelp {
	background: rgba(255,255,255,0.7);
	padding: 20px;
	margin-left: 0;
	border-radius:20px;
	border:none;
	width:320px;
	z-index:0;
	float:right;
	position:relative;
}
.yelp a {
	color: #72563d
	}
.buttoncontent2 {
	margin-top: -3px;
	margin-left: 0;
	border-radius:20px;
	border:none;
	width:30%;
	z-index:0;
	float:right;
	position:relative;
}
.button2, .button3 {
	background: rgba(90,74,66,0.9);
	padding: 10px;
	margin-left:2%;
	margin-right:2%;
	margin-top:2%;
	margin-bottom:2%;
	border-radius:20px;
	border:none;
	width:100px;
	height:100px;
	z-index:0;
	float:left;
	position:relative;
}
.button2 img, .button3 img {
	width:70%;
	padding-left: 15%;
	padding-right: 15%;
	opacity: .7;
	}
.button2 p, .button3 p{
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	margin:1px auto;
	}
.button2 a, .button3 a{
	color: #fff;
	text-decoration: none;
	}
.button2 a:hover, .button3 a:hover {
	text-decoration:underline;
	}
.buttoncontent {
	padding: 20px;
	margin-left: 10px;
	border-radius:20px;
	border:none;
	float:left;
	width:100%;
	z-index:0;
	position:relative;
}
.button {
	background: rgba(90,74,66,0.9);
	padding: 10px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	border-radius:20px;
	border:none;
	width:100px;
	height:100px;
	z-index:0;
	float:left;
	position:relative;
}
.button img {
	width:70%;
	padding-left: 15%;
	padding-right: 15%;
	opacity: .7;
	}
.button p{
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	margin:1px auto;
	}
.button a{
	color: #fff;
	text-decoration: none;
	}
.button a:hover {
	text-decoration:underline;
	}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	width: 60%;
	margin: auto;
	padding-bottom:10px;
	border-spacing:0;
}
td {
	padding:5px;
}
tr {
	vertical-align:top;
	}
th {
	text-align:left;
	text-transform:uppercase;
	padding:10px;
	background: #b6bd9e;
}
tr:nth-child(odd){
	background: #d9e1bf;
}
tr:nth-child(even){
	background: #b6bd9e;
}
td:nth-child(even){
	border-radius: 0 10px 10px 0;
}
td:nth-child(odd) {
	border-radius: 10px 0 0 10px;
	}
th:nth-child(even){
	border-radius: 0 10px 10px 0;
}
th:nth-child(odd) {
	border-radius: 10px 0 0 10px;
	}	
aside {
	width:20%;
	float:left;
	padding-left: 200px;
	padding-top: 100px;
	text-align:left;
}
aside h2 {
	font-size:2em;
	font-weight:300;
	margin-bottom: -30px;
	margin-left: -25px;
	color:#6d6d72;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
aside p {
	text-align:right;
	font-weight: 300;
	font-size:1.5em;
	color:#6d6d72;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

#sidebar {
	width: 100%; float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px 0 0 0;
}
#sidebar h3 {
	font-size: 18px; font-weight: normal;
	margin: 0 0 10px 0;
}
	
#sidebar img {
	width: 90%;
	float: right;
	padding: 0;
	margin-bottom: -5px;
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.5);
}
#sidebar ul {
	list-style:none;
	line-height:2em;
	padding:0;
	margin:0;
}
#sidebar section {
	margin: 0 0 47px 0;
}
.circleBase {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.htc);
}
.type1 {
    width: 200px;
    height: 200px;
    float: left;
    margin-left: 5px;
    margin-top: 120px;
    background: white;
    background: url(images/hairscissors.png) no-repeat scroll center top;
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.25);
    border: none;
    position: fixed;
    z-index: 0;
}
.type1 h1 {
	margin-top: 5px;
	color: #cfdda3;
	text-align: center;
	font-size: 1.75em;
	text-shadow: 1px 1px 2px rgba(90, 74, 66, 0.5);
	}
.type1 p {
	margin-top:65px;
	color: #5a4a42;
	text-align: center;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
	}
.type1 a {
	color: #5a4a42;
	text-decoration: none;
	}
.type1 a:hover {
	text-decoration:underline;
	}
#footer-container {
	clear: left;
	overflow: hidden;
}
footer {
	width: 925px; margin: 0 auto; padding: 0;
}
#sidebar a {
	text-decoration:none;
	color:#006666;
}
#sidebar a:hover {
	background-color:#E8E8E8;
	}
#container a{
	text-decoration:none;
}
#container a:hover {
	text-decoration:underline;
	}

footer a{
	color:#fff;
}
footer p{
	color:#fff;
}

legend {
	color:#639;
	font-family: 'Merge', cursive;
	font-size:4em;
	width:200;
	text-shadow: 2px 2px #c0c0c0;
}
form label {
	display:block;
	padding:0 0 0 5px;
	font-size:11px;
	color:#6666CC;
}

form input {
	display:block;
	margin:5px 5px 5px 5px;
	width:90%;
	background:#e8e8e8;
	padding:0 0 10px 10px;
	border-radius:10px;
}

form input:focus{
	outline:1px solid #555;
	color:#666;
	font-size:12px;
}
form textarea {
	display:block;
	margin:5px 5px 5px 5px;
	width:90%;
	background:#e8e8e8;
	padding:0 0 0 10px;
	height:100px;
	border-radius:10px;
}
form textarea:focus {
	outline:1px solid #555;
	color:#666;
	font-size:12px;
}

input[type="submit"] {
	width:80px;
	color:#FFF;
	border:none;
	display:block;
	float:left;
	padding:5px;
	margin-bottom:0px;
	margin-right:6px;
	background-color:#989898;
	background-image:url(submit_button.jpg);
    background-repeat:no-repeat;
    border-radius:10px;
}

@media screen and (max-width: 1150px) {
	.content {
		width: 45%;
	}
}
@media screen and (max-width: 1050px) {
	.content {
		width: 40%;
	}
}
@media screen and (max-width: 960px) {
.content {
	width: 400px;
	}
header nav li {
	font-size: 12px;
	width: 60px;
	margin: 10px 0 0 10px;
}
.navbar .brand img {
  width: 150px;
}
.type1 {
    width: 150px;
    height: 150px;
    float: left;
    margin-left: 5px;
    margin-top: 10%;
    background: white;
    background: url(images/hairscissors.png) no-repeat scroll center top;
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.25);
    border: none;
    position: fixed;
}
.type1 h1 {
	margin-top: 5px;
	font-size: 1.25em;
	}
.type1 p {
	margin-top:65px;
	font-size: 1em;
	}

	table {
		width:100%;
		}
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 10%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
		.yelp {
		width: 300px;
		float: left;
		margin-left: 50px;
		margin-top: 20px;
		}
}

@media screen and (max-width: 758px) {
	#container, footer {
	width:400px;
	padding-right:25px;
	}

	header nav li {
		width: 50px; 	
		margin: 5px 0 0 5px;
	}
	header {
		margin: 0 0 44px 0;
	}
	header h1 {
		margin: 0 0 24px 0;
	}
	.imgcontainer {margin-top: 2px;}
}
}
@media screen and (max-width: 524px) {
	#container, footer, #sidebar, .content {
		width: 300px;
		padding-right:0;
	}
	#content article h2 {
		font-size: 24px;
	}
	
}
@media screen and (device-aspect-ratio: 40/71) {
	#container, footer, .yelp, .content, .buttoncontent, .buttoncontent2 {
		width: 80%;
		padding-right:10px;
		margin-bottom:20px;
		float:right;
	}
h1 { font-size: 3em; }
.imgcontainer {visibility:hidden;}
	body,td,th {
	font-size: 24px;
}
	#content article h2 {
		font-size: 24px;
	}
  header nav ul {
  	float: right;
  	}
  header nav li {
	font-size: 24px;
	width: 150px;
	margin: 10px 0 0 10px;
}
.button, .button2 {
	width: 200px;
	height: 200px;
}
.button3 {
	width: 120px;
	height: 120px;
}
.button3 p{
	font-size: 12px;
}
.content h2 {
	text-align: left;
}
.type1 p {
	font-size: 1em;
}

	table {
		width:100%;
		}
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 10%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
}
