container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 70%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

input[type=submit] {
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
	border-color: #d6b677;
	border-style: solid;
	border-width: 2px;
}

img	{
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    background-color: #33403e;
	border-color: #d6b677;
	border-style: solid;
	border-width: 2px;
}

html {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    background-color: #33403e;
	border-color: #d6b677;
	border-style: solid;
	border-width: 10px;
	background-image: url("image/MumeiBG.png");
	background-repeat: repeat-x repeat-y;
}

main {
    padding: 5px;
    padding-left:  15px;
    padding-right: 15px;
    background-color: #6600CC;
    border-radius: 0 0 5px 5px;
}

h1 {
    font-family: Georgia, serif;
    color: #aa69ff;
    font-size: 30px;
}

h2 {
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color: #801fff;
    font-size: 30px;
}

h3 {
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color: #996600;
    font-size: 30px;
}

p {
	font-weight: bold;
    text-decoration: none;
    color: #d6b677;
	margin-left: 20px;
	}
	
title {
	font-weight: bold;
    text-decoration: none;
    color: #0000ff;
	margin-left: 20px;
	margin-bottom: 0px;
	}
	
a {
	font-weight: bold;
    text-decoration: none;
    color: #d6b677;
	transition: 0.3s;
	}

a#register {
	font-weight: bold;
    text-decoration: none;
    color: #d6b677;
	margin-left: 20px;
	}

a#register:hover {
	font-weight: bold;
    text-decoration: none;
    color: #52462e;
	margin-left: 20px;
	}
	

label	{
	background-color: #356a75;
	border-color: #d6b677;
	color: #d6b677;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 4px;
	transition: 0.2s;
}

label:hover	{
    color: #d1bbb0;
    background-color: #8e706a;
	border-bottom: 3px solid #8e706a;
	border-color: #d6b677;
	border-radius: 10px 10px 10px 10px;
}

label#fumoview	{
	background-color: #356a75;
	border-color: #d6b677;
	color: #d6b677;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 4px;
	transition: 0.2s;
	padding-right: 12px;
	padding-left: 12px;
}

label:hover#fumoview	{
    color: #d1bbb0;
    background-color: #8e706a;
	border-bottom: 3px solid #8e706a;
	border-color: #d6b677;
	border-radius: 10px 10px 10px 10px;
}

label#vidioview	{
	background-color: #356a75;
	border-color: #d6b677;
	color: #d6b677;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 4px;
	transition: 0.2s;
	padding-right: 14px;
	padding-left: 14px;
}

label:hover#vidioview	{
    color: #d1bbb0;
    background-color: #8e706a;
	border-bottom: 3px solid #8e706a;
	border-color: #d6b677;
	border-radius: 10px 10px 10px 10px;
}

div#nsfwview	{
	float:right;
	background-color: #356a75;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
}

label#nsfwview	{
	float:right;
	background-color: #356a75;
	border-color: #d6b677;
	color: #d6b677;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 4px;
	transition: 0.2s;
	padding-right: 14px;
	padding-left: 14px;
}

label:hover#nsfview	{
    color: #ff4e4f;
    background-color: #623354;
	border-bottom: 3px solid #623354;
	border-color: #ff4e4f;
	border-radius: 10px 10px 10px 10px;
}

label#login	{
	float:right;
	background-color: #356a75;
	border-color: #d6b677;
	color: #d6b677;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 4px;
	transition: 0.2s;
	padding-right: 12px;
	padding-left: 12px;
}

label:hover#login	{
    color: #d1bbb0;
    background-color: #8e706a;
	border-bottom: 3px solid #8e706a;
	border-color: #d6b677;
	border-radius: 10px 10px 10px 10px;
}

nav#back {
  overflow: hidden;
  background-color: #356a75;
  position: fixed;
  top: 0;
  width: 100%;
}

input[type="file"] {
    display: none;
}

input[type="submit"] {
	display: none;
}

input#register {
	background-color: #356a75;
	border-color: #d6b677;
	color: #d6b677;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 4px;
	transition: 0.2s;
}

input#login::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

input#login {
	background-color: #356a75;
	border-color: #d6b677;
	color: #d6b677;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
	cursor: text;
	margin-left: 20px;
	margin-right: 4px;
	transition: 0.2s;
}

input:focus#login {
	background-color: #173036;
	border-color: #d6b677;
	color: #d6b677;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
	cursor: text;
	margin-left: 20px;
	margin-right: 4px;
	transition: 0.5s;
}

input#register::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

input#register {
	background-color: #356a75;
	border-color: #d6b677;
	color: #d6b677;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
	cursor: text;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 4px;
	transition: 0.2s;
}

input:focus#register {
	background-color: #173036;
	border-color: #d6b677;
	color: #d6b677;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
	cursor: text;
	margin-left: 20px;
	margin-right: 4px;
	transition: 0.5s;
}

ul#menu {
	padding-top: 10px;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul#menu li {
    display: inline;
    margin-right: 4px;
}

ul#menu li a {
	font-weight: bold;
	font-style: oblique;
    background-color: #356a75;
    padding: 10px 20px;
    text-decoration: none;
    color: #8e706a;
	border-bottom: 3px solid ;
	transition: 0.3s;
}

ul#menu li a:hover {
    color: #d1bbb0;
    background-color: #8e706a;
	border-bottom: 3px solid #8e706a;
	border-color: #d6b677;
	border-radius: 1px 1px 10px 10px;
}

footer	{
    position: bottom;
    background: url(image/MumeiPeek.png) no-repeat center center; 
	position: fixed;
	left: 2%;
	bottom: 10px;
    width: 200px;
    height: 199px;
}