.content {
    display:none;
    position: relative;
}

.dropdown{
    font-family: 'Futura', sans-serif;
    line-height: 19px;
    font-size: 15px;
    margin: 30px 0 0 0;
}

.dropdown .title{
    margin: 0 0 3px 0;
    padding: 10px 0;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    cursor:pointer;
    background: #96FA96;
	        transition: background 0.2s linear;
	   -moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
    clear: both;
}

.dropdown .title:hover {
    background: #0C0;
}
.dropdown .title.close {
    background: #0C0;
}
.dropdown .content a{
    text-decoration: none;
    color: #000;
}
.dropdown .content h1{
    text-align: center;
    font-size: 45px;
    margin: 30px 0;
    padding: 0;
    color: #96FA96;
}