/* LIVING ONMYOUDO v.1 - yin. yang. [https://sumeragi.org/] */
/* DESKTOP/TABLET/MOBILE VERSION */
/* made by evenstar AT gmail DOT com; licenced under Creative Commons Attribution-ShareAlike 4.0 International: http://creativecommons.org/licenses/by-sa/4.0/ */


/* SCROLLBAR */

::-webkit-scrollbar {
	height:0.5em;
	width: 0.5rem;
	}

::-webkit-scrollbar-corner {
	background: #ffeded;
	}

::-webkit-scrollbar-track-piece {
    background: #ffeded;
	}

::-webkit-scrollbar-thumb {
	background: #463a4a;
	}

::-webkit-scrollbar-thumb:hover {
	background: #fff;
	}


/* THE MAIN STUFF */

html,
body {
   font-size: 16px; /* base font reset */
   margin:0;
   padding:0;
   background: #000;
	}

.grid-container {
	display: grid;
	grid-template-columns: auto minmax(320px, 822px) auto;
	grid-template-rows: max-content max-content auto max-content max-content;
	margin: 0rem auto;
	grid-template-areas:
		". header ."
		". nav ."
		". main ."
		". topfooter ."
		". lowfooter .";
	}


/* HEADER */

header {
	grid-area: header;
	text-align: center;
	margin: 0;
	line-height: 0;
	}

.resize {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}


/* NAVIGATION BAR */

nav { 
	grid-area: nav;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	word-spacing: 2rem;
	margin: 0;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	background: gray;
	}

nav a,
nav a:link,
nav a:visited,
nav a:active {
	color: #fff;
    text-decoration: none;
    letter-spacing: 4px;
    font-size: 130%;
    transition: all 0.5s ease-in-out;
}

nav a:hover {
	color: #000;
	background: transparent;
    transition: all 0.5s ease-in-out;
	}

p.paraone {
	font-size: 100%;
	display: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0.5rem;
	}

p.paraone a,
p.paraone a:link,
p.paraone a:visited,
p.paraone a:active {
	color: #eee;
	font-size: 100%;
	text-shadow: none;
	margin: 0 0.25rem;
    transition: all 0.3s ease-in-out;
	}
	
p.paraone a:hover {
	color: #000;
	background: transparent;
    transition: all 0.3s ease-in-out;
	}

.hidden {
     display:none;
}

/* TEXT EMBELLISHMENTS */

strong, 
b {
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	}

em,
i {
	color: #8c8c8c;
	}


main a {
	text-decoration: none;
}

main a:link,
main a:visited,
main a:active {
    color: #000;
    transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #fff;
	}

main a:hover {
	color: #000;
	background: #fff;
    transition: all 0.3s ease-in-out;
	}
	

h1 {
    font-family: 'Poppins', sans-serif;
	color: #000;
    font-size: 200%;
    margin: 0 2rem 0.5rem 2rem;
	line-height: 120%;
    display: inline-block;
	}
	
h1::before {
	content: "\262F";
	font-weight: normal;
	margin-right: 0.75rem;
    color: #fff;
	}	
	
h2 {
	font-family: 'Poppins', sans-serif;
    color: #888;
    font-size: 160%;
    margin: 1rem 2rem 0 2rem;
	line-height: 120%;
    display: inline-block;
	}
	

	
h1.box::before {
	content: "\21AF";
	font-weight: normal;
	color: #555;
	margin-right: 1rem;
	font-size: 75%;
	}	

h1.box {
    font-family: 'Poppins', sans-serif;
	color: #b0b0b0;
    font-size: 175%;
    margin: 0;
	text-align: center;
    line-height: 150%;
	background: transparent;
	display: block;
	font-variant: all-small-caps;
	letter-spacing: 5px;
	}

h1.box::after {
	content: "\21AF";
	font-weight: normal;
	margin-left: 1rem;
	font-size: 75%;
	font-family: 'Poppins', sans-serif;
	color: #555;
	}
	
h2.affiliates  {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #656565;
    text-indent: 0;
    letter-spacing: 6px;
    margin: 1rem auto;
    font-variant: small-caps;
    display: block;
}
	
h3 {
	font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 120%;
    margin: 2rem 2rem 0.5rem 2rem;
    letter-spacing: 6px;
    line-height: 120%;
    text-align: left;
    text-indent: 2rem;
    border-bottom: 1px dashed #aaa;
	}


/* MAIN TEXT AREA */

main { 
	grid-area: main;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: justify;
	color: #555;
	font-size: 100%;
	line-height: 200%;
	background: #c9c9c9;
	padding: 2rem 0;
	}

main p {
	margin: 0 2rem 2rem 2rem;
	}


/* ASIDE (FANLISTING INFO BOX) */

aside { width: auto;
    text-align: justify;
    margin: 2rem auto;
    font-size: 120%;
    display: block;
    color: #000;
    background: #fff url(asidebg.png) top right no-repeat;
    padding: 0.75rem 2rem 2rem 2rem;
	}

aside b,
aside strong {
	font-family: 'Noto Sans JP', sans-serif;
	color: #b0b0b0;
	letter-spacing: 1px;
	border-bottom: 1px dashed #bbb;
	}

aside a:link,
aside a:visited,
aside a:active {
	color: #9c9c9c;
	background: transparent;
	border: 0;
    transition: all 0.5s ease-in-out;
	}
	
aside a:hover {
	color: #000;
	background: #c9c9c9;
    transition: all 0.5s ease-in-out;
	}


/* AFFILIATES & CLIQUES */

.affs {
    text-align: center;
    font-size: 85%;
    line-height: 160%;
    letter-spacing: 2px;
	margin: 1rem auto;
	display: block;
	width: 90%;
	}

.affs a:link,
.affs a:visited,
.affs a:active {
	color: #444;
	background: transparent;
	border: 0;
    transition: all 0.21s ease-in-out;
	}
	
.affs a:hover {
	color: #777;
	background: transparent;
	border: 0;
    transition: all 0.21s ease-in-out;
	}

.affs img {
    margin: 0.5rem;
    box-shadow: 2px 2px 4px #9e9e9e;
	filter: grayscale(1);
    transition: all 0.5s ease-in-out;
	}
	
.affs img:hover {
	filter: grayscale(0);
    box-shadow: 2px 2px 4px #fff;
    transition: all 0.5s ease-in-out;
	}

.cliques {
	text-align: center;
	font-size: 110%;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	margin: 2rem 0;
	font-size: 110%;
	color: #000;
	}


/* CODE CREDIT */

.codecredit {
	font-family: 'Noto Sans JP', sans-serif;
	border-top: 1px dotted #e2e2e2;
	text-align: right;
	display: block;
	font-size: 70%;
	font-style: italic;
	font-weight: 200;
	line-height: 120%;
	color: #777;	
    margin: 0 2rem 0.5rem 2rem;
	}

.codecredit a:link,
.codecredit a:visited,
.codecredit a:active {
	color: #fff;
	border: 0;
	}

.codecredit a:hover {
	color: #000;
	background: transparent;
	}


/* CODESORT IMAGES */

.codesort img {margin: 0 0.5rem 0.5rem 0.5rem;}


/* FOOTER */

footer.topfooter {
	grid-area: topfooter;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #222;
	font-size: 80%;
	padding: 2rem 1rem;
	background: #a9a9a9;
	margin: 0;
	}

footer.topfooter a:link,
footer.topfooter a:visited,
footer.topfooter a:active {
	color: #000;
	text-decoration: none;
	background: transparent;
	border-bottom: 1px solid #999;
	}

footer.topfooter a:hover {
	color: #fff;
	}

footer.topfooter em {
	color: #222;
	}

.separator {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 1rem auto;
	padding: 0;
	}
	
footer.lowfooter {
	grid-area: lowfooter;
	text-align: center;
	margin: 0;
	line-height: 0;
	}

/* TABLET SIZING */

@media only screen and (max-width: 799px) {



}

/* MOBILE SIZING */

@media only screen and (max-width: 414px) {


}
