.menu a{
	
	color: #464648;
	outline: none;
}

.menu a:hover{
	
	color: #638FA8;
	border: none;
}

.menu .active>a{
	
	background-color: transparent;
	color: #42749e;
}

#toggle-menu{
	
	position: absolute;right: 1rem;top:1rem;background-color:#9F9F9F;


}

@media screen and (max-width: 390px) { 
	#toggle-menu{
	top:55px;
	}
	}
	
#event_list {

list-style: none;

}
#event_list .event {
margin-bottom: 25px;
padding-bottom:15px;
border-bottom: dotted thin #464648;
word-break: break-word;
}
#newer{float:left;}
#older{float:right;margin-right:0;}

#imatge_portada{
	max-height: 90vh;
	clear: both;
	display: block;
	
}