/* https://webdesign-assistant.com */
body{
	font-family: verdana;
	text-align: center;
    background: #eee;
	margin: 0;
}
h1{
    color: #fff;
	background-color: #888;
	border-bottom: 2px solid #555;
	margin: 0;
	padding: 8px 0;
	margin: 0 0 30px 0;
}
#accordion-menu{
	width: 300px;
	margin: 0 auto;
}
.menu-item{
	width: 100%;
	cursor: pointer;
	text-decoration: none;
    font-size: 18px;
    color: #666;
    font-family: arial;
    background: #ddd;
    border: solid #bbb 1px;
	border-top: none;
    padding:8px;
}
.menu-item:first-child{
	border-top: solid #bbb 1px;
}
.menu-item:hover{
    color: #fff;
    background: #ccc;
}
.menu-item-content{
	padding: 0 8px;
    background: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
}
a{
    color: #555;
	display: inline-block;
	margin: 30px 5px;
}
















