#lash1, #lash2, #lash3
{
    display: block;
    margin: 0 auto;
	height:600px;
	width:600px;
}


#overall
{
  border-radius: 25px;
  position:relative;
  left:5%;
  width:90%;
  background-color:#818181;
  /*color:#D1B699;*/
  border-style: solid;
  border-color: black;
  font-family: 'Lobster', cursive;
}
#text
{
	width:100%;
	display: inline-block;
	font-family: 'Maven Pro', sans-serif;	
}
#homeimg
{
	width:80%;
	margin-left: 10%;
    margin-right: 10%;
	
	
}
#mainimg, #waximg, #makeupimg, #aboutimg, #aboutimg2, #homeimg
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	
	
	
}
#waximg, #makeupimg, #aboutimg, #aboutimg2, #homeimg, #lash1, #lash2, #lash3
{
	border-radius: 25px;
	border-style: solid;
	border-color: black;
	
}
#group1
{
	display: inline-block;
	padding: 12px 8px; 
  
	
}

#menu
{
	position: relative;
	margin-left: auto;
    margin-right: auto;
	
}	
#waxtext
{
	font-family: 'Maven Pro', sans-serif;	
}
p
{
	left: 10%;
	right: 10%;
	font-family: 'Maven Pro', sans-serif;
}
 

h1,h2
{
	font-family: 'Maven Pro', sans-serif;
	
}

table
{
	 font-size:20px;
	 font-family: 'Maven Pro', sans-serif;
}
ul#menu {
	text-align:center;
    
}
ul#menu li {
    display: inline;
	
}
ul#menu li a {
    background-color: black;
    color: white;
    padding: 20px 30px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}
ul#menu li a:hover {
    background-color: orange;
}
body
{
	font-size:20px;
}
#footer
{
	font-size:20px;
}




