body {
	background-color: white;
    font-family: 'Poiret One', cursive;
    font-size: 20px;
    color: #888;
	line-height: 30px;
	font-weight: normal;
    text-align: center;
    width: 100%;
}

.indent-me {
    text-indent: 39px;
    font-size: 15px;
}

.teeny {
    font-size: 15px;
}

.lefties {
    text-align: left;
}

.righties {
    text-align: right;
}

.centies {
    text-align: center;
}

.menulist {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	font-size: 90%;	
}

.penulist {
	font-size: 90%;
}

.fade {
   opacity: 0.5;
   background: rgba(0, 0, 255, 0.3);
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.fade:hover {
  opacity: 1;
}

.revfade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.revfade:hover{
	opacity: 0.5;
}

.img-list img {
	height: 265px;
	position: relative;
	opacity: 0.75;
}

.img-list2 img {
	height: 265px;
	position: relative;
}

.bg {
	height: 100%;
	z-index: -1;
}

.textcontent {
	/*display: none; */
	position: absolute;
	width: 100%;
	bottom: 0; 
   	left: 0;
   	text-align: left
}

.textcontent span { 
   color: white; 
   letter-spacing: -1px;  
   background: rgba(0, 0, 255, 0.3);
   padding: 3.5px; 
}
/* for gallery */
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(salon_photos/1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(salon_photos/2.jpg);
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(salon_photos/4.jpg);
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(salon_photos/5.jpg);
    animation-delay: 24s; 
}
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
/* end gallery style- thank you tympanus.net! */

ul li{
	list-style-type: none;
}

strong { 
	font-weight: bold; font-style: italic; 
}

a, a:hover, a:focus {
	color: #f60;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1 {
	margin-top: 0;
	font-size: 100px;
    font-weight: bold;
}

h2 {
	margin-top: 0;
	font-size: 50px;
    font-weight: bold;
}

h3 {
	text-align: center;
    font-size: 30px;
    font-weight: bold;
}

#services h3 {
    color: #7E7EB2;
} 

img { max-width: 100%; }

::-moz-selection { background: #aaa; color: #fff; text-shadow: none; }
::selection { background: #aaa; color: #fff; text-shadow: none; }

.icons-container {
	padding: 40px 0 50px 0;
}

.container-gray {
	background: #f8f8f8;
}

.icons-text {
	padding-bottom: 10px;
}

/* Retina-ize logo */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
    .logo a {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 146px 30px !important;
    }
	
}

/* Big thanks to azmind.com for these icons!!!!!!! */

.azm-social {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #fff;
	text-align: center;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.azm-social:hover, .azm-social:focus, .azm-social:active { outline: 0; opacity: 0.8; color: #fff; }

.azm-size-32 {
	width: 32px;
	height: 32px;
	margin: 5px;
	padding-top: 8px;
	font-size: 14px;
	line-height: 14px;
}

.azm-size-48 {
	width: 48px;
	height: 48px;
	margin: 8px;
	padding-top: 13px;
	font-size: 21px;
	line-height: 21px;
}

.azm-r-square {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.azm-btn {
	height: 48px;
	margin: 8px;
	padding: 13px 17px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.azm-btn i {
	padding-right: 27px; font-size: 21px; line-height: 21px; vertical-align: top; 
}

.azm-btn i:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 70%;
	width: 1px;
	height: 36px;
	background: #ccc;
	background: rgba(255, 255, 255, 0.3);
}

.azm-email-1 { 
	background: #d34836; 
}
.azm-facebook { 
	background: #4862a3; 
}
.azm-instagram { 
	background: #3d6b92; 
}
.azm-yelp { 
    background: #c41200; 
}
















