*
{
	margin:0;
	padding: 0;
	
}

body{
	width: 100%;
	overflow-x: hidden;

}

.logo, .logo p
{
float:left; 
color: #8f7c56;
background-color: black;
}


/* menu styles*/
#menu .main-menu {
  display: none;
}

#dropdown:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.navicon {
  display: none;
}


#menu .sub-menu {
  background-color: black;
}

#menu li, 
#Main-Label, 
#menu a {
  position: relative;
  display: block;
  color: white;
}

#menu, 
#Main-Label {
  background-color: black;
}

#Main-Label, 
#menu a {
  padding: 1em 1.5em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: white;
  color: #8f7c56;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #8f7c56;
}

#Main-Label .navicon, 
#menu li label.navicon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

#menu label.navicon, #Main-Label span.navicon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  color: rgba(255, 255, 255, .75);
}

#menu .navicon {
  line-height: 1;
}

/*footer styles*/
.footer
{
	width: 100%;
	background-color:black;
	display: block;
	position:absolute;
	left:0;
	right:0;
	

}

.inner-footer
{
	width:95%;
	margin: auto;
	padding: 30px 10px;
	display: flex;
	flex-wrap: wrap;
	box-sizing:border-box;
	justify-content: center;

}


.footer-items
{
	width: 25%;
	padding: 10px 20px;
	box-sizing: border-box;
}


.footer-items p
{
	 color: white;
	 font-size: 16px;
	 text-align: justify;
	 line-height: 25px;
}


h2
{
	color: white;
	padding: 10px 0;
	font-size: 25px;
	text-transform: uppercase;
}

h3
{	
	font-size: 16px;
	margin: 10px 0;
	color: white;
	font-weight: lighter;
	text-transform: uppercase;
}

.border
{
	height: 2px;
	width: 40px;

}

.footer ul
{
	list-style: none;
	color: white;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.footer ul a
{
	text-decoration: none;
	color: white;
}

.footer ul a:hover
{
	text-decoration:underline;
	outline: none;
}


.footer ul li
{
	margin:10px 0;
	height: 25px;
}

.footer li i{
	margin-right: 20px;
	color: white;

}


@media only screen and (max-width: 1080px)
{
	.footer-items{
		width: 50%;
		
	}
}

@media only screen and (max-width: 600px)
{
	.footer-items{
	
		width: 100%;	
	}
}

/*end of footer styles*/

#container
{
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: center;
	line-height: 2em;
	margin-top: 2em;
	margin-bottom: 3em;
	padding-bottom: 1em;
	font-size: 120%;
	position: relative;
	z-index: 1;
}

#container h1
{
	color:#8f7c56;
	margin-bottom: 1em; 
}

.animate
{
	width:85%;
	height: 25em;
	box-shadow:2px 2px 10px black;
	display:block;
	margin-left: auto;
	margin-right: auto; 
	background-image: url("haircolor3.jpg");
	background-size: cover;
	background-position: center;
	animation: slideshow 20s infinite;
	margin-top: 1em;
	margin-bottom: 1em;
}


#container ul li
{
	list-style-type: none;
}

@keyframes slideshow
{
	25%{

		background-image: url("haircolor3.jpg");
	}

	50%{

		background-image: url("haircolor4.jpg");
	}

	75%{
			background-image:url("haircolor5.jpg");
	}


}



/*clickable Image*/
.imagebutton {
 position: relative;
 display: block;
 margin-left: auto;
 margin-right: auto;
 -webkit-transition: -webkit-transform .8s ease-in-out;
 transition:transform .8s ease-in-out;
}

.imagebutton .image {
 display: block;
 width: 100%;
height: 20em;
opacity: .75;
}

.imagebutton .overlay {
 color:white;
 font-size:25px;
 line-height: 1.5em;
 background-color:black;
 text-align: center;
 position: absolute;
 width: 100%;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -40%);
}

.imagebutton:hover
{
	transform: rotate(360deg);
}

h4
{
	margin-bottom: 1em;
	color: #8f7c56;
	text-decoration: underline;
}

/*mobile styles*/
@media only screen and (max-width: 480px)
{
	
.menu
{
	display: none;
}


.footer
{
	width: 100%;
}


.logo2
{
	color: #8f7c56;
	background-color: black;
	font-size: 3em;
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
}

.logo2 p
{
	font-size: .5em;
	color: white;
	padding: .2em;
}

.logo2 p:nth-of-type(1)
{
	padding-top: 2em;
}


}


/*tablet styles*/
@media only screen and (min-width: 481px)
{

.menu
{
	display: none;
}



.logo2
{
	color: #8f7c56;
	background-color: black;
	font-size: 3em;
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
}

.logo2 p
{
	font-size: .5em;
	color: white;
	padding: .2em;
}

.logo2 p:nth-of-type(1)
{
	padding-top: 2em;
}

.imagebutton
	{
		 width: 75%;
	}


}


/*desktop Styles*/

@media only screen and (min-width: 769px)
{

	#container
	{
		font-size:150%;
	}

	img
	{
		width:60%;
		float:none;
	}

	.imagebutton
	{
		 width: 35%;
	}

	
}

@media only screen and (min-width: 1350px)
{

	#menu
	{
		display:none;
	}

	.menu{
		display: block;
		height:10em;
		background-color: black;
		width: 100%;
		
	}

	.menu ul
	{
	margin-bottom: 0;
	list-style: none;
	position: top;
	padding-top: 3em;
	padding-bottom: 4em;
	}

.menu ul li
	{
	width: 6.5%;
	height: 2.5em;
	line-height: 2.5em;
	float:left; 
	text-align: center;
	margin-right: 0.125em;
	padding-left: 1em;
	}

.menu ul li a
{	
	background-color: black;
	text-decoration: none;
	color: white;
	display: block;
}

.menu ul li a:hover
{
	background-color:#8f7c56;
}
.menu ul li ul li
{
	display: none;
}

.menu ul li:hover ul li
{
	display:block;
	width:200%;
	z-index: 2;
	position: relative;
}

.menu i
{
	margin-left:5px;
	font-size: .5em;
}

.logo p
{
	font-size: .5em;
	color: white;
	padding: .2em;
}

.logo p:nth-of-type(1)
{
	padding-top: .4em;
}

.logo
{
	
	font-size: 3em;
	letter-spacing: 3px;
	margin-left: .7em;
}

.logo2
{
	display: none;
}
}