html, body{
	height:100%;
	width:100%;
}

body{
	display:flex;
padding-top:15px;
padding-left:5px;
padding-right:5px;


}


.logo{
background-image: url('../image-2/logo2.png');
width:110px;
height:120px;
background-size:100%;
background-repeat:no-repeat;
position:relative;
float:right;
}

.logo:hover{
background-image: url('../image/logo-hover.png');
width:110px;
height:120px;
background-size:100%;
background-repeat:no-repeat;
position:relative;
float:right;
}

.menu{

color:black;
width: 150px;

font-size:1.375em;
font-family:avenir-next;
text-align:left;
position:relative;
text-decoration:none;
margin-left:-28px;




}


.parent{
	max-height:1.2em;
	overflow:hidden;
	
	transition: max-height 0.5s ease,
				color 0.5s ease;
	border-bottom: 2px solid black;
	margin-bottom: 4px;
	
    width:126px;
border-left:2px;
	
	
}
	



.parent:hover{
	max-height:800px;

}


.child{
	
	list-style:none;
	
	
	color:black;
	font-size:1em;
	font-family:avenir-next;
}

.child:hover{
	color:#986e34;
	}
	
.past{

	width: 600px;
	height:500px;
	padding-top:15px;
	padding-left:80px;
	position:relative;
	
}
.past:hover{

	width: 600px;
	height:500px;
	padding-top:15px;
	padding-left:80px;
	position:relative;

}

hgroup{
width:450;
margin-left:88px;
}

.sfm {
	position: relative;
	border: 1px solid #986e34;
	height: 24px;
	width:129px;
	margin-top:1789px;
}

.sfm input {
	width: 100%;
	border: none;
}

.sfm input:focus {
	outline: none;
font:avenir-next;
}


#sb {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
	background-image: url('../image/search_icon.png');
	width: 24px;
	height: 24px;
}


background-size: 100%;
}

#my-img:hover {
background-image: url('../image-2/child2.jpg');
}


	
	
