*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
/*FONTS*/
@font-face{
	font-family: 'avenir';
	src: url('../fonts/avenir.otf');
}
@font-face{
	font-family: 'bridal';
	src: url('../fonts/bridal.ttf');
}
@font-face{
	font-family: 'sage';
	src: url('../fonts/sage.ttf');
}
/*DISPLAY NONE*/
	.bio-x-mobile,
	#book-stylist-mobile,
	.bridal-images-mobile,
	.header-mobile-wrapper,
	.mobile-dropdown,
	#call-to-schedule-br,
	#alyssa-caption,
	#hayley-caption,
	#jessica-caption,
	#kellie-caption,
	#lauren-caption,
	#nichole-caption,
	#pam-caption,
	#roxie-caption,
	#sara-caption,
	#stephanie-caption,
	#sue-caption,
	.stylist-bio-popup{
		display: none;
	}
/*BODY*/
	body{
		background-color: #fff;
		background-image: url(../media/images/logo/leaf-bullet.png);
		background-position: 0 -120px;
		background-size: 1% auto;
		height: 100%;
		padding-bottom: 50px;
	}
	.body-wrapper{
		transition: .3s;
	}
	.index{
		overflow-x: hidden;
	}
/*HEADER*/
	header{
		box-shadow: 0 5px 10px #000;
		left: 0;
		margin: 0 auto;
		max-width: 1500px;
		position: fixed;
		right: 0;
		width: 100%;
		z-index: 100;
	}
	header a{
		text-decoration: none;
	}
	.header-container{
		display: flex;
		max-width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.header-logo{
		box-shadow: 0 5px 10px #000;
		position: absolute;
		top: 0;
	}
	.header-logo img{
		background-color: black;
		display: block;
		border: .1px solid #D4CAB0;
		margin-bottom: ;
		max-width: 210px;
		min-width: 210px;
		padding: 5px;
		width: 100%;
	}
	.header-links{
		height: 30px;
	}
	#header-porch{
		font-family: 'sage', sans-serif;
		font-size: 20px;
	}
	.header-social{
		background-color: #fff;
		background-image: url(../media/images/logo/leaf-bullet.png);
		background-position: 0 -120px;
		background-size: 1% auto;
	}
	.header-social-container{
		align-items: center;
		display: flex;
		font-family: 'Montserrat', sans-serif;
		height: 100%;
		justify-content: flex-end;
		margin: 0 auto;
		max-width: 90%;
		width: 100%;
	}
	.header-social-container a{
		background-color: rgba(255,255,255,0.5);
		color: #000;
		font-weight: 700;
	}
	.header-social-container span{
		font-size: 24px;
		font-weight: 900;
		padding: 0 15px;
	}
	.header-social-container i{
		align-items: center;
		background-color: #000;
		border-radius: 45px;
		color: #fff;
		display: flex;
		font-size: 16px;
		height: 20px;
		justify-content: center;
		padding: 3px;
		width: 20px;
	}
	#middle-social-icon{
		margin: 0 5px;
	}
	.header-nav{
		background-color: #545046;
	}
	.header-nav-container{
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: flex-end;
		margin: 0 auto;
		max-width: 90%;
		width: 100%;
	}
	.header-nav-container a{
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		padding-left: 10px;
	}
/*MAIN CAROUSEL*/
	.main-banner{
		box-shadow: 0 5px 10px #000;
		margin: 0 auto;
		max-width: 1500px;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.main-carousel img{
		display: block !important;
		height: 550px;
		max-width: 1500px;
		object-fit: cover;
		padding-top: 60px;
		width: 100%;
	}
/**********
 * BOTY *
**********/
	.boty{
		border-top: 3px solid #D4CAB0;
		box-shadow: 0 -10px 20px rgba(0,0,0,.7);
		margin-top: -4px;
		position: relative;
		padding: 20px 0;
	}
	.boty-container{
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 1100px;
	}
	.boty-logo{
		filter: drop-shadow(0 0 6px #000);
		width: 300px;
	}
	.boty-logo img{
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.boty-copy{
		background-image: radial-gradient(rgba(255,255,255,.6) 70%, rgba(255,255,255,0));
		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		text-align: center;
		width: 750px;
	}
/*ABOUT US*/
	.homepage-booking-banner{
		background-color: #000;
		background-image: url(../media/images/logo/leaf-bullet.png);
		background-position: -100px -100px;
		background-size: 20px auto;
		border-bottom: 3px solid #D4CAB0;
		border-top: 3px solid #D4CAB0;
		box-shadow: 0 10px 20px rgba(0,0,0,.7);
		margin-top: -5px;
		position: relative;
		z-index: 10;
	}
	.homepage-booking-banner-box{
		align-items: center;
		background-color: transparent;
		display: flex;
		justify-content: space-evenly;
		margin: 0 auto;
		padding: 20px 0;
		width: 90%;
	}
	.homepage-booking-banner-box h3{
		color: #fff;
 		font-family: 'avenir', sans-serif;
 		font-size: 36px;
 		font-weight: 700;
	}
	.homepage-booking-contact-box{
		background-color: #D4CAB0;
		border: 1px solid #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 24px;
		padding: 5px 10px;
		text-decoration: none;
		transition: .3s;
	}
	.homepage-booking-banner-box a{
		color: #000;
		text-decoration: none;
	}
	.homepage-contact-box-hover{
		background-color: #000;
		color: #D4CAB0;
		font-family: 'Montserrat', sans-serif;
		font-size: 24px;
		text-decoration: none;
		transition: .3s;
	}
	.about-us-header-image{
 		box-shadow: 0 5px 10px #000;
 		height: 650px;
 		margin: 0 auto;
 		max-width: 1500px;
 		overflow-x: hidden;
 		width: 100%;
 	}
 	.about-us{
 		margin: 30px auto;
 		max-width: 1500px;
 		width: 100%;
 	}
 	.about-us-container{
 		margin: 0 auto;
 		max-width: 1200px;
 		width: 100%;
 	}
 	.about-us-heading{
 		background-color: transparent;
 		border-bottom: 7px solid transparent;
        border-image-source: radial-gradient(#545046 50%, transparent 70%);
        border-image-slice: 30;
 		color: #545046;
 		font-family: 'avenir', sans-serif;
 		font-size: 36px;
 		font-weight: 700;
 		margin: 0 auto;
 		text-align: center;
 		width: 800px;
 		-webkit-border-image-source: radial-gradient(#545046 50%, transparent 70%);
        -webkit-border-image-slice: 30;
 	}
 	.homepage-blurb{
 		color: #000;
 		font-family: 'Montserrat', sans-serif;
 		font-size: 20px;
 		margin: 0 auto;
 		padding: 10px;
 		text-align: center;
 		width: 1000px;
 	}
/*SALON STYLES*/
	.salon-styles{
		margin: 0 auto;
		max-width: 1500px;
		transition: .3s;
		width: 100%;
	}
	.salon-styles-container{
		align-items: space-between;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin: 0 auto;
		max-width: 1200px;
		width: 100%;
	}
	.salon-styles-container img{
		display: block;
		height: 100%;
		max-height: 200px;
		max-width: 350px; 
		object-fit: cover;
		padding: 20px 0;
		transition: .3s;
		width: 100%;
	}
	.salon-styles img:hover{
		opacity: .8;
		transition: .3s;
	}
	.book-stylist,
	.book-stylist-mobile{
		align-items: center;
		background-color: #000;
		background-image: url(../media/images/logo/leaf-bullet.png);
		background-position: -100px -100px;
		background-size: 6% auto;
		border: 4px solid #D4CAB0;
		color: #fff;
		display: flex;
		max-height: 200px;
		max-width: 342px;
		margin: 20px 0;
		text-align: center;
		text-decoration: none;
		transition: .3s;
		width: 100%;
	}
	.book-stylist-hover{
		background-color: #D4CAB0;
		border: 4px solid #000;
		color: #000;
		font-family: 'Montserrat', sans-serif;
		font-size: 24px;
		opacity: 1;
		text-decoration: none;
		transition: .3s;
	}
	.book-stylist h3,
	.book-stylist-mobile h3{
		font-family: 'avenir', sans-serif;
 		font-size: 36px;
 		font-weight: 700;
	}
/*****FOOTER*****/
	footer{
		box-shadow: 0 5px 10px #000, 0 -5px 10px #000;;
		margin: 30px auto 0 auto;
		max-width: 1500px;
		width: 100%;
	}
	.footer-container{
		display: flex;
		flex-direction: column;
		max-width: 100%;
		width: 100%;
	}
/*HOMEPAGE INFO*/
	.homepage-info{
		box-shadow: 0 5px 10px #000, 0 -5px 10px #000;;
		margin: 0 auto;
		max-width: 1500px;
		width: 100%;
	}
	.homepage-info-container{
		display: flex;
		justify-content: space-evenly;
		width: 100%;
	}
	.info-box{
		align-items: center;
		background-color: #545046;
		background-image: url(../media/images/logo/leaf-bullet.png);
		background-position: -100px -100px;
		background-size: 20px auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
	}
	.info-info-container{
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-evenly;
		margin: 0 auto;
		max-width: 80%;
		width: 100%;
	}
	.info-info-items{
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		text-align: left;
	}
	.info-info-non-actionable{
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 36px;
		text-decoration: none;
		text-shadow: -2px 2px 3px #000;
	}
	.info-info-actionable,
	#info-info-switzerland{
		color: #fff;
		font-family: 'avenir', sans-serif;
		font-size: 18px;
		font-weight: 100;
		text-decoration: none;
		text-shadow: -2px 2px 3px #000;
		transition: .3s;
	}
	.info-info-actionable:hover{
		color: #D4CAB0;
		transition: .3s;
	}
	.info-info i{
		color: #D4CAB0;
		font-size: 30px;
		padding-right: 10px;
	}
	.info-image img{
		display: block;
		max-width: 100%;
	}
	.homepage-info span{
		background-color: transparent;
 		border-bottom: 5px solid transparent;
        border-image-source: radial-gradient(#fff 50%, transparent 70%);
        border-image-slice: 30;
        color: transparent;
	}
/*FOOTER BOTTOM*/
	.footer-bottom{
		background-color: #000;
		color: #fff;
		padding: 3px 0;
		text-align: center;
		width: 100%;
	}
	.footer-bottom a,
	.footer-bottom p{
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
	}

/*****STYLISTS*****/
	.bodywrapper-normal{
		opacity: 1;
		transition: .3s;
	}
	.bodywrapper-fade{
		opacity: .2;
		transition: .3s;
	}
	.stylists-container{
		margin: 0 auto;
		max-width: 1500px;
		padding-top: 100px;
		width: 100%;
	}
	.stylists-row{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin: 0 auto;
		max-width: 1200px;
		width: 100%;
	}
	.individual-stylist{
		border: 2px solid #fff;
		box-shadow: 0 0 10px 2px #000;
		margin: 20px 0;
		max-width: 250px;
		text-align: center;
		width: 100%;
	}
	.stylist-image{
		position: relative;
	}
	.stylist-image img{
		display: block;
		height: 375px;
		margin: 0 auto;
		object-fit: cover;
		width: 250px;
	}
	.stylist-caption{
		background-color: rgba(0,0,0,0.8);
		background-image: url(../media/images/logo/leaf-bullet.png);
		background-position: -100px -100px;
		background-size: 10% 10%;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.stylist-caption-container{
		display: flex;
		flex-direction: column;
		height: 40%;
		justify-content: space-around;
	}

	.stylist-caption-title{
		color: #CCCCCC;
		font-family: 'Montserrat', cursive;
		font-size: 16px;
		font-weight: 100;	
		margin: 0 auto;
		text-shadow: 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;

	}
	.stylist-caption-name{
		color: #fff;
		font-family: 'avenir', cursive;
		font-size: 28px;
		margin: 0 auto;
		text-shadow: 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;

	}
	.stylist-caption-box{
		background-color: #000;
		border: 2px solid #fff;
		color: #CCCCCC;
		font-family: 'Montserrat', sans-serif;
		font-weight: 100;
		margin: 0 auto;
		transition: .3s;
		width: 80%;
	}
	.stylist-caption-box:hover{
		background-color: #fff;
		color: #000;
		cursor: pointer;
		transition: .3s;
	}
	.stylist-caption-box p{
		padding: 10px 0;
	}
/*STYLIST BIO POPUP*/
	.stylist-bio-popup{
		background-color: #000;
		border: 2px solid #897E67;
		bottom: 0;
		height: 632px;
		left: 0;
		margin: auto;
		max-height: 95%;
		position: fixed;
		right: 0;
		top: 0;
		width: 1100px;
		z-index: 100;
	}
	.bio-top-container{
		display: flex;
		max-height: 100%;
		max-width: 100%;
	}
	.bio-info{
		background-color: #897E67;
		color: #fff;
		padding: 20px 0;
		text-align: center;
		width: 680px;
	}
	.bio-name{
		font-family: 'avenir', sans-serif;
		font-size: 50px;
	}
	.bio-title{
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-weight: 100;
	}
	.bio-image{
		width: 420px;
	}
	.bio-image img{
		height: 100%;
	    display: block;
	    object-fit: cover;
	    width: 100%;
	}
/*BIO TEXT*/
	.bio-text{
		width: 680px;
	}
	.bio-copy{
		color: #fff;
		font-family: 'Montserrat', serif;
		height: 511.5px;
		overflow-y: auto;
	}
	.bio-story p{
		font-size: 16px;
    	padding: 10px 10px 0 10px;
    	text-align: center;
	}
	.bio-boxes{
		display: flex;
		padding-bottom: 10px;
	}
	.bio-history{
		font-style: italic;
		padding: 10px 10px 20px 10px;
	}
	.bio-history li{
		list-style-position: outside;
		list-style-type: none;
		padding: 5px 0;
	}
	.bio-history li:before{
		background-image: url('../media/images/logo/leaf-bullet.png');
  		background-repeat: no-repeat;
		background-size: 30px;
		content: '';
  		display: inline-block;
  		height: 30px;
  		margin-right: 5px;
  		padding-bottom: 8px;
  		width: 30px;
 	}
 	.bio-x{
 		padding: 5px;
 		position: absolute;
 		right: 0;
 		top: 0;
 	}
 	.bio-x i{
 		font-size: 24px;
 		transition: .3s;
 		-webkit-backface-visibility: hidden;
		-webkit-transform: translateZ(0) scale(1.0, 1.0);
 	}
 	.bio-x i:hover{
 		cursor: pointer;
 		transform: rotate(-45deg);
 		transform-origin: 5px 5px 5px 5px;
 		transition: .3s;
 	}
 	/*BIO BOXES*/
 	.bio-boxes-column{
 		margin: 0 20px;
 		width: 50%;
 	}
 	.bio-appointment{
 		align-items: center;
 		display: flex;
 		flex-direction: column;
 	}
 	.bio-appointment p:nth-child(1),
 	.bio-schedule p:nth-child(1),
 	.bio-social p,
 	.bio-slideshow p{
 		border-bottom: 1px solid #897E67;
 		color: #897E67;
 		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-weight: 100;
		margin: 10px 0 5px 0;
		text-align: center;
 	}
 	.bio-appointment p:nth-child(2),
 	.bio-schedule p:nth-child(n+2):nth-child(-n+8),
 	.bio-schedule .bio-price p{
 		border: none;	
 		color: #fff;
 		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		line-height: 1.8;
		text-align: center;
 	}
 	.bio-appointment a{
 		color: #fff;
 		text-decoration: none;
 	}
 	#lauren-price-disclaimer,
 	#lauren-not-taking{
 		font-size: 12px;
 	}
 	#lauren-price-disclaimer{
 		margin-top: 10px;
 	}
 	.bio-social{
 		text-align: center;
 	}
 	.bio-social-icons{
 		display: flex;
 		justify-content: space-evenly;
 		margin: 0 auto;
 		width: 70%;
 	}
 	.bio-social i,
 	.bio-social a{
 		color: #fff;
 		font-size: 24px;
 		text-decoration: none;
 	}
 	.bio-price{
 		align-items: flex-end;
 		display: flex;
 		justify-content: space-between;
 	}
 	.bio-price p:nth-child(1){
 		text-align: left;
 	}
 	.bio-schedule .bio-price p{
 		margin: 0;
 	}
 	.bio-slideshow{
 		max-width: 329px;
 		min-width: 329px;
 		text-align: center;
 		width: 100%
 	}
 	.bio-slideshow span{
 		font-size: 14px;
 	}
 	.bio-carousel img{
 		border: 2px solid #897E67;
 		display: block;
 		height: 250px;
 		object-fit:cover;
 		min-width: 325px;
 		width: 325px;
 	}
/*****SALON SERVICES*****/
 	.salon-services-header-image{
 		box-shadow: 0 5px 10px #000;
 		padding-top: 60px;
 	}
 	.salon-services-page .jarallax{
 		height: 400px;
 	}
 	.salon-services{
 		margin: 30px auto;
 		max-width: 1500px;
 		width: 100%;
 	}
 	.salon-services-container{
 		margin: 0 auto;
 		max-width: 1000px;
 		width: 100%;
 	}
 	.salon-services-heading{
 		background-color: transparent;
 		border-bottom: 8px solid transparent;
        border-image-source: radial-gradient(#545046 50%, transparent 70%);
        border-image-slice: 30;
 		color: #545046;
 		font-family: 'avenir', sans-serif;
 		font-size: 36px;
 		font-weight: 700;
 		text-align: center;
 		width: 100%;
 	}
 	.salon-services-blurb{
 		color: #000;
 		font-family: 'Montserrat', sans-serif;
 		font-size: 20px;
 		padding-top: 10px;
 		text-align: center;
 	}
 	.salon-services-stylist{
 		background-color: #000;
		background-image: url(../media/images/logo/leaf-bullet.png);
		background-position: 0 -115px;
		background-size: 2% auto;
		box-shadow: 0 5px 10px #000, 0 -5px 10px #000;
 		color: #fff;
 		font-family: 'avenir', sans-serif;
 		margin: 0 auto;
 		max-width: 1500px;
 		padding: 20px 0;
 		text-align: center;
 		width: 100%;
 	}
 	.salon-services-stylist p{
 		font-size: 32px;
 		padding-bottom: 5px;
 	}
 	.salon-services-stylist a{
 		border-bottom: 1px solid #fff;
 		color: #fff;
 		font-family: 'avenir', sans-serif;
 		font-size: 20px;
 		text-decoration: none;
 	}
 	.cancellation-policy .salon-services-blurb{
 		font-size: 14px;
 	}
/*SERVICES BOXES*/
	.salon-services-boxes{
		display: flex;
		margin: 0 auto;
		max-width: 1000px;
	}
	.salon-services-boxes-container{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		max-width: 1000px;
		width: 100%;
	}
	.salon-box{
		background-color: #545046;
		border: 1px solid #000;
		box-shadow: 10px 10px 10px #000;
		margin-top: 40px;
		max-width: 460px;
		width: 100%;
	}
	.salon-box-container{
		padding: 10px;
		text-align: center;
	}
	.services-option{
		border-bottom: 1px solid #000;
		display: flex;
		justify-content: space-between;
		padding: 5px 0;
	}
	.salon-box-container .service{
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 32px;
		padding-bottom: 10px;
		text-shadow: 1px 1px 3px #000;
	}
	.salon-box-container .services-option p{
		color: #fff;
		font-family: 'avenir', sans-serif;
		font-size: 18px;
	}
	.slick-track {
	    position: relative;
	    top: 0;
	    left: 0;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    float: left;
	}
/*SYLIST PRICING*/
	#jessica-bio-popup .bio-pricing .bio-price p:nth-child(2),
	#kellie-bio-popup .bio-pricing .bio-price p:nth-child(2),
	#nichole-bio-popup .bio-pricing .bio-price p:nth-child(2),
	#hide-price{
		color: transparent;
	}
/*CANCELLATION POLICY*/
	.cancellation-policy h3{
		font-size: 24px;
	}
	.cancellation-policy p{
		text-align: left;
	}
/*****BRIDAL PAGE*****/
	.bridal-header{
		margin: 0 auto;
		max-width: 1500px;
		width: 100%;
	}
	.bridal-header-container{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 auto;
		max-width: 1250px;
		position: relative;
		width: 100%;
	}
	.bridal-header-boxes{
		margin-top: 125px;
	}
	#bridal-header-slider{
		border: 5px solid #D4CAB0;
		height: 100%;
		left: 10px;
		max-height: 500px;
		position: absolute;
		top: 0;
		width: 400px;
	}
	#bridal-header-slider img{
		display: block;
		height: 490px;
		object-fit: cover;
		object-position: 0 0;
	}
	#bridal-text{
		padding: 20px 30px 0 30px;
		width: 743px;
	}
	.bridal-services-heading{
 		font-family: 'bridal', sans-serif;
 		text-align: center;
 	}
 	#bridal-main-heading{
 		color: #000;
 		font-size: 120px;
 		position: absolute;
 		left: 300px;
 		top: 100px;
 		z-index: 10;
 	}
 	#bridal-main-heading h3{
 		font-weight: 100;
 	}
 	.bridal-services-blurb{
 		color: #000;
 		font-family: 'Montserrat', sans-serif;
 		font-size: 20px;
 		padding-top: 90px;
 		text-align: center;
 	}
/*BRIDAL FORM*/
 	#bridal-online-form-heading h3{
 		border-bottom: 3px solid #897E67;
 		font-size: 42px;
 		margin-top: 20px;
 		padding-bottom: 2px;
 	}
 	.bridal-form-container{
 		margin: 0 auto;
 		width: 95%;
 	}
 	.bridal-form-column-wrapper{
 		display: flex;
 		justify-content: space-between;
 	}
 	.bridal-form-input input{
 		border-bottom: 2px solid #897E67;
 		border-left: none;
 		border-right: none;
 		border-top: none;
 		font-family: 'Montserrat', sans-serif;
 		font-size: 18px;
 		margin: 10px 0;
 		padding: 3px 0 3px 3px;
 		width: 300px;
 	}
 	.bridal-form-input textarea{
 		border-bottom: 2px solid #897E67;
 		border-left: none;
 		border-right: none;
 		border-top: none;
 		font-family: 'Montserrat', sans-serif;
 		font-size: 18px;
 		margin: 10px 0;
 		padding: 3px 0 3px 3px;
 		width: 100%;
 	}
 	#bridal-form-input-textarea{
 		text-align: center;
 	}
 	.bridal-form-buttons{
 		display: flex;
 		justify-content: space-evenly;
 		margin: 0 auto;
 		width: 300px;
 	}
 	.bridal-form-buttons input{
 		background-color: #000;
 		border: 1px solid #D4CAB0;
 		color: #fff;
 		font-size: 18px;
 		padding: 2px 15px;
 		transition: .3s;
 		width: 100px;
 	}
 	.bridal-form-buttons input:hover{
 		background-color: #D4CAB0;
 		border-color: #000;
 		color: #000;
 		cursor: pointer;
 	}
/*****THE PORCH PAGE*****/
	#the-porch-page{
		background-image: url('../media/images/the-porch/blue-board.jpg');
		background-attachment: fixed;
		background-size: cover;
	}
	.the-porch-sign{
		margin: 0 auto;
		max-width: 1500px;
		padding-top: 85px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.the-porch-sign p{
		color: transparent;
		background-clip: text;
		background-image: url('../media/images/the-porch/white-board.jpg');  
    	background-position: 0 0;
  		background-size: 90% 90%;
  		-webkit-background-clip: text;
  		font-family: 'sage', sans-serif;
  		font-size: 200px;
  		line-height: .9;
  		margin: 0 auto;
  		text-align: center;
  		width: 800px;
  		-webkit-text-stroke-width: 1px;
	    -webkit-text-stroke-color: #545046;
	}
	.the-porch-sign-bottom{
		display: flex;
		justify-content: flex-end;
		margin: 0 auto;
		width: 730px;
	}
	.the-porch-sign-bottom p{
		color: transparent;
		background-clip: text;
		background-image: url('https://www.wildtextures.com/wp-content/uploads/wildtextures_white-stained-wooden-boards-1280x993.jpg');  
    	background-position: 0 0;
  		background-size: 50% 50%;
  		-webkit-background-clip: text;
  		font-family: 'avenir', sans-serif;
  		font-size: 60px;
  		line-height: .9;
  		margin-top: -25px;
  		text-align: right;
  		-webkit-text-stroke-width: 1px;
	    -webkit-text-stroke-color: #545046;
	}
	.the-porch-sign img{
		background-color: transparent;
		display: block;
		margin-top: -25px;
		max-width: 60px;
	}
	.the-porch-blurb{
		margin: 10px auto 0 auto;
		max-width: 1500px;
		position: relative;
		width: 1200px;
	}
	.the-porch-blurb-container{
		color: #fff;
 		font-family: 'Montserrat', sans-serif;
 		font-size: 24px;
 		margin: 0 auto;
 		padding: 20px;
 		text-align: center;
		text-shadow: 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
	}
/*CAROUSELS*/
	.the-porch-carousel{
		margin: 30px auto 0 auto;
		max-width: 1500px;
		position: relative;
		width: 100%;
	}
	.the-porch-carousel-wrapper{
		box-shadow: 0 0 5px 5px #000;
		height: 350px;
		margin: 0 auto;
		width: 1200px;
	}
	#the-porch-carousel-1 img{
		display: block !important;
		height: 350px;
		max-height: 350px;
		max-width: 100%;
		object-fit: cover;
		width: 100%;
	}
/*BRANDS*/
	.the-porch-brands-copy p{
 		border-bottom: 3px solid #000;
 		color: #fff;
 		font-family: 'avenir', sans-serif;
 		font-size: 36px;
 		font-weight: 700;
 		margin: 40px auto 0 auto;
 		text-align: center;
 		text-shadow: 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
 		width: 900px;
 	}
 	.the-porch-brand-logos{
 		align-items: center;
 		display: flex;
 		justify-content: space-evenly;
 		padding: 10px 0;
 		width: 100%;
 	}
 	.the-porch-brand-logos img{
 		display: block !important;
 	}

/*IPHONE 8 PORTRAIT*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait){
body{
	background-size: 10% auto;
	height: auto;
	position: relative;
}
.body-wrapper-dark{
	height: 120vh;
	opacity: .5;
	position: absolute;
	transition: .3s;
	width: 100%;
	z-index: 10;
}
/*DISPLAY NONE*/
	.bio-x,
	.book-stylist,
	.bridal-images-desktop,
	.mobile-dropdown-links span{
		display: none;
	}
/*HEADER*/
	.header-desktop{
		display: none;
	}
	.header-mobile-wrapper{
		display: block;
		position: fixed;
		top: 0;
	}
	.header-mobile{
		background-color: #fff;
		background-image: url(../media/images/logo/leaf-bullet.png);
		background-position: 0 -120px;
		background-size: 8% auto;
		box-shadow: 0px 10px 10px 5px #000;
		position: relative;
	}
	.header-mobile-container{
		display: flex;
		justify-content: center;
		position: relative;
	}
	.header-mobile-logo{
		box-shadow: 0 5px 10px #000;
		margin: 5px 0;
		position: relative;
	}
	.header-mobile-logo img{
		background-color: black;
		display: block;
		border: 4px solid #D4CAB0;
		max-width: 450px;
		min-width: none;
		padding: 5px;
		width: 100%;
	}
/*HEADER SCISSOR*/
	.header-mobile-scissor{
		height: 220px;
		left: 0;
		position: absolute;
		width: 250px;
	}
	.header-mobile-scissor-container{
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 220px;
		justify-content: center;
		margin: 0 auto;
		position: relative;
		width: 150px;
	}
	.scissor-arm{
		position: absolute;
	}
	.header-mobile-scissor img{
		max-width: 100%;
	}
	.scissor-one{
		margin-top: -20px;
		transform: rotate(350deg);
		transition: .6s;
	}
	.scissor-one-rotate{
		transform: rotate(380deg);
		transition: .6s;
	}
	.scissor-two{
		margin-top: 4px;
		transform: rotate(350deg);
		transition: .6s;
	}
	.scissor-two-rotate{
		left: -4px;
		transform: rotate(340deg);
		transition: .6s;
	}
	.scissor-bottom{
		background-color: #000;
		height: 5px;
		right: 2px;
		margin-top: 50px;
		transform: skew(300deg);
		transition: .6s ease-in;
		width: 80px;
	}
	.scissor-bottom-rotate{
		right: 10px;
		opacity: 0;
		transition: .3s ease-out;
	}
/*MOBILE DROPDOWN*/
	.mobile-dropdown{
		background-color: #000;
		background-image: url(../media/images/logo/leaf-bullet-darker.png);
		background-position: -100px -100px;
		background-size: 10% auto;
		border-bottom: 4px solid #D4CAB0;
		border-top: 4px solid #D4CAB0;
		box-shadow: 0px 20px 10px 5px #000;
		margin-top: 10px;
		padding-bottom: 20px;
		position: relative;
	}
	.mobile-dropdown-call-to-schedule a,
	.mobile-dropdown-links a{
		text-shadow: 1px 1px 10px #000, -1px -1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000;
	}
	.mobile-dropdown-call-to-schedule{
		font-family: 'Montserrat', sans-serif;
		font-size: 90px;
		text-align: center;
		font-weight: 900;
	}
	.mobile-dropdown-call-to-schedule a{
		color: #fff;
	}
	.mobile-dropdown-call-to-schedule span{
		font-family: 'avenir', sans-serif;
		font-size: 75px;
		font-weight: 700;
	}
/*MOBILE DROPDOWN SOCIAL*/
	.mobile-dropdown-social{
		display: flex;
		justify-content: space-around;
		margin: 0 auto;
		padding: 40px 0;
		width: 60%;
	}
	.mobile-dropdown-social i{
		align-items: center;
		background-color: #fff;
		border-radius: 50px;
		color: #000;
		display: flex;
		font-size: 65px;
		height: 100px;
		justify-content: center;
		width: 100px;
	}
/*MOBILE DROPDOWN LINKS*/
	.mobile-dropdown-links ul{
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	.mobile-dropdown-links li{
		list-style: none;
		padding: 10px 0;
	}
	.mobile-dropdown-links a{
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 70px;
	}
	.mobile-dropdown-links hr{
		background-color: #fff;
		height: 1px;
		width: 70%;
	}
	#mobile-dropdown-porch a{
		font-family: 'sage', sans-serif;
		font-size: 100px;
	}

	.homepage-blurb{
		width: auto;
	}
/*MAIN BANNER*/
	.main-banner{
		box-shadow: none;
	}
	.main-carousel{
		margin-top: 160px;
	}
	.main-carousel{
		height: 1000px;
		max-height: 1000px;	
	}
	.main-carousel img{
		height: 1000px;
		object-fit: cover;
	}
/**********
 * BOTY *
**********/
	.boty{
		border-width: 6px;
		box-shadow: 0 -20px 20px 5px rgba(0,0,0,.7);
		margin-top: 62px;
		position: relative;
		padding: 60px 0;
	}
	.boty-container{
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 0 auto;
		width: 100%;
	}
	.boty-logo{
		filter: drop-shadow(0 0 6px #000);
		width: 700px;
	}
	.boty-logo img{
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.boty-copy{
		background-image: radial-gradient(rgba(255,255,255,.6) 70%, rgba(255,255,255,0));
		font-family: 'Montserrat', sans-serif;
		font-size: 50px;
		margin-top: 60px;
		text-align: center;
		width: calc(100% - 100px);
	}
/*BOOK YOUR APPOINTMENT TODAY*/
	.homepage-booking-banner{
		background-size: 10% auto;
		border-width: 6px;
		box-shadow: 0 20px 20px 5px rgba(0,0,0,.7);
		margin-top: 0px;
	}
	.homepage-booking-banner-box{
		flex-direction: column;
		text-align: center;
	}
	.homepage-booking-banner-box h3{
		font-size: 60px;
		text-shadow: 1px 1px 10px #000, -1px -1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000;
	}
	.homepage-booking-contact-box{
		border-width: 4px;
		font-size: 50px;
		margin-top: 20px;
	}
/*ABOUT US*/
	.about-us-header-image{
		height: 1500px;
	}
	.about-us-header-image .jarallax-img{
		object-position: 45% 50% !important;
	}
	.about-us-heading{
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
 		border-top: 0px solid transparent;
 		width: 100%;
	}
	.about-us-heading h3{
		font-size: 90px;
		text-shadow: 1px 1px 10px #fff, -1px -1px 10px #fff, 1px -1px 10px #fff, -1px 1px 10px #fff;

	}
	.homepage-blurb p{
		font-size: 56px;
		padding: 0 10px;
		text-shadow: 1px 1px 10px #fff, -1px -1px 10px #fff, 1px -1px 10px #fff, -1px 1px 10px #fff;
	}
/*SALON STYLES*/
	#book-stylist-mobile{
		display: flex;
	}
	.book-stylist-mobile{
		background-size: 15% auto;
	}
	.salon-styles-container img,
	.book-stylist-mobile{
	    max-height: 300px;
	    max-width: 450px;
	}
	.book-stylist-mobile h3{
		font-size: 48px;
		text-shadow: 1px 1px 10px #000, -1px -1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000;

	}
/*FOOTER*/
	footer{
		box-shadow: 0px -10px 10px 5px #000;
		margin-top: 40px;
	}
	.homepage-info-container{
		flex-direction: column;
	}
	.info-box{
		background-size: 13% auto;
		width: 100%;
	}
	.info-info-container{
		align-items: center;
		max-width: 90%;
		padding: 20px 0 40px 0;
		width: 90%;
	}
	.info-info-non-actionable{
		border-bottom: 4px solid #fff;
		font-family: 'avenir', sans-serif;
		font-size: 86px;
		text-align: center;
		width: 100%;
	}
	.info-info-non-actionable i{
		font-size: 80px;
		padding-right: 20px;
	}
	.info-info-actionable,
	#info-info-switzerland{
		font-size: 50px;
		text-align: center;
	}
	.footer-hours{
		padding: 30px 0;
	}
	#google-maps-click{
		font-size: 42px;
	}
	.info-info-items{
		align-items: center;
		width: 100%;
	}
	.homepage-info span{
		background-color: #fff;
 		border-bottom: 20px solid #fff;
        border-image-source: none;
        border-image-slice: 0;
	}
	.footer-bottom-container p,
	.footer-bottom-container a{
		font-size: 24px;
	}
/*****TEAM*****/
	.stylists-container{
		padding-top: 260px;
	}
	.individual-stylist{
		max-width: 420px;
	}
	.stylist-image img{
		height: 600px;
		width: 420px;
	}
/*BLACK STYLIST BOX*/
	.stylist-bio-popup{
		background-color: #000;
		border: 6px solid #D4CAB0;
		height: auto;
		margin-bottom: 30px;
		max-height: none;
		overflow: scroll;
		width: calc(100% - 80px);
		top: 250px;
	}
	.stylist-bio-popup-container{
		position: relative;
	}
	.bio-x-mobile{
		display: block;
		position: fixed;
		right: 90px;
	    top: 265px;
	}
	.bio-x-mobile i{
		color: #fff;
		font-size: 70px;
		text-shadow: 1px 1px 3px #000;
	}
	.bio-top-container{
		flex-direction: column;
	}
	.stylist-caption-container{
		height: 60%;
	}
	.stylist-caption-name{
		font-size: 66px;
		width: auto;
	}
	.stylist-caption-title{
		font-size: 40px;
		font-weight: 900;
		width: auto;
	}
	.stylist-caption-box p{
		font-size: 40px;
	}
/*POP-UP*/
	.bio-image{
		position: relative;
	}
	.bio-image,
	.bio-text,
	.bio-info{
		width: auto;
	}
	.bio-name{
		font-size: 90px;
	}
	.bio-title{
		font-size: 40px;
	}
	.bio-story{
		padding: 20px;
	}
	.bio-story p{
		font-size: 48px;
	}
	.bio-copy{
		height: auto;
	}
	.bio-history{
		padding-top: 50px;
	}
	.bio-history li{
		display: flex;
		font-size: 45px;
	}
	.bio-history li:before{
		background-image: url('../media/images/logo/leaf-bullet.png');
  		background-repeat: no-repeat;
		background-size: 100px;
		content: '';
  		display: inline-block;
  		height: 100px;
  		margin-right: 5px;
  		padding-bottom: 8px;
  		width: 300px;
 	}
	.bio-boxes{
		flex-direction: column;
		margin-top: 50px;
	}
	.bio-boxes-column{
		margin: 0 auto;
		width: calc(100% - 40px);
	}
	.bio-social{
		margin-top: 60px;
	}
	.bio-schedule{
		margin-top: 40px;
	}
	.bio-appointment p:nth-child(1),
	.bio-schedule p:nth-child(1),
	.bio-social p,
	.bio-slideshow p{
		border-width: 4px;
		font-family: 'avenir', sans-serif;
		font-size: 52px;
		font-weight: 900;
	}
	.bio-boxes a{
		font-family: 'avenir', sans-serif;
		font-size: 60px;
		font-weight: 900;
	}
	.bio-slideshow{
		max-width: none;
	}
	.bio-carousel img {
	    border: 4px solid #897E67;
	    height: 600px;
	    object-fit: cover;
	    min-width: none;
	    width: calc(100% - 8px);
	}
	.bio-social-icons{
		padding: 20px 0;
	}
	.bio-social i,
	.bio-social a{
		font-size: 60px;
	}
	.bio-schedule p:nth-child(n+2):nth-child(-n+8){
		font-family: 'avenir', sans-serif;
	}
	.bio-appointment p:nth-child(2),
	.bio-schedule p:nth-child(n+2):nth-child(-n+8),
	.bio-schedule .bio-price p{
		font-size: 44px;
		line-height: 1.3;
	}
	.bio-schedule-day{
		margin: 20px 0;
	}
	.bio-price{
		margin: 20px 0;
	}
	.bio-price-service{
		width: 65% !important;
	}
	.bio-price-price{
		text-align: left !important;
		width: 25% !important;
	}
	#lauren-price-disclaimer{
		font-size: 32px;
		text-algn: center;
	}
	#lauren-not-taking{
		font-size: 28px;
	}
/*ARROW DOWN*/
	.scroll-down {
		position: absolute;
		left: 45%;
		bottom: 160px;
		display: block;
		text-align: center;
		font-size: 20px;
		z-index: 100;
		text-decoration: none;
		text-shadow: 0;
		width: 100px;
		height: 100px;
		border-bottom: 5px solid #fff;
		border-right: 5px solid #fff;
		z-index: 9;
		transition: all 1s linear;
		-webkit-transform: translate(-50%, 0%) rotate(45deg);
		-moz-transform: translate(-50%, 0%) rotate(45deg);
		transform: translate(-50%, 0%) rotate(45deg);
		-webkit-animation: fade_move_down 2s ease-in-out infinite;
		-moz-animation:    fade_move_down 2s ease-in-out infinite;
		animation:         fade_move_down 2s ease-in-out infinite;
	}
	/*animated scroll arrow animation*/
	@-webkit-keyframes fade_move_down {
	  0%   { -webkit-transform:translate(0,-50px) rotate(45deg); opacity: 0;  }
	  50%  { opacity: 1;  }
	  100% { -webkit-transform:translate(0,50px) rotate(45deg); opacity: 0; }
	}
	@-moz-keyframes fade_move_down {
	  0%   { -moz-transform:translate(0,-50px) rotate(45deg); opacity: 0;  }
	  50%  { opacity: 1;  }
	  100% { -moz-transform:translate(0,50px) rotate(45deg); opacity: 0; }
	}
	@keyframes fade_move_down {
	  0%   { transform:translate(0,-50px) rotate(45deg); opacity: 0;  }
	  50%  { opacity: 1;  }
	  100% { transform:translate(0,50px) rotate(45deg); opacity: 0; }
	}
/*****SALON SERVICES*****/
	.salon-services-page .jarallax{
		height: 1200px;
	}
	.salon-services-heading{
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
 		border-top: 0px solid transparent;
 		width: 100%;
	}
	.salon-services-heading h3{
		font-size: 90px;
		text-shadow: 1px 1px 10px #fff, -1px -1px 10px #fff, 1px -1px 10px #fff, -1px 1px 10px #fff;

	}
	.salon-services-blurb p{
		font-size: 56px;
		padding: 0 10px;
		text-shadow: 1px 1px 10px #fff, -1px -1px 10px #fff, 1px -1px 10px #fff, -1px 1px 10px #fff;
	}
	.salon-services-stylist{
		background-size: 10% auto;
		border-width: 6px;
		box-shadow: 0px -10px 10px 5px #000, 0px 10px 10px 5px #000;
		margin-top: 0px;
	}
	.salon-services-stylist p{
		font-size: 80px;
		text-shadow: 1px 1px 10px #000, -1px -1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000;
	}
	.salon-services-stylist a{
		font-size: 50px;
		text-shadow: 1px 1px 10px #000, -1px -1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000;
	}
	.salon-services-boxes{
		flex-direction: column;
	}
	.salon-services-boxes-container{
		max-width: calc(100% - 40px);
	}
	.salon-box{
		max-width: none;
	}
	.salon-box-container .service{
		font-size: 90px;
	}
	.salon-box-container .services-option{
		border-width: 4px;
	}
	.salon-box-container .services-option p{
		font-size: 50px;
	}
	.cancellation-policy{
		margin-top: 80px;
		width: calc(100% - 40px);
	}
	.cancellation-policy .salon-services-heading h3{
		font-size: 80px;
	}
	.cancellation-policy .salon-services-blurb p{
		font-size: 48px;
		text-align: center;
	}
/*****BRIDAL*****/
	.bridal-images-mobile{
		display: block;
	}
	.bridal-header{
		padding-top: 100px;
	}
	#bridal-text{
		padding: 0;
		width: 100%;
	}
	#bridal-main-heading{
	    font-size: 180px;
	    position: relative;
	    left: 0;
	    z-index: 10;
	    text-shadow: 2px 2px 3px #fff;
	    width: 100%;
	}
	#bridal-header-slider-mobile {
	    border: none;
	    left: 0;
	    margin: -190px auto 0 auto;
	    max-height: 1500px;
	    position: relative;
	    top: 0;
	    width: calc(100% - 20px);
   }
   	#bridal-header-slider-mobile img{
	   	height: 100%;
	   	max-height: 1500px;
	   	max-width: 100%;
	   	padding-top: 130px;
	}
	.bridal-header-photos{
		height: 1500px;
	}
	.bridal-header-photos .jarallax-img{
		border: 5px solid #D4CAB0;
	}
	#bridal-scroll-down{
		opacity: 1;
		position: absolute;
		top: 1100px;
		transition: .3s;
	}
/*BRIDAL BLURB*/
	.bridal-services-blurb{
		font-size: 56px;
		padding: 20px 10px 10px 10px;
		text-shadow: 1px 1px 10px #fff, -1px -1px 10px #fff, 1px -1px 10px #fff, -1px 1px 10px #fff;
	}
/*BRIDAL FORM*/
	#bridal-online-form-heading h3{
		border-width: 8px;
		font-size: 130px;
		padding-bottom: 10px;
		text-shadow: 1px 1px 10px #fff, -1px -1px 10px #fff, 1px -1px 10px #fff, -1px 1px 10px #fff;
	}
	.bridal-form-column-wrapper{
		flex-direction: column;
	}
	.bridal-form-input input{
		font-size: 56px;
		width: 100%;
	}
	.bridal-form-input textarea{
		font-size: 56px;
		height: 200px;
	}
	.bridal-form-buttons{
		width: 100%;
	}
	.bridal-form-buttons input{
		font-size: 56px;
		width: auto;
	}
/*DATE PICKER*/
	#ui-datepicker-div{
		width: calc(100% - 54px);
	}
	.ui-datepicker-title,
	.ui-datepicker th,
	.ui-state-default{
		font-size: 40px;
	}
	.ui-datepicker .ui-datepicker-prev,
	.ui-datepicker .ui-datepicker-next{
		height: 50px !important;
		width: 50px !important;
	}
	.ui-datepicker .ui-datepicker-prev span,
	.ui-datepicker .ui-datepicker-next span{
		background-image: none;
		height: 50px !important;
		left: 0 !important;
		right: 20px !important;
		top: 40% !important;
		width: 50px !important;
	}
	.ui-datepicker .ui-datepicker-prev span{
		background-image: url(../media/images/bridal/arrow-left.png);
		background-size: 50px 50px !important;
    	background-position: 0 0 !important;
		left: 20px !important;
	}
	.ui-datepicker .ui-datepicker-next span{
		background-image: url(../media/images/bridal/arrow-right.png);
		background-size: 50px 50px !important;
    	background-position: 0 0 !important;
	}
/*****THE PORCH*****/
	#the-porch-page{
		background-image: url('../media/images/the-porch/blue-board.jpg');
		background-attachment: fixed;
		background-size: auto 100%;
	}
	.the-porch-sign{
		padding-top: 250px;
	}
	.the-porch-sign p{
		font-size: 250px;
		margin-left: -30px;
		width: auto;
	}
	.the-porch-sign-bottom{
		padding: 0 10px;
		width: auto;
	}
	.the-porch-sign-bottom p{
		font-size: 100px;
		margin: 0;
	}
	.the-porch-sign img{
		height: 120px;
		max-width: 120px;
	}
	.the-porch-carousel{
		max-width: calc(100% - 10px);
	}
	.the-porch-carousel-wrapper{
		height: 800px;
		width: 100%;
	}
	#the-porch-carousel-1 img{
		height: 800px;
		max-height: 800px;
	}
	.the-porch-blurb{
		width: 100%;
	}
	.the-porch-blurb p{
		font-size: 66px;
		text-shadow: 1px 1px 10px #000, -1px -1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000;
	}
	.the-porch-brands-copy p{
		border-width: 6px;
		font-size: 90px;
		text-shadow: 1px 1px 10px #000, -1px -1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000;
	}
	.the-porch-brand-logos{
		flex-direction: column;
	}
	.the-porch-brand-logos img{
		padding: 40px 0;
		width: 90%;
	}
}
/*LANDSCAPE*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)and (-webkit-min-device-pixel-ratio: 1){
body{
	background-size: 4% auto;
	position: relative;
}
.body-wrapper-dark{
	height: 120vh;
	opacity: .5;
	position: absolute;
	transition: .3s;
	width: 100%;
	z-index: 10;
}
/*HEADER*/
	.header-desktop{
		display: none;
	}
	.header-mobile-wrapper{
		display: block;
		position: fixed;
	}
	.header-mobile{
		background-color: #fff;
		background-image: url(../media/images/logo/leaf-bullet.png);
		background-position: 0 -120px;
		background-size: 5% auto;
		box-shadow: 0px 10px 10px 5px #000;
		position: relative;
	}
	.header-mobile-container{
		display: flex;
		justify-content: center;
		position: relative;
	}
	.header-mobile-logo{
		box-shadow: 0 5px 10px #000;
		margin: 5px 0;
		position: relative;
	}
	.header-mobile-logo img{
		background-color: black;
		display: block;
		border: 4px solid #D4CAB0;
		max-width: 210px;
		min-width: none;
		padding: 5px;
		width: 100%;
	}
/*HEADER SCISSOR*/
	.header-mobile-scissor{
		height: 220px;
		left: 0;
		position: absolute;
		width: 250px;
	}
	.header-mobile-scissor-container{
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 140px;
		justify-content: center;
		margin: 0 auto;
		position: relative;
		width: 90px;
	}
	.scissor-arm{
		position: absolute;
	}
	.header-mobile-scissor img{
		max-width: 100%;
	}
	.scissor-one{
		margin-top: -20px;
		transform: rotate(350deg);
		transition: .6s;
	}
	.scissor-one-rotate{
		transform: rotate(380deg);
		transition: .6s;
	}
	.scissor-two{
		margin-top: -6px;
		transform: rotate(350deg);
		transition: .6s;
	}
	.scissor-two-rotate{
		left: -4px;
		transform: rotate(340deg);
		transition: .6s;
	}
	.scissor-bottom{
		background-color: #000;
		height: 3px;
		right: 2px;
		margin-top: 25px;
		transform: skew(300deg);
		transition: .6s ease-in;
		width: 45px;
	}
	.scissor-bottom-rotate{
		right: 10px;
		opacity: 0;
		transition: .3s ease-out;
	}
/*MOBILE DROPDOWN*/
	.mobile-dropdown{
		background-color: #000;
		background-image: url(../media/images/logo/leaf-bullet-darker.png);
		background-position: -100px -100px;
		background-size: 5% auto;
		border-bottom: 4px solid #D4CAB0;
		border-top: 4px solid #D4CAB0;
		box-shadow: 0px 20px 10px 5px #000;
		margin-top: 10px;
		padding: 20px 0;
		position: relative;
	}
	.mobile-dropdown-call-to-schedule a,
	.mobile-dropdown-links a{
		text-shadow: 1px 1px 10px #000, -1px -1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000;
	}
	.mobile-dropdown-call-to-schedule{
		font-family: 'Montserrat', sans-serif;
		font-size: 50px;
		text-align: center;
		font-weight: 900;
	}
	.mobile-dropdown-call-to-schedule a{
		color: #fff;
	}
	.mobile-dropdown-call-to-schedule span{
		font-family: 'avenir', sans-serif;
		font-size: 50px;
		font-weight: 700;
	}
	.mobile-dropdown-call-to-schedule br{
		display: none;
	}
/*MOBILE DROPDOWN SOCIAL*/
	.mobile-dropdown-social{
		display: flex;
		justify-content: space-around;
		margin: 0 auto;
		padding: 20px 0;
		width: 40%;
	}
	.mobile-dropdown-social i{
		align-items: center;
		background-color: #fff;
		border-radius: 50px;
		color: #000;
		display: flex;
		font-size: 40px;
		height: 60px;
		justify-content: center;
		width: 60px;
	}
/*MOBILE DROPDOWN LINKS*/
	.mobile-dropdown-links hr{
		display: none;
	}
	.mobile-dropdown-links ul{
		align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
	}
	.mobile-dropdown-links li{
		list-style: none;
		padding: 0;
	}
	.mobile-dropdown-links a{
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 40px;
	}
	#mobile-dropdown-porch a{
		font-family: 'sage', sans-serif;
		font-size: 60px;
	}
	.mobile-dropdown-links span{
		color: #fff;
		font-size: 40px;
		padding-bottom: 10px;
	}
	.homepage-blurb{
		width: auto;
	}
/**********
 * BOTY *
**********/
	.boty{
		border-width: 6px;
		box-shadow: 0 -20px 20px 5px rgba(0,0,0,.7);
		margin-top: 0;
		position: relative;
		padding: 40px 0;
	}
	.boty-container{
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: calc(100% - 40px);
	}
	.boty-logo{
		filter: drop-shadow(0 0 6px #000);
		width: 310px;
	}
	.boty-logo img{
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.boty-copy{
		background-image: radial-gradient(rgba(255,255,255,.6) 70%, rgba(255,255,255,0));
		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		margin-top: 0;
		text-align: center;
		width: 600px;
	}
/*BOOK YOUR APPOINTMENT TODAY*/
	.homepage-booking-banner{
		background-size: 5% auto;
	}
/*HOMEPAGE*/
	.homepage-booking-banner-box{
		flex-direction: column;
		width: auto;
	}
	.homepage-booking-banner-box h3{
		font-size: 40px;
	}
	.homepage-booking-contact-box{
		font-size: 32px;
		margin-top: 10px;
	}
/*ABOUT US*/
	.about-us-heading{
		border: none;
		width: auto;
	}
	.about-us-heading h3{
		font-size: 48px;
	}
		.homepage-blurb{
		font-size: 32px;
		max-width: 960px;
		width: 100%;
	}
/*SALON STYLES*/
	.salon-styles-container{
		max-width: 830px;
	}
/*****TEAM*****/
	.stylists-container{
		padding-top: 120px;
	}
	.stylists-row{
		max-width: 930px;
	}
	.stylist-bio-popup{
		height: auto;
		max-height: 100%;
		margin: 10px auto;
		width: 98%;
	}
	.stylist-bio-popup-container{
		max-height: 100%;
		overflow: hidden;
	}
	.bio-image {
	    width: 40%;
	    height: 100%;
	}
	.bio-image img{
		margin-top: -30px;
		object-fit: contain;
	}
	.bio-history li{
		display: flex;
	}
	.bio-history li:before{
		background-image: url('../media/images/logo/leaf-bullet.png');
  		background-repeat: no-repeat;
		background-size: 60px;
		content: '';
  		display: inline-block;
  		height: 60px;
  		margin-right: 5px;
  		padding-bottom: 8px;
  		width: 120px;
 	}
	.bio-text{
		width: 60%;
	}
	.bio-info{
		padding: 0 20px 10px 20px;
		width: auto;
	}
	.bio-name{
		font-size: 60px;
	}
	.bio-title{
		font-size: 28px;
	}
	.bio-story p{
		font-size: 28px;
	}
	.bio-history{
		padding: 40px 10px 10px 10px;
	}
	.bio-history li {
		font-size: 24px;
	}
	.bio-x i{
		font-size: 34px;
	}
	.bio-boxes{
		flex-direction: column;
		margin-top: 20px;
	}
	.bio-boxes-column{
		height: 100%;
		margin: 0 auto 20px auto;
		width: calc(100% - 40px);
	}
	.bio-boxes-column:nth-child(2){
		height: 100%;
		margin: 0 auto 190px auto;
		width: calc(100% - 40px);
	}
	.bio-appointment p:nth-child(1),
	.bio-schedule p:nth-child(1),
	.bio-social p,
	.bio-slideshow p{
		border-width: 4px;
		font-family: 'avenir', sans-serif;
		font-size: 42px;
		font-weight: 900;
	}
	.bio-boxes a{
		font-family: 'avenir', sans-serif;
		font-size: 32px;
		font-weight: 900;
	}
	.bio-slideshow{
		max-width: none;
	}
	.bio-carousel img {
	    border: 4px solid #897E67;
	    height: 400px;
	    object-fit: cover;
	    min-width: none;
	    width: calc(100% - 8px);
	}
	.bio-social-icons{
		padding: 20px 0;
	}
	.bio-social i,
	.bio-social a{
		font-size: 40px;
	}
	.bio-schedule p:nth-child(n+2):nth-child(-n+8){
		font-family: 'avenir', sans-serif;
	}
	.bio-appointment p:nth-child(2),
	.bio-schedule p:nth-child(n+2):nth-child(-n+8),
	.bio-schedule .bio-price p{
		font-size: 24px;
	}
/*****SALON SERVICES*****/
 	.salon-services-header-image{
 		box-shadow: 0 5px 10px #000;
 		padding-top: 120px;
 	}
 	.salon-services-page .jarallax{
 		height: 400px;
 	}
 	.salon-services{
 		margin: 30px auto;
 		max-width: 1500px;
 		width: 100%;
 	}
 	.salon-services-container{
 		margin: 0 auto;
 		max-width: 1000px;
 		width: 100%;
 	}
 	.salon-services-heading{
 		border: none;
 		color: #545046;
 		font-family: 'avenir', sans-serif;
 		font-size: 48px;
 		font-weight: 700;
 		text-align: center;
 		width: 100%;
 	}
 	.salon-services-blurb{
 		color: #000;
 		font-family: 'Montserrat', sans-serif;
 		font-size: 32px;
 		padding: 10px 10px 0 10px;
 		text-align: center;
 	}
 	.salon-services-stylist{
 		background-color: #000;
		background-image: url(../media/images/logo/leaf-bullet.png);
		background-position: 0 -115px;
		background-size: 2% auto;
		box-shadow: 0 5px 10px #000, 0 -5px 10px #000;
 		color: #fff;
 		font-family: 'avenir', sans-serif;
 		margin: 0 auto;
 		max-width: 1500px;
 		padding: 20px 0;
 		text-align: center;
 		width: 100%;
 	}
 	.salon-services-stylist p{
 		font-size: 44px;
 		padding-bottom: 5px;
 	}
 	.salon-services-stylist a{
 		border-bottom: 1px solid #fff;
 		color: #fff;
 		font-family: 'avenir', sans-serif;
 		font-size: 26px;
 		text-decoration: none;
 	}
 	.cancellation-policy .salon-services-blurb{
 		font-size: 14px;
 	}
/*SERVICES BOXES*/
	.salon-services-boxes{
		display: flex;
		margin: 0 auto;
		max-width: none;
	}
	.salon-services-boxes-container{
		align-items: center;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 1000px;
		width: 100%;
	}
	.salon-box{
		background-color: #545046;
		border: 1px solid #000;
		box-shadow: 10px 10px 10px #000;
		margin-top: 40px;
		max-width: 460px;
		width: 100%;
	}
	.salon-box-container{
		padding: 10px;
		text-align: center;
	}
	.services-option{
		border-bottom: 1px solid #000;
		display: flex;
		justify-content: space-between;
		padding: 5px 0;
	}
	.salon-box-container .service{
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 44px;
		padding-bottom: 10px;
		text-shadow: 1px 1px 3px #000;
	}
	.salon-box-container .services-option p{
		color: #fff;
		font-family: 'avenir', sans-serif;
		font-size: 24px;
	}
	.slick-track {
	    position: relative;
	    top: 0;
	    left: 0;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    float: left;
	}
/*SYLIST PRICING*/
	#jessica-bio-popup .bio-pricing .bio-price p:nth-child(2),
	#kellie-bio-popup .bio-pricing .bio-price p:nth-child(2),
	#nichole-bio-popup .bio-pricing .bio-price p:nth-child(2),
	#hide-price{
		color: transparent;
	}
/*CANCELLATION POLICY*/
	.cancellation-policy h3{
		font-size: 40px;
	}
	.cancellation-policy p{
		text-align: center;
	}
/*****BRIDAL PAGE*****/
	.bridal-header{
		margin: 0 auto;
		max-width: 1500px;
		width: 100%;
	}
	.bridal-header-container{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 auto 440px auto;
		max-width: 1250px;
		position: relative;
		width: 100%;
	}
	.bridal-header-boxes{
		margin-top: 140px;
	}
	#bridal-header-slider{
		border: 5px solid #D4CAB0;
		height: 100%;
		left: 10px;
		max-height: 500px;
		position: absolute;
		top: 0;
		width: 400px;
	}
	#bridal-header-slider img{
		display: block;
		height: 490px;
		object-fit: cover;
		object-position: 0 0;
	}
	#bridal-text{
		padding: 50px 10px 10px 10px;
		width: 550px;
	}
	.bridal-services-heading{
 		font-family: 'bridal', sans-serif;
 		text-align: center;
 	}
 	#bridal-main-heading{
 		color: #000;
 		font-size: 120px;
 		position: absolute;
 		right: 0;
 		left: none;
 		top: 145px;
 		z-index: 10;
 	}
 	#bridal-main-heading h3{
 		font-weight: 100;
 	}
 	.bridal-services-blurb{
 		color: #000;
 		font-family: 'Montserrat', sans-serif;
 		font-size: 27px;
 		padding-top: 90px;
 		text-align: center;
 	}
/*BRIDAL FORM*/
	.bridal-online-form{
		position: absolute;
    	left: 0;
    	right: 0;
    	margin: 0 auto;
    	width: 90%;
	}
 	#bridal-online-form-heading h3{
 		border-bottom: 3px solid #897E67;
 		font-size: 66px;
 		margin-top: 20px;
 		padding-bottom: 2px;
 	}
 	.bridal-form-container{
 		margin: 0 auto;
 		width: 95%;
 	}
 	.bridal-form-column-wrapper{
 		display: flex;
 		justify-content: space-between;
 	}
 	.bridal-form-input input{
 		border-bottom: 2px solid #897E67;
 		border-left: none;
 		border-right: none;
 		border-top: none;
 		font-family: 'Montserrat', sans-serif;
 		font-size: 26px;
 		margin: 10px 0;
 		padding: 3px 0 3px 3px;
 		width: 400px;
 	}
 	.bridal-form-input textarea{
 		border-bottom: 2px solid #897E67;
 		border-left: none;
 		border-right: none;
 		border-top: none;
 		font-family: 'Montserrat', sans-serif;
 		font-size: 26px;
 		margin: 10px 0;
 		padding: 3px 0 3px 3px;
 		width: 100%;
 	}
 	#bridal-form-input-textarea{
 		text-align: center;
 	}
 	.bridal-form-buttons{
 		display: flex;
 		justify-content: space-evenly;
 		margin: 0 auto;
 		width: 350px;
 	}
 	.bridal-form-buttons input{
 		background-color: #000;
 		border: 1px solid #D4CAB0;
 		color: #fff;
 		font-size: 26px;
 		padding: 2px 15px;
 		transition: .3s;
 		width: 150px;
 	}
 	.bridal-form-buttons input:hover{
 		background-color: #D4CAB0;
 		border-color: #000;
 		color: #000;
 		cursor: pointer;
 	}
/*****THE PORCH PAGE*****/
	#the-porch-page{
		background-image: url('../media/images/the-porch/blue-board.jpg');
		background-attachment: fixed;
		background-size: auto 100%;
	}
	.the-porch-sign{
		margin: 0 auto;
		max-width: 1500px;
		padding-top: 175px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.the-porch-sign p{
		color: transparent;
		background-clip: text;
		background-image: url('../media/images/the-porch/white-board.jpg');  
    	background-position: 0 0;
  		background-size: 90% 90%;
  		-webkit-background-clip: text;
  		font-family: 'sage', sans-serif;
  		font-size: 200px;
  		line-height: .9;
  		margin: 0 auto;
  		text-align: center;
  		width: 800px;
  		-webkit-text-stroke-width: 1px;
	    -webkit-text-stroke-color: #545046;
	}
	.the-porch-sign-bottom{
		display: flex;
		justify-content: flex-end;
		margin: 0 auto;
		width: 730px;
	}
	.the-porch-sign-bottom p{
		color: transparent;
		background-clip: text;
		background-image: url('https://www.wildtextures.com/wp-content/uploads/wildtextures_white-stained-wooden-boards-1280x993.jpg');  
    	background-position: 0 0;
  		background-size: 50% 50%;
  		-webkit-background-clip: text;
  		font-family: 'avenir', sans-serif;
  		font-size: 60px;
  		line-height: .9;
  		margin-top: -25px;
  		text-align: right;
  		-webkit-text-stroke-width: 1px;
	    -webkit-text-stroke-color: #545046;
	}
	.the-porch-sign img{
		background-color: transparent;
		display: block;
		height: 60px;
		margin-top: -25px;
		max-width: 60px;
	}
	.the-porch-blurb{
		margin: 10px auto 0 auto;
		max-width: 1500px;
		position: relative;
		width: 100%;
	}
	.the-porch-blurb-container{
		color: #fff;
 		font-family: 'Montserrat', sans-serif;
 		font-size: 32px;
 		margin: 0 auto;
 		padding: 20px;
 		text-align: center;
		text-shadow: 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
	}
/*CAROUSELS*/
	.the-porch-carousel{
		margin: 10px auto 0 auto;
		max-width: 1500px;
		position: relative;
		width: 100%;
	}
	.the-porch-carousel-wrapper{
		box-shadow: 0 0 5px 5px #000;
		height: 350px;
		margin: 0 auto;
		width: 98%;
	}
	#the-porch-carousel-1 img{
		display: block !important;
		height: 350px;
		max-height: 350px;
		max-width: 100%;
		object-fit: cover;
		width: 100%;
	}
/*BRANDS*/
	.the-porch-brands-copy p{
 		border-bottom: 3px solid #000;
 		color: #fff;
 		font-family: 'avenir', sans-serif;
 		font-size: 36px;
 		font-weight: 700;
 		margin: 40px auto 0 auto;
 		text-align: center;
 		text-shadow: 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
 		width: 960px;
 	}
 	.the-porch-brand-logos{
 		align-items: center;
 		display: flex;
 		justify-content: space-evenly;
 		padding: 10px 0;
 		width: 100%;
 	}
 	.the-porch-brand-logos img{
 		display: block !important;
 	}
/*****FOOTER*****/
	.homepage-info span{
		background-color: #fff;
 		border-bottom: 3px solid #fff;
        border-image-source: none;
        border-image-slice: 0;
    }
    .info-info-container{
    	max-width: 90%;
    }
}

