*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
	
}



body {
	
	line-height: 1;
	font-family: Roboto, sans-serif;  
 	 font-optical-sizing: auto;
 	 font-weight: 600;
  	font-style: normal;
 	 font-variation-settings:
   	 "width" 100;
}



html { 
background: url('images') no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
}

#homeBoxes {
  overflow: hidden;
  margin: 0 auto;
}

#main {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	clear: both;
}

#main.outsidebox {
	background: rgba(000, 000, 000, 0.7);
	position: relative;
	z-index: 2;
	left: 0;
	top: 10px;
	bottom: 150px;
	width: 88%;
	border-radius: 9px;
	padding: 0 23px;
}

#insidebox {
	text-align: center;
	position: relative;
	
	
}

#insidebox_thankyou {
	text-align: center;
	position: relative;
	padding: 20px 20px 30px 20px;
}

h1{
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	font-weight: bold;
	
	line-height: 1em;
}

h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20pt;
	font-weight: 400;
	color: #000;
	line-height: 1em;
	padding: 5px 0px 10px 0px;
}

h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	padding: 10px 0px 0px 0px;
}

#legal{
	line-height: 1em;
	padding: 10px 0 15px 0;
	text-align: center;
}

a:link, :visited {
    color: #f0ffdd;
	text-decoration: none;
	
}

.pic-btn{
	display: inline-block;
	background-color: #ff5500;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 25px;
	margin-left: 47px;
	border-radius: 9px;
	transition: all 0.4s;
	margin-right: 0;
}


.pic-btn:hover{
	background-color: #5500ff;
	transform: translate(-.3)


}



.tablePrice{text-align:center; width="688px;"
	}
.tableDay small{font-size:14px}
.orderButton{font-family:Tahoma, Verdana, Arial;font-size:17px;font-weight:bold;cursor:pointer;cursor:hand
}

table{-moz-border-radius:6px 6px 6px 6px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.0);-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.0)

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

li{text-align:left;
}
ul li,ol li{margin:10px; 
}

ul li ul li{margin-left:30px;
}

ul.no,ul.yes{margin-left:0;padding-left:0;list-style:none;
}
 
.no li,.yes li{background-repeat:no-repeat;padding-left:20px
}

.blank li{background-image:none !important;color:white !important
}
li.blank{background-image:none !important;color:white !important}


.no li{background-image:url()
}

ul.yes li.no{background-image:url() !important
}




nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  border-bottom: 1px solid #000;
  z-index: 10;

}

.logo{
  width: 150px;
  cursor: pointer;

}


.nav-icons{
	display: flex;
	margin-right: 0px;
	cursor: pointer;
}

.nav-icons img{				
	width: 40px;			
	border-radius: 50%;	
	padding: 0 3px;	
	cursor: pointer;
}


.header{
	
	width: 100%;
	min-height: 100vh;
	background: linear-gradient(#eefff9 0%, #ffccd1 49%, #dcdbff 100%);	
	padding: 0 3rem 5rem;
	display: flex; 
	justify-content: center;
	flex-direction: column ;

}

.header h1{
	margin-top: 7rem;
	font-size: 8vw;
	font-weight: 600;
	line-height: 7.5vw;
}



.btn-container{
	margin: 10px 0;
	display: flex;
	

}

.header button{
	border: 0;
	outline: 0;
	display: flex;
		
	cursor: pointer;
	
	
}


.btn-call{ 	
	text-decoration: none;
	display: flex;
	align-items: center;
	background: #ff0000;
	font-size: 12pt;
	color: #fff;
	
	padding: 7px 10px;
	border-radius: 20px;
		transition: all 0.4s;

}


.btn-call:hover{
	transform: translatey(-.1rem);
	background-color: #4a3131;

	
}




.btn-call img{
	
	width: 38px;
	background: #fff;
	border-radius: 50%;
	padding: 0px;
	margin-right: 20px;
	
}




.dial-container{
	margin: 5px 0;
	display: flex;
}

.dial-now{	
	
	text-decoration: none;
	display: flex;
	align-items: center;
	background: #ff0000;
	font-size: 10pt;
	color: #fff;
	
	padding: 7px 10px;
	border-radius: 20px;
	

}

.dial-now img{
	
	width: 25px;
	background: #fff;
	border-radius: 50%;
	padding: 0px;
	margin-right: 20px;
}


.corn-rows-img{

	width: 100%;
	max-width: 275px;
	position: absolute;
	right: 3%;
	top: 50px;
	bottom: 0px;

}

.call-now p{
	font-size: 7pt;
	font-weight: 300;
	margin: 1rem 0 .5rem 0;
	text-align: center;
	line-height: 1rem;

}

.call-why p{
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 1rem 0;
	text-align: center;
	line-height: 1rem;


}

.p-footer{
	font-size: 12px;
	color: #ffff00;
	text-transform: uppercase;

}

.p-description{
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 12px;

}


.btn-order {
	display: inline-block;
	background-color: #ff5500;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 10px 15px;
	margin-top: 8px  0;
	border-radius: 8px;
	transition: all 0.4s;

}


.btn-order:hover{
	transform: translatey(-.1rem);
	background-color: #000;
}


/*-----------------ANIMATION-------------------*/

.header h1 span{
	 background: linear-gradient(#000, #000fff);
	background-repeat: no-repeat;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-size: 0%;
}

.header h1 span:first-child{
	animation:textcolor1 2s linear infinite alternate;
}

.header h1 span:last-child{
	animation:textcolor2 2s linear infinite alternate;

}
@keyframes textcolor1{
	0%{
		background-size: 0%;
	}
	40%{
		background-size: 100%;
	}
	100%{	
		background-size: 100%;
}

}

@keyframes textcolor2{
	0%{
		background-size: 0%;
	}
	40%{
		background-size: 0%;
	}
	100%{
	
		background-size: 100%;

}
}


/*-----------------BODY CONTENT-------------------*/

.date{
	margin: 30px 0 20px 30px;

}

.first-braid-number{
	font-size: 2.5rem;
	color: #23defe;
	margin: 0 0 0 12px;
	
}


.heading-flat{
	font-size: 1rem;
	color: #555;
	margin-left: .8rem;
	padding-bottom: 5px;
}

.braids-description{
	font-size: .6rem;
	color: #555;
	margin-left: .8rem;

}

.section-features{
	width:100%;
	padding: 0 1.3rem;

}

.section-vid{
	width:100%;
	display: flex;
		background-color: #000;
		padding: 1rem;
	align-items: center;


}

.braids-script h3{
	font-size: 25pt;
	color: #fff;
 line-height: 1.5rem;
 padding-bottom: 1rem;

}

.braids-cript p{
font-size: 12pt;
	color: #f8dddd;
 line-height: 1.5rem;
}


.section-knotless{
	width:100%;
	display: flex;
	padding:  2.6rem 3.5rem;
	gap: 0 2.5rem;
	align-items: center;

}


.p-styles{
	text-align: left;	
	font-size: 14pt;
	color: #000;
	line-height: 15px;
	margin-left: .3rem;
	text-transform: uppercase;
	padding: 1rem 0 0 0;

}

.braids-knots{
width: 100%;
align-items: center;
height: 294px; 
border-radius: 5px;
margin-bottom: 20px;
transition: all 0.4s;

}

.braids-knots:hover{
transform: scale(1.1)

}



.span-1-of-4{
	max-width: 350rem;
	display: flex;
	align-items: center;
 
	gap: .6rem;
	padding: 0 .5rem;
}


.hair{
width: 100%;

	border-radius: 5px;
	height: 12rem; 
	align-items: center;
	transition: all 0.4s;
	margin: 8px 0px;
	
}

.hair:hover{
transform: translatey(-.3rem)

}



.p-footer{
	display: flex;
	align-items: center;
	color: #fff000; 
		letter-spacing: 1px;
	font-size: 14pt;
	font-weight: 300;
	margin: 12px auto;


}

.table{
	margin-top: 2rem;


}


/*-----------------MEDIA QUERIES FOR HEADER CONTENT-------------------*/


@media only screen and (max-width: 600px) {

.header{
	
	min-height: auto;
	padding: 0; 
	background: linear-gradient(#eefff9 0%, #ffccd1 49%, #dcdbff 100%);	
	
}

.header-content{
	
	position: absolute;	
	bottom: 13rem;
	padding: 0;
	z-index: 2;
	margin-left: 1.5rem;
	
	background: linear-gradient(transparent, #ffffff);
}
.btn-container{
	margin: .5rem 0;

}

.btn-call{
	width: 12rem;
	min-height: auto;
	padding: .5rem;
	margin: 0;		
}


.corn-rows-img{
	width:100%;
	min-height: 50vh;
	margin:  0 10px;

}



.header h1{
	font-size: 35pt;
	line-height: 2.9rem;
	margin-bottom: 1rem;
	
}

.header p{
	font-size: 18pt;
	line-height: 1.5rem;
	margin-bottom: 1rem;

}

.dial-container{
	width: 60px;
	grid-template-columns: 1fr;
	
}

.btn-order {
	margin-bottom: 2rem;
}


.hair{
	width: 100%;

	height: 25rem;
	
}
	
.braids-knots{
width: 100%;
height: 10rem;

}

.section-Knotless{
	width: 100%;
	padding: 1rem 1.5rem;
 
}


.span-1-of-4{
	width: 100%;
 
}
.p-styles{
	text-align: left;	
	font-size: 14pt;
	color: #000;
	line-height: 15px;
	
	text-transform: uppercase;
	padding: 1rem 0 0 0;

}


.section when{
	margin-bottom: 7rem;
}




.date{
	
	margin-top: 29rem;
	margin-left: 1rem;

}


.section-footer{
	width: 100%;
	margin-top: 2rem;
	
 	
}



}





