﻿/*	C S S	*/

@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Audiowide'); */
/* @import url('https://fonts.googleapis.com/css2?family=Tourney&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Geo:ital@0;1&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Codystar&family=DotGothic16&display=swap'); */

* {
  box-sizing: border-box;
}

html {
	background-color: #005596;
	width: 100%;
	max-width: 100%;
	----webkit-mask-image: url(scan_line.png);
	-mask-image: url(scan_line.png);
	----webkit-mask-repeat: repeat;
	-mask-repeat: repeat;
}

body {
	width: 100%;
	max-width: 100%;

	color: #0A0A0A;
	font-family: VT323, 'Fira Sans', Thaoma, Arial, Verdana, sans-serif, Helvetica;
	font-size: 22px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	-background-image: url(img/content-bg.gif);
	-background-repeat:repeat-x;
	-background-position:top;

	
	----cursor: url(https://cdn.custom-cursor.com/db/4732/32/arrow2699.png) 2 2, default;
	cursor: url(https://cdn.custom-cursor.com/db/cursor/32/Rock_Hand_cursor.png) 2 2, pointer;
}


a {
	text-decoration: none; 
	color: #005596;
	----cursor: url(https://cdn.custom-cursor.com/db/4731/32/arrow2699.png) 8 2, pointer;
	-cursor: url(https://cdn.custom-cursor.com/db/pointer/32/Classic_Grey.png) 8 2, pointer;
}
a:link, a:visited {
	text-decoration: none; 
	color: #005596; 
	-border-bottom:#00CC33 1px dotted;
	-border-bottom:#00CC33 1px solid;
	-text-shadow:#32CD32 0px 1px 1px;
	cursor: url(https://cdn.custom-cursor.com/db/pointer/32/Classic_Grey.png) 8 2, pointer;
}

a:active  {-text-decoration: underline; color: #005596;}
a:hover   {text-decoration: none; color: #0073cb; -text-shadow:#F7F7F7 1px 1px 1px}

h1 {
	color: #005596;
	-font-family: 'Press Start 2P';
	font-size: 36px;
}

/*
p a:link, .card a:link	{text-decoration: underline; color: #009900; -border-bottom:#00CC33 1px dotted; -border-bottom:#00CC33 1px solid; -text-shadow:#32CD32 0px 1px 1px;}
p a:hover, .card a:hover   {text-decoration: none; color: #00CC00; -text-shadow:#F7F7F7 1px 1px 1px}
*/

li {
	list-style-type:square;
}

.doc_footer_wrapper {
	width:1220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;

	padding:4px;
}

.page_main {
	-padding: 16px;
	-background-image: url("rainbow.jpg");
	-background-repeat: no-repeat;
	-background-position: right bottom;
}

main {
	-background-image: url("rainbow.jpg");
	-background-repeat: no-repeat;
	-background-position: right bottom;

	width: 1220px;
	max-width:100%;
	margin-left: auto;
	margin-right: auto;

	padding:4px;
}



/* Article as big card*/
.big_card {
	background-color:#FFF; 
	-margin: 16px;
	padding: 2px;
	-border: 1px solid #999;
}
.big_card h1 {
	-margin-top: 0px;
}
.big_card img {
	max-width: 100%;
	height: auto;
}
.featured_image {
	margin: 22px 0;
	max-width: 100%;
	height: auto;
}




/* Article as menu page content*/
.main_article {
	-margin: 16px;
	-color: #FFF;
	-text-shadow: 0px 0px 2px #70dd70;
}
.main_article h2 {
	text-shadow: none;
}




img.bullet {vertical-align:middle}

span.nobr	{
	white-space: nowrap;
}




.doc_header {
	padding-top: 4px;
	font-family: 'Press Start 2P';
	
	text-align:center;
	-font-size:large;
	max-width:100%;
	color: white;
	background-color: #005596;
}
.doc_header_text {
	font-size: 32px;
	font-weight:bold;
	-font-family: 'Tourney', cursive;
	max-width:100%;
	color: #32CD32;
	-text-shadow: 0px 1px 2px #66f;
	-text-shadow: 0px 2px 1px #026c13;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
}
.doc_header_text a:link, .doc_header_text a:visited{
	color: #fff !important;
}
.doc_header_text a:hover {
	color:cadetblue;
}
.doc_header_tagline {
	font-family: 'Geo';
	font-size: 14px;
	padding:0;
	margin:0;
	margin-bottom:2px;
	color: #CCC;
	display:block;
}
.doc_header_tagline a:link {
	color: #6c9dc3;
}




.page_footer {
	-font-family: 'Audiowide';
	font-family: 'Geo';
	display:block;
	----width:100%;
	max-width:100%;
	overflow:hidden;
	
	margin-bottom:0px;
	padding-bottom:0px;
	clear:both;
	
	
	background-color: #005596;
	-background-image: url(img/footer-bg.gif);
	-background-repeat: repeat-x;
	-background-attachment: scroll;
	-background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #fff;
	border-top-width: 2px;
	border-top-style: solid;
	-border-top-color: #009900;
	text-align: center;
	font-size:14px;
	
}

.page_footer a:link {
	color:#fff !important;
	text-decoration: underline;
}

.page_footer a:hover {
	text-decoration: none !important;
}



.page_menu {
	-background-color: #FFF;
	margin: 0px;
	font-family: 'Geo';
	font-size: 22px;
	text-shadow: #00CC33;
	padding-left: 4px;

}
.page_menu ul {
	-font-family: 'Audiowide';
	display: inline-block; 
	list-style: none;
	padding:0;
	line-height: 1.7em;
	---max-height: 48px;
	---overflow: scroll;

	-background-color: #999;

	margin-top: 4px;;
	margin-bottom: 4px;
}
.page_menu li {
	padding: 0px;
	margin: 0px;
	display:inline;
	list-style: none;
	display:inline-block;
	-max-width: 40%;
	-text-overflow: ellipsis;
}
.page_menu li a:link, .page_menu li a:visited {
	color: #FFF;
	padding: 2px 4px;
	margin: 0px;
	background-color: rgb(182, 182, 182) !important;
	-border: 1px solid #000;
	
	border: 3px solid;
	border-top-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	border-bottom-color: rgb(82, 82, 82);
	border-right-color: rgb(82, 82, 82);
	border-radius: 4px;

	box-shadow: 0px 0px 1px #fff;
	
	white-space: nowrap;
	text-decoration: none;
	text-shadow: -1px -1px 1px #999;
}
.page_menu li a:active {
	border-color: rgb(182, 182, 182);
	border-top: 1px;
	color: rgb(182, 182, 182) !important;
	text-shadow: none;
}
.page_menu li a:hover {
	opacity: 0.75;
	background-color: #000;
	color:gold;
}



.screenshot {
	max-width: 100%;
	height: auto;
}





.pijama {
	border-spacing: 5px;
	border-collapse: collapse;
	border-left: 1px solid silver;
}

.pijama td {
	border-right: 1px solid silver;
}

.pijama th {
	border-right: 1px solid silver;
}

.pijama tr {
	-border-bottom: 2px solid green;
}
.pijama tr:nth-child(odd){background-color: #cde0da;}

.pijama tr:nth-child(even){background-color: #FFF;}

.pijama th, .pijama td {
	vertical-align: top;
}

.pijama th {
	color:#fff;
	background-color: green;
	text-shadow: 0px 0px 1px #000;

	padding-left: 4px;
	padding-right: 4px;
}

.pijama td {
	border-bottom: 2px solid green;

	padding-left: 4px;
	padding-right: 4px;
}

td.align_right {
	text-align:right;
}

td.align_center {
	text-align:center;
}
td.align_dp {
	text-align: ".";
}











.share_links {
	-width: 100%;
	text-align: right;
	-padding-left: 8px;
	-padding-right: 8px;
}
.share_links ul, .share_list {
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 2.5em;

	white-space: nowrap;
	overflow: scroll;
	scrollbar-width: none;
}
.share_list {

}
.share_links ul li {
	display: inline;
	-color: #fff;
	-border: 2px solid;
	margin:8px;
	white-space: nowrap;
}
.share_links ul li a {
	color:#fff;
	font-weight: bold;
	padding:8px;
	-margin:8px;
	text-decoration: none;
	
}
.share_links ul li a:hover {
	opacity: 0.8;
}
.share_list li a image, .share_icon {
	-display:none;
	width: 16px;
	height: 16px;
	-padding-right: 8px;
}

.share_text {
	margin-left: 8px;
}

.share_fb {
	background-color: #3a579a;
	border-color: #334d87;
	white-space: nowrap;
}
.share_tw {
	background-color: #00abf0;
	border-color: #0099d7;
}
.share_li {
	background-color: #0077b5;
	border-color: #00669c;
}
.share_wh {
	background-color: #39b322;
	border-color:#2f802c;
}
.share_te {
	background-color: #00abf0;
	border-color: #0099d7;
}
.share_re {
	background-color: #ff4400;
	border-color: #c73703;
}















.social_profiles {
	text-align: center;
	-font-family: 'Courier New', Courier, monospace;
	font-family: 'Press Start 2P';
	font-size: 16px;
	padding: 4px;
	line-height: 4.5em;
}
.social_link {
	padding-left: 8px; padding-right: 8px;
}
.social_link:link, .social_link:visited {
	-vertical-align: middle;
	color: #F0F0F0;
	white-space: nowrap;
}
.social_link:hover {
	-vertical-align: middle;
	color: #999999;
	opacity: 0.5;
}
.social_icon {
	vertical-align: middle;
	visibility: visible;
	display: inline !important;
}




.cards_container {
	display:flex;
	flex-wrap: wrap;
	-margin: -0.5rem;
	-padding:16px;
	gap:24px;
	padding-bottom:24px;
}

.card {
	-margin: 0.5rem;
	
	width:384px;
	max-width: 100%;
	padding: 2px;
	border-radius: 4px;
	color: #0A0A0A;
	text-shadow: none;
	background-color:#FFF;
	border: 1px solid #999;
	box-shadow: 2px 2px 4px #eee;
	-margin: 12px;
	
	-float: left;
}

.card_image {
	-width:384px;
	max-width: 100%;
	height: auto;
	max-height: 216px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.card_title {
	font-family: 'Press Start 2P';
	font-weight: normal;
	display: block;
	overflow:hidden;
	text-align:center;
	font-size: large;
	color: #009900;
	---color: #F0F0F0;
	---background-color: #009900;

	-text-shadow: 0px 2px 1px #026c13;
}

.card_title a:link{
	text-decoration: none;
	-text-shadow: none;
	-text-shadow: 0px 2px 1px #026c13;
}

.card_text {
	padding: 8px;
}






.more_box {
	color: white;
	text-align:center; 
	padding: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 16px;
}
a.more {
	color: white;
	text-decoration:none;
	background-color: #009900;
	padding: 0 4px;
	-background-color: #32CD32;
	text-shadow: 0px 2px 1px #026c13;
	box-shadow: 0px 2px 1px #026c13;

	-white-space: nowrap;
	max-width: 100%;

	margin-left:auto;
	margin-right: auto;

	-display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.more:link, a.more:visited {
	color: white;
	text-decoration:none;
	background-color: #009900;
	-background-color: #00CC33;
	padding: 0 4px;

	white-space: nowrap;
	max-width: 100%;

	margin-left:auto;
	margin-right: auto;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.more:hover {
	color: #00CC33;
	text-decoration:none;
	-background-color: #00CC33;
	background-color: #FFF;
	-border: 1px solid #009900;
	padding: 0 4px;
	text-shadow: none;
	box-shadow: none;
}


.card p {
	margin-top: 4px;
}
.card .more_box {
	margin-top: 0px;
	margin-bottom: 0px;
}


#article_body, article {
	color: #1d1d1d;
	-background-color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
}

#article_body, .article_body {
	-max-width: 100%;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;

	padding: 8px; 
	max-width: calc(100% - 16px);
	overflow: hidden;
	text-overflow: ellipsis;
}

figcaption {
	font-family: 'Geo';
	font-size: small;
}

.fig_packaging img {
	max-height: 450px;
}




.article_header {
	font-family: 'Press Start 2P';
	text-align:center;
	font-size:x-large !important;
	-text-shadow: 0px 2px 1px #026c13;
}

.article_header h1 {
	font-size: 28px;
	-color: black;
	background:#FFF;
	padding-left: 0px;
	padding-right: 0px;
	-text-shadow: #009900;
	font-weight: normal;
}

article header h1 {
	-font-size: 32px;
	color:  #005596;
	-background:#00CC33;
	-box-shadow: #B4FFB4 0px 0px 1px;
	-padding-left: 8px;
	-padding-right: 4px;
	-border-left: 2px dotted #000;
	-border-left-color: transparent;
	font-weight: bold;
	-text-shadow: 0px 0px 1px chartreuse;
}

section h2 {
	-color: black;
	-background:#00CC33;
	-padding-left: 8px;
	-padding-right: 4px;
	margin-top: 0px;	
}



.table8bits {
	color: rgb(46, 45, 45);
	-font-family: system, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.table8bits tr:nth-child(odd){background-color: #fff;}

.table8bits tr:nth-child(even){background-color: #f2f2f2;}

.table8bits tr:hover {background-color: #ddd;}

.table8bits th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #32cd32;
  color: white;
  text-shadow: 0px 0px 1px rgb(0, 109, 0);
}

.table8bits td, .table8bits th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
}

.table8bits td.num , .table8bits td:nth-child(3){
	text-align: right;
}


.mobi_bottom_menu {
	display:none;
}




@media (max-width: 600px) {

	.no_mobi {
		display: none !important;
	}

	.share_text {
		display: none;
	}


	.doc_header_text {
		font-size: 20px;
	}
	.doc_header_tagline {
		font-size: 20px;
		max-width:100%;
	}

	.page_menu ul {
		-line-height: 1.0em;

		max-width: 100%;
		white-space: nowrap;
  		overflow: scroll;

		--top-mask-size: 0px;
		--bottom-mask-size: 0px;
		mask-image: linear-gradient(to right, transparent 0, black var(--top-mask-size, 0), black calc(100% - var(--bottom-mask-size, 0)), transparent 100%);

	}

	#content.is-top-overflowing {
		--top-mask-size: 48px !important;
	}
	
	#content.is-bottom-overflowing {
		--bottom-mask-size: 48px !important;
	}

	.page_menu li {
		-font-size: 8px;
		padding: 0px;
		margin: 0px;
		-display:inline;
		list-style: none;
		display:inline-block;
		
		-max-width: 40%;
		-text-overflow: ellipsis;
		
		border:none;
		background: none;

		-max-width: 40%;
	}
	.page_menu li a:link, .page_menu li a:visited {
		-font-size: 16px;
		
		padding:0 2px;
		margin: 2px;
		background-color: #000;
		border: none;
		/*
		border: 2px solid;
		border-top-color: #000;
		border-right-color: #000;
		border-bottom-color: #000;
		border-left-color: #000;
		*/
		white-space: nowrap;
		-text-decoration: underline;
		-text-shadow:none;

		max-width: 40%;
		overflow: hidden;
		text-overflow: ellipsis;

		border-radius: 2px;
		
	}
	.page_menu li a:hover {
		background-color: #FFF;
	}

	.article_header {
		font-size: 18px !important;
	}
	.card_title {
		font-size: 18px;
		line-height: 1.5em;
	}


	.social_profiles {

		-font-size: 1px;
		padding: 0px;
		-line-height: 2.5em;
		line-height: 3.5em;
	}
	.social_link {
		paddingt: 0px;
	}
	.social_text {
		display: none;
		-display: block;
		-font-size: 10px;
	}


	.mobi_bottom_menu {
		display:block;
		max-width: 100%;
		overflow: hidden;
		padding-top: 16px;
	}

	.mobi_bottom_menu .page_menu  {
		-display:list-item;
		padding: 0px;
		-width: 100%;
		max-width: calc(100% - 2px);
		overflow: hidden;
	}

	.mobi_bottom_menu .page_menu ul {
		-display:list-item;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.mobi_bottom_menu .page_menu li {
		padding: 0px;
		margin: 0px;
		display:list-item;
		-display: inline-block;
		list-style: none;
		-display:inline-block;
		-max-width: 40%;
		-text-overflow: ellipsis;

		-width: 100%
	}
	.mobi_bottom_menu .page_menu li a {
		display: inline-block;
		max-width: 100%;
		width: 100% !important;
		overflow: hidden;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.mobi_bottom_menu .page_menu li a:link, .page_menu li a:visited {
		color: #FFF;
		width: 100% !important;
		font-size: 24px;
		text-align: center;
		max-width: 100%;
		border-radius: 0;
	}
}
