body 
{
	margin: 0 auto;
	color: /*#000000;*/ #FFFFFF;
	background-color: #414042;
	background-image: url("images/background.svg");
	font-family: "Jun501Pro-Bold", "Nishiki-teki", Osaka, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro";
	font-weight: normal;
	text-align: center;
	font-size: calc(10px + .5vw); /*2.0vw;*/
	display: block;
}

.intro {
	font-size: 1em;
}

.banner {
	width: 100%;
	height: auto;
	background-size: 100% 100%;
}

.banner-img {
	width: 100%;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35%; /* Adjust based on optimal aspect ratio */
  overflow: hidden;
  min-height: 300px; /* Minimum height to prevent excessive squishing */
  max-height: 70vh; /* Maximum height to prevent full-screen takeover */
}

.hero-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

h1 {
	font-size: 1.5em;
	/*font-family: "Nishiki-teki"*/
}

h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-bottom: 1px solid/* #3A2700;*/ #d6d6d6; 
	margin-bottom: 0px;
}

h3 {
	font-size: 0.875em;
	margin: 0px;
}

.wrapper ol {
	list-style-position: outside;
	text-align: left;
}

.wrapper ul {
	list-style-position: outside;
	text-align: left;
}

/* NAVIGATION BAR STYLE */

#nav ol {
	list-style-position: outside;
	text-align: left;
}

#nav li 
{
	display: inline;
	padding: 5px;
	align-content: center;
	text-align: center;
}

#nav ul 
{
	list-style-type: none;
	padding: 0;
}

.wrapper {
	width: 80%;
	margin: 0px auto;
}

.header {
	/* top right bottom left */
	margin: 20px 0px 20px 0px;
	text-align:center;
}

.footer {
	clear:all;
	height:100px;
	display: inline-block;
	max-height: 456;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0.5vw;
}

.entry {
	width: 220px;
	float: left;
	margin: 10px;
	height: 198px;
	background-image: url("images/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

figure {
	display: block;
	width: 202px;
	height: 178px;
	background-color: #2d1000;
	margin: 0;
	padding: 10px;
	text-align: left;
}
figure img {
	width: 200px;
	height: 150px;
	border: 1px solid #fddec2;
}
figcaption {
	background-image: url("faces/PlantPlant_1c.svg");
	padding-left: 40px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

a:link 
{
	color: greenyellow; 
	background-color: transparent;
	text-decoration: none;
}

a:visited 
{
	color: deepskyblue;
	background-color: transparent;
	text-decoration: none;
}

a:active 
{
	color: yellow;
	background-color: transparent;
}
 
.container {
	width: 80%;
	height: 80%;
	position: absolute;    
	margin:0;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: #aaa;
}

.frame {
	border: 2px solid #ccc;
	background: #2d1000;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
 }
 
img {
	display: block;
	max-width: 100%;
	//max-height: 100%;  
	
	margin:0;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.logo {
	background-repeat: no-repeat;
	background-position: center; 
	max-height: 122px;
	max-width: 456px;
	line-height: 0;
	font-size: 0;
}