body {
	background-image: url("image/jpaper2.jpg");
}
p{
	color: #222222;
	font-size: 1.3em;
}
details{
	background: rgba(210, 210, 210, 1);
	font-size: 1rem;
	padding: 0px;
}
summary{
	background: rgba(230, 230, 230, 1);
	box-shadow: 0 0 5px 1px #cccccc;
	padding: 5px;
	cursor: pointer;
}
summary:focus{
	outline: none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img.link{
	width: 60px;
}
iframe{
	width: 560px;
	height: 315px;
	border: none;
}
nav.menu{
	box-shadow: 0 3px 3px 1px rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.2);
	width:3.5rem;
	height:3.5rem;
	bottom:1em;
	right:1em;
	position:fixed;
	cursor:pointer;
	overflow:hidden;
	z-index:9999;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: middle;
	background-color: rgba(150,150,150,1);
}
nav.menu:hover{
	background-color: rgba(170,170,170,1);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),
	0 1px 10px 0 rgba(0,0,0,.12),
	0 2px 4px -1px rgba(0,0,0,.2);
}
nav .menu1{
	top: center;
	position: absolute;
	font-size: 1rem;
	line-height: 1rem;
	color: rgba(255,255,255,1);
}
nav .menu2{
	top: center;
	position: absolute;
	font-size: 2.5em;
	color: rgba(0,0,0,0);
}
nav .menu1,nav .menu2
		{ transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; /* Opera */ -moz-transition: all 0.4s ease-out; /* FF */
		 -webkit-transition: all 0.4s ease-out; /* Chrome, Safari */ -ms-transition: all 0.4s ease-out; /* IE */ }
nav .menuclick1	{
	top:center;
	color: rgba(0,0,0,0);
}
nav .menuclick2	{
	top:center;
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color:rgba(255,200,120,1);
}
#menu{
	position: fixed;
	font-size: 1.5em;
	line-height: 1.5em;
	display: none;
	right: 0em;
	bottom: 2.5em;
	list-style-type: none;
	background-color: rgba(230, 230, 240, 1);
	padding: 0px 0px 0px 0px;
	border: none;
	z-index: 9999;
}
@media screen and (max-width: 480px){
	p{
		font-size: 0.8em;
	}
	p.lyric{
		width: 100%;
	}
	p.africa{
		width: 100%;
	}
	iframe{
		width: 320px;
		height: 180px;
	}
	summary{
		padding: 0px;
	}
	img.link{
		width: 50px;
	}
}