body{
	width:100%;
	height:100%;
	background-color:white;
	
	
	
}

#main{
	width:100%;
	height:60px;
	background-color:#330033;
	position:fixed;
	left: 0;
	top:0;
	z-index:9999;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#logo{
	float:right;
	
}
#search{
	
    float: right;
	height:60px;
	width: 380px;
	padding-top:10px;
	
}
#input_search{
	
	height: 30px;
	width: 250px;
	border-radius:5px;
}
#input_text{
	
	height: 30px;
	width: 300px;
	border-radius:5px;
	
	
}

#submit{
	
	width:100px;
	height:30px;
	background-color:#303;
	color: white;
	border-color:white;
	border-radius:10px;
}

#signup{
	
margin-top:100px;
height:se-resize;
width:450px;
	
	background-color: #f1f1f1;
	padding-top:20px;
	padding-bottom: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	
}

#services{
	height:se-resize;
	width:90%;
	margin-top:100px;
	padding-left:10px;
	background-color: #f1f1f1;
	padding-top:20px;
	padding-bottom: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	
	
	
}


#services3{
	height:se-resize;
	width:90%;
	margin-top:100px;
	padding-left:10px;
	background-color: #f1f1f1;
	padding-top:20px;
	padding-bottom: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	
	
	
}



#sales{
	width:450px;
	height:se-resize;
	float:right;
    text-align:left;
    padding-left:20px;
	
}

a{
	text-decoration:none;
}
#price_tag{
	
	background-color:#33CC00;
	border-radius:10px;
	width:250px;
	height:se-resize;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:50px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
	
	
}


.men_pic {
 
 color: white;
 padding: 16px;
 font-size: 16px;
 border: none;
 

	
}
.dropdown {
 position: relative;
 display: inline-block;
 
 float:left;
 
}

.dropdown-content {
 display: none;
 position: absolute;
 background-color: #f1f1f1;
 min-width: 200px;
 
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
}
.dropdown-content a {
 color: black;
 padding: 12px 16px;
 text-decoration: none;
 display: block;
 
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

