
.featherlight-close {
	display: none;
}

#keyvis{
	background-size: cover;
	height: 100vh;
	padding: none;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.75);
	position: relative;
	z-index: 10;
}

.adults-only {
	position: absolute;
	top: 2.5%;
	right: 2.5%;
	width: 5em;
}

.note {
	margin-left: 0;
	font-size: .75em;
}

@media (max-width: 750px) {
	.adults-only {
	width: 3.5em;}

}
.social {
	position: absolute;
	bottom: 15%;
	right: 2.5%;
}
#brand-logo,
#mg-logo	{
	position: absolute;
}

#illust {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100vw;
	height: 100vh;
	overflow: hidden;

}

.logo-container {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 5%;
}

#game-logo {
	display: inline;
	width: 50%;
	max-width: 55em;
	min-width: 30em;
	
}

#brand-logo {
	width: 15%;
	display: block;
	bottom: 5%;
	left: 5%;
}

#mg-logo {
	display: block;
	bottom: 5%;
	right: 5%;
	width: 15%;
}

#description {
	padding: 2em;
	padding-top: 4em;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#description img {
	width: 100%;
}

h3 {
	font-weight: 700;
	font-style: italic;
}

h4 {
	border-bottom: 1px solid black;
}

p {
	margin-left: 2em;
}

p.i {
	font-style: italic;
	margin-left: 4em;
}

#banner {
	background-color: pink;
	padding: .5em 10em .5em 10em;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 4em;
	left: -10em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	 -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	transition: 300ms;
} 

#banner:hover,
#banner:active,
#banner:focus {
	background-color: #e62b8a;
	transition: 300ms;
}	



.gallery .columns {
		border: 3px solid pink;
		padding: 0;
		margin-bottom: 1em;
		overflow: hidden;
}

.gallery img {
	width: 100%;
	opacity: .5;
	transition: 300ms;
	display: block;
}

.gallery img:hover,
.gallery img:focus,
.gallery img:active {
	opacity: 1;
	transition: 300ms;
}

.gallery .nsfw img {
	opacity: 0.1;
}

.gallery .nsfw img:hover,
.gallery .nsfw img:focus,
.gallery .nsfw img:active {
	opacity: 1;
}

.nsfw  {
	background-image: url('../images/gal/nsfw.jpg');
	width: 100%;
	height: 100%;
	background-size: cover;
}

.cgsample img {
	width: 17em;
	margin: 1em;
	border: 3px solid pink;
}

.cover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

table {

	color: #000;
}

th {
	color: #000;

}

#opvid_thumb {
	text-align: center;
		border: 3px solid pink;
		margin-bottom: 3em;
}

#opvid_thumb>img {
	width: 100%;
	float: left;
	opacity: .5;
	transition: 300ms;

}

#opvid_thumb>img:hover,
#opvid_thumb>img:focus,
#opvid_thumb>img:active {
	opacity: 1;
	transition: 300ms;
}

#opvid {
	
	width: 960px;
	height: 720px;
}



@media (max-width: 960px) {
	#opvid {
	
	width: 640px;
	height: 480px; 
}

}
@media (max-width: 750px) {
	#opvid {
	
	width: 420px;
	height: 315px; 
}

}

.lightbox {
	display: none;
	text-align: center;
}


.featherlight .featherlight-content {
	background: none;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Footer
  --------------------------------------------- */  

footer {
	background-color: pink;
	font-size: 1em;
	color: #fff;
	text-align: center;
	padding: 2em 0;
	z-index: 10;
	position: relative;
-webkit-box-shadow: 0px -5px 8px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px -5px 8px 0px rgba(0,0,0,0.4);
box-shadow: 0px -5px 8px 0px rgba(0,0,0,0.4);
}

footer a {
	color: #fff;
	text-decoration: none;
	transition: 300ms;
}

.links {
	font-weight: bold;
}

footer a:hover,
footer a:active,
footer a:focus {
	color: #ffffff;
	-webkit-filter: invert(100%);
 	-moz-filter: invert(100%);
  	-o-filter: invert(100%);
  	-ms-filter: invert(100%);
  	filter: invert(100%);
}

.copyright {
	font-size: 1em;
	color: #ccc;
	text-align: center;
	margin-bottom: 1em;
}
 
 footer img {
 	width: 100%;
 }