/*@import url('https://fonts.googleapis.com/css2?family=Letter+Gothic+Std&family=Londrina+Sketch&family=Londrina+Solid&display=swap');*/
body {     
	background-color: #fff;     
	color: #000;
	font-family: 'metallophile-sp8', sans-serif;
	font-weight: 300;
	font-style: normal;
	/*letter-spacing: 0.02em;     
	line-height: 1.6;*/
	max-width: 500px;
	padding: 2rem;
}
.hover-underline:hover {     
	text-decoration: underline;  
}
.content-block {     
	text-align:left;
	background:transparent; 
	font-size:1rem;

	margin-bottom: 2rem;
	margin-top: 1rem;
	padding: 0rem;
}
.header-block {
	width: 100%;
}
.logo-text-block {
    	display: flex;
    	justify-content: space-between;
    	padding: 0 0vw; /* optional side padding */
    	box-sizing: border-box;

    	font-size: 25vw;
	font-family: 'Martines W01 No11', sans-serif; 
}
.logo-text-character {
	display: flex;
	text-align: center;
}
.nav-block {
	display: flex;
}
.nav-block-left {
	text-align: left;
	width: 50%;
}
.nav-block-right {
	text-align: right;
	width: 50%;
}
.nav-block-entry {
}

	
hr {
  border: none;
  height: 4px;
  /* Set the hr color */
  color: #000;  /* old IE */
  background-color: #000;  /* Modern Browsers */
}

span.stretch {
    display:inline-block;
    -webkit-transform:scale(2,3); /* Safari and Chrome */
    -moz-transform:scale(2,3); /* Firefox */
    -ms-transform:scale(2,3); /* IE 9 */
    -o-transform:scale(2,3); /* Opera */
    transform:scale(2,3); /* W3C */
}
