/*================= clearfix =================*/
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
..clearfix:after {
	clear: both;
}
.clearfix {
*zone: 1;
}
/*======read more button==========/

#more {
    background-color: #333;
    }

/*======= MENU VIEW button=============*/

.body-container {
  position: relative;
  width: max-content;
  overflow: auto;
}

.topnav {
  position: absolute;
  margin: 30px;
  width: auto;
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #FFCFEE;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: "ＭＳ ゴシック" , "MS Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

.topnav a:hover {
  background-color: #b000f5;
  color: black;
}

.textmenu {
height: max-content;
text-align: center;
width: 100%;
position: absolute;
}

.spacer {
display: block;
height: 70px;
width: 100%;

}
p {
font-family: "ＭＳ ゴシック" , "MS Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

.game-title {
font-size: 44px;
text-shadow: 2px 2px #BA0D73;
color: #FFC5E7;
}

.menu-option{
font-size: 20px;
font-weight: bold;
}

.menu-option a {
color: #FFCFEE;
}

.menu-option a:hover {
color: #ff41bc;
text-decoration: none;
}

.about {
color: #FFCFEE;
}

.about-text {
color: black;
width: 50%;
margin: auto;
height: max-content;
background-image: linear-gradient(#FFCFEE,#ff41bc);
text-align: justify;
padding: 12px 16px;
text-indent: 50px;
}

.bottom-text{
font-size: 14px;
color: #ff41bc;
}

.bottom-text a {
color: #ff41bc;
}

.bottom-text a:hover {
color: #b000f5;
text-decoration: none;
}

/*================= Body size+background =================*/
body {
	//width: 1536px;
	//height: 1024px;
    	background-color: black;
}

#imagebg {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.3;
}

/*================= Rows 1 to 8 ==========================*/

.row {
	height: 150px;
	width: 100%;
	margin: 0;
}

/*================= Columns 1 to 8 =========================*/

.column {
	width: 200px;
	height: 100%;
	margin: 0;
	float: left;
	display: block;
}


/*================= modals ===========================*/
em {
	color: #FF0000;
}

.text {
	padding: 2rem;
}

iframe {

	margin-left: 24px;
	margin-right: 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#img-modal-11 {
	width: 720px;
	margin-left: 5px;
}
