@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&amp;display=swap');

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}

body 
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* start */

html
{

	/* font-family: 'Nunito', sans-serif; */
    font-family: "IBM Plex Mono", monospace;
	font-size: 16px;
	font-weight: 600;
	padding: 0px 10px 25px 10px;

}

h1
{

	text-align: center;
	margin-bottom: 25px;
	font-size: 26px;
}

a
{

	text-decoration: underline;
	color: #484848 !important;
	transition: transform 0.25s ease !important;

}

table
{

	max-width: 1000px;
	margin: 0 auto;

}

table tbody
{

	display: grid;
	grid-template-columns: 150px 150px 150px 150px;
	
	margin: 0 auto 25px auto;
	
	text-align: center;
	grid-column-gap: 25px;

	align-items: flex-start;
	


}

/* ICON POSITIONS */

td a img 
{
  margin-left:-10px;
}

 
img[alt="[PARENTDIR]"], img[alt="[SND]"] 
{
    /* margin-left: 0px !important; */
}



table img
{

	width: 150px;
	height: 150px;
	text-align: center;

}

tr
{

	display: grid;
	grid-template-columns: 150px;
	margin: 0 auto 0 auto;


	/* grid-row-gap: 10px; */
	
}

tr:hover
{

	/* background: #E8E8E8; */
	border-radius: 25px;

}

tr td, td:nth-child(2), td:nth-child(3), td:nth-child(4)
{

	padding: 0 5px;
	margin-bottom: 15px;

}

td:nth-child(1)
{

	margin-bottom: 0;

}

tr td, tr td, tr th, h1.title
{

	
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 1.25em;

}

tr td
{
	text-align: center;



}

tr > th:nth-child(1)
{

  margin-bottom: 2px;

}

tr > th:nth-child(2), tr > th:nth-child(3)
{

  margin-bottom: 12px;

}


td a 
{

	margin: 0;
	padding: 0;
}

table > tbody > tr > td:nth-child(2) > a, tr th a, footer a
{

  text-decoration: underline;
  transition: 0.3s;
  color:rgb(62,169,245);


}

table > tbody > tr > td:nth-child(2) > a:hover, tr th a:hover, footer a:hover
{

  text-decoration: none;
  background: black;
  color: white !important;

}

body > main > table > tbody > tr img[alt="[SND]"]
{


	/* margin: 8px; */



}




img[alt="[SND]"]
{

	/* height: 135px; */
	

}

footer
{

	max-width: 700px;
	margin: 0 auto;
	text-align: center;

}

footer h2
{

	font-size: 24px;
	margin-bottom: 40px;

}

footer li
{

	display: inline-block;
	padding-right: 10px;
	line-height: 1.5em;

}

/*  id */
#image-title
{

	max-width: 300px;
	margin: 20px auto 20px auto;



}

#image-title img
{

	width: 100%;


}


#box-blue
{


	max-width: 700px;
	padding: 25px 15px;


	display: block;
	line-height: 1.25em;

    
    box-shadow: 5px 5px black;
    border: 3px solid black;
    background-color: #3EA9F5;
    color: #f3f8fb;

    margin: 0 auto 25px auto;


}

#box-blue a
{

	text-decoration: underline;
	color: #f3f8fb;
	padding: 0 5px;
	transition: 0.3s;
}

#box-blue a:hover
{

	text-decoration: none;
	background: #f3f8fb;
	color: black;
}

#box-red
{

	max-width: 700px;
	padding: 25px 15px;


	display: block;
	line-height: 1.25em;

    
    box-shadow: 5px 5px black;
    border: 3px solid black;
    

    background:rgba(220,20,60,1);
    color: white;

    margin: 0 auto 40px auto;
	
}

#box-red a
{

	text-decoration: underline;
	padding: 0 5px;
	
}

#box-red
{

	color: background:rgba(220,20,60,1);
	color: white;
	
}

.neocities
{
	padding: 25px 0 !important;
}

tr > th:nth-child(2), tr > th:nth-child(3)
{
 	color: white;
	display: none;
}

img 
{
	transition: transform 0.25s ease !important;

}

img:hover
{
	transform: scale(1.11) !important;
}

body > main:nth-child(2) > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > a:nth-child(1) > img:nth-child(1)
{
	margin: 0 auto !important;
}


img[alt~="[TXT]"], img[alt~="[IMG]"], img[alt~="[VID]"], img[alt~="[SND]"], img[alt~="[   ]"]  
{
    /*
    max-width: 140px; 
    height: auto;
    */ 
    max-height: 130px;
    max-width: 130px;
    margin-top: 10px;
    margin-bottom: 13px;
    vertical-align: bottom !important;
}

#crypto
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	max-width: 1000px;
	margin: 0 auto;
}

.crypto-support
{
	text-align: center;
	padding: 0 20px 40px 20px;
	margin: 0em;
}

.crypto-support img
{
	width: 100%
}

/* media queries */

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

	table tbody 
	{
		
		grid-template-columns: 150px 150px 150px;



	}

}


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


	img:hover
	{
		transform: scale(1.05) !important;
	}
	

	table tbody 
	{
		
		grid-template-columns: 150px 150px;
		margin: 0 auto 10px auto;


	}


#crypto
{
		display: block;

		grid-template-columns: none;
		max-width: 1000px;
		margin: 0 auto;
}

}

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

	

	table
	{

		margin: 0 auto !important;
	}

	table tbody
	{
		grid-template-columns: 125px 125px;
		margin: 0 auto 0px auto;
	}

	table img
{

	width: 125px;
	height: 125px;

}



tr
{
	grid-template-columns: 125px;
}

#crypto
{
		display: block;

		grid-template-columns: none;
		max-width: 1000px;
		margin: 0 auto;
}


}
