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;
}
#ab{
	
	float:right;
	margin-right:20px;
	margin-top:20px;
	border-style:solid;
	border-color:white;
	border-width:0.6px;
	width:s-resize;
	border-radius:10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	
}

#ab2{
	
	
	
	margin-top:50px;
	border-style:solid;
	border-color:white;
	border-width:0.6px;
	width:300px;
	border-radius:10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	
}


a{
	text-decoration:none;
}

#slide_box{
	left:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	color:white;
	
	
	
}
#slide_info{
	padding-top:303px;
	width:100%;
	height:se-resize;
	background-color:black;
	opacity:0.6;
	
}
#bodyInfo{
	
	width:100%;
	height: se-resize;
	
}
#about{
	height:se-resize;
	width:100%;
	
	
}
#about_info{
	width:500px;
	height:se-resize;
	float:left;
	
	margin-left:50px;

}

#link_b{
	background-color:blue;
	margin-top:30px;
	margin-bottom:30px;
	border-style:solid;
	border-color:blue;
	border-width:0.6px;
	width:150px;
	border-radius:7px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	
}
#services{
	height:se-resize;
	width:100%;
	margin-top:100px;
	
	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:500px;
	height:se-resize;
	float:right;
    text-align:left;
	

}
#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;
	
	
	
}
#contacts{
width:100%;
height:se-resize;
background-color:#330033;
text-align:center;
margin-top:50px;
padding-top:20px;
padding-bottom: 20px;
word-spacing:5px;
	
	
}
#ads{
	
	width:400px;
	height: se-resize;
	
}
#ads_info{
	
	width: 300px;
	height: se-resize;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	background-color:#330033;
	border-radius:10px;
	
}




.men_pic {
 
 color: white;
 padding: 16px;
 font-size: 16px;
 border: none;
 
	margin-right:50px;
	
}
.dropdown {
 position: relative;
 display: inline-block;
 float:right;
 
 
}
.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;}







