@charset "utf-8";
/* CSS Document */
#menuImages{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	text-align: center;
	margin-left: 15%;
}
#menuImages img{
	width: 100%;
}
.overlay{
	position: relative;
	width: 70%;
	height: fit-content;
	border: thick solid #FF0004;
	border: none;
}
div[id^="item-p"]{
	position: absolute;
	width: 33vw;
	left: 6vw;
	top: -10vw;
}
div[id^="item-p"] img{
	width: 34vw;
}
div[id^="text-p"]{
	position: absolute;
	width: 103%;
	left: 100%;
	top: 10%;
	font-family: myImpact;
	font-size: 2.5vw;
	color: #000000;
	background-color: burlywood;
}
.starOutter{
	position: absolute;
	z-index: 1;
	width: 3vw;
	color: red;
	scroll-margin: 23vw;
}
span[class="star"]:hover{
	cursor: pointer;
	color: #0037DB;
}
.star{
	font-size: 2vw;
}
.title{
	border-bottom: solid thin;
	border-color: inherit;
	font-size: 120%;
}
span[class="title"]:before{
	content: none;
}
span[class="title"]:after{
	content: none;
}
