@charset "UTF-8";


body {
	font-family: 
		Times, 
		serif;
	color: rgba(0, 0, 0, 1);
}

a, 
a:link, 
a:active, 
a:visited { 
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}


.link {
	cursor: pointer;
}


#hb-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	text-align: center;
}
#hb-images img {
	/* #note -> Corresponding calculation for top in css and js */
/*
	width: 921px;
	height: 354px;
*/
	width: auto;
	height: auto;
	max-width: 100vw;

	margin-top: calc((100vh - 354px) / 2);
	margin-left: auto;
	margin-right: auto;
}


#hb-menu {
	position: absolute;
	bottom: 0.5em;
	left: 0;
	width: calc(100% - 0.6em);
	height: auto;
	text-align: left;
}
#hb-rss {
	position: fixed;
	bottom: 0.5em;
	right: 0;
	width: auto;
	height: auto;
	text-align: right;
}

#hb-menu, 
#hb-rss {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#hb-menu {
	padding-left: 0.6em;
}
#hb-rss {
	padding-right: 0.6em;
}

#hb-menu-less, 
#hb-menu-credits {
	display: none;
}
#hb-menu-credits-bodier {
	display: none;
}


#hb-tagline {
	display: none;
}
