﻿/*	C S S	*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&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'); */

html {
	width: 100%;
	max-width: 100%;
	background-color: #336699;
	scroll-behavior: smooth;
}

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

	color: #1d1d1d;
	font-family: 'Open Sans', '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: goldenrod;
	----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: #0067b8;
  	font-family: 'Open Sans';

	color: gold; 
	-text-shadow: 0px 1px 1px goldenrod;
	-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: #000000;}
a:hover   {-text-decoration: underline; -color: rgb(252, 237, 109); -text-shadow:#F7F7F7 1px 1px 1px}


p a:link, .card a:link, #article_body ul li a:link	{text-decoration: underline; color: gold; -border-bottom:#00CC33 1px dotted; -border-bottom:#00CC33 1px solid; -text-shadow:#32CD32 0px 1px 1px;}
p a:hover, .card a:hover, #article_body ul li a:hover   {text-decoration: none; color: rgb(255, 229, 79); -text-shadow:#F7F7F7 1px 1px 1px}


li {
	list-style-type: square;
}

.featured {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.lnk_btn {
	margin: 8px;
	padding: 4px 8px;
	border: 1px solid #666;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-radius: 8px;
	background-color: #eee;
	box-shadow: #aaa 1px 1px 1px;
	line-height: 2.8em;
	white-space: nowrap;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;

	border-radius: 8px;
	color: #000 !important;
	background-color: gold;
}

.lnk_btn:hover {
	color:#333;
	background-color: lightgoldenrodyellow;
}



.featured_image {
	-margin: 22px 0;
	max-width: 100%;
	height: auto;
}

.data_box {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

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

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










img.bullet {vertical-align:middle}

span.nobr	{
	white-space: nowrap;
}


.wrapper {
	width: 1328px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.page_header {
	padding-top: 4px;
	-font-family: 'Oranienbaum';
	font-family: 'Abril Fatface';
	
	text-align: center;
	-font-size:large;
	max-width:100%;
	background-color: #336699;

	border-bottom: 2px solid #20405f;
}
.page_header_text {
	font-size: 32px;
	font-weight:bold;
	-font-family: 'Tourney', cursive;
	max-width:100%;
	color: goldenrod;
	text-shadow: 0px 1px 1px #ff9321;
}
.page_header .colorized {
	color: gold;
}
.page_header_text a:link, .page_header_text a:visited{
	----color: #32CD32;
}
.page_header_tagline {
	font-family: 'Geo';
	font-size: 18px;
	padding:0;
	margin:0;
	color: #CCC;
	display:block;
}




.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: #336699;
	-background-color: transparent;
	-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: goldenrod;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #20405f;
	text-align: center;
	font-size:14px;
	
}




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

	---border-bottom:  1px solid #666;

}
.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;

	---border-bottom-width: 0;
	---padding-bottom:0;

	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;
}













.social_profiles {
	text-align: center;
	-font-family: 'Courier New', Courier, monospace;
	font-family: 'Oranienbaum';
	font-size: 16px;
	padding: 4px;
	line-height: 2.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-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 16px;

	-flex-flow: column wrap;

	-margin: 0;
	-padding-left:0px;
}

.card {
	-margin: 0.5rem;
	
	width:320px;
	max-width: 100%;
	-padding: 8px;
	color: #0A0A0A;
	text-shadow: none;
	background-color: #ffffff;
	-border: 1px solid #eaeaea;

	box-shadow:#8d8d8d 1px 1px 3px;
	
	-margin-bottom: 16px;
	
	-float: left;

	-display:inline;

	border-radius:6px;

	cursor: pointer;
}

.card:hover {
	box-shadow:#1b1b1b 1px 1px 3px;
	filter: opacity(90%);
	background-color: #fcfcfc;
}
.card_image, .card img {
	width:320px;
	max-width: 100%;
	height: auto;

	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.card_title {
	-font-family: 'Oranienbaum';
	-font-family: 'Abril Fatface';

	color: #0067b8;
  	font-family: 'Open Sans';

	display: block;
	overflow:hidden;
	text-align:center;
	font-size: x-large;
	-color: #009900;
	---color: #F0F0F0;
	---background-color: #009900;

	padding-top: 4px;

	-text-shadow: 0px 1px 1px #ac5901;


}

.card_description {
	padding: 8px;
}

.card a {
	color: #0067b8;
}
.card a:link, .card a:visited {
	color: #0067b8;
	text-decoration: none;
	-text-shadow: none;
	-text-shadow: 0px 2px 1px #026c13;
}
.card a:hover {
	text-decoration: underline;
}

.card_metadata {
	padding: 8px;
	font-size: small;
}





.more_box{
	text-align:center; 
	padding: 8px;
}
a.more {
	color: white;
	text-decoration:none;
	background-color: goldenrod;
	padding: 0 4px;
	-background-color: #32CD32;
	-text-shadow: 0px 2px 1px #026c13;
	-box-shadow: 0px 2px 1px #026c13;

	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;	
}
a.more:link, a.more:visited {
	color: white;
	text-decoration:none;
	background-color: goldenrod;
	-background-color: #00CC33;
	padding: 0 4px;

	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.more:hover {
	color: gold;
	text-decoration:none;
	-background-color: #00CC33;
	background-color: #FFF;
	border: 1px solid goldenrod;
	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;
}

.article_metadata {
	font-weight: bold;
	color: #666;
	font-size: small;
}

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

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




.article_header {
	font-family: 'Oranienbaum';
	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;
}

article header h1 {
	font-size: 28px;
	-color: gold;
	color: #0067b8;
	-background:#00CC33;
	-box-shadow: #B4FFB4 0px 0px 1px;
	-padding-left: 8px;
	-padding-right: 4px;
	-border-left: 2px dotted #000;
	-border-left-color: transparent;
	-font-family: 'Abril Fatface';
	-text-shadow: 0px 1px 1px #ff9321;
}

.article_header_subtitle {
	font-size: 14px;
	margin-top:0px;
}

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



.breadcrumb {
	font-size:small;
	font-size:11px;
	font-stretch:condensed;
	line-height: 1.5em;
	color:#c5ccd3;
	text-decoration:none;
	padding: 0px;
}
.breadcrumb li {
	display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
	padding: 2px;
	color: rgb(221, 221, 221);
	content: ">\00a0";
}

.breadcrumb a {	font-weight:bold;
white-space: nowrap; color:#B7BECD; text-decoration:none; text-shadow: #FFFFFF 0 1px 1px; line-height:1.5em;}
.breadcrumb a:hover {color: #6D85A3}






.mobi_bottom_menu {
	display:none;
}




@media (max-width: 600px) {
	.page_header_text {
		font-size: 28px;
	}
	.page_header_tagline {
		font-size: 18px;
		max-width:100%;
	}

	.page_menu ul {
		line-height: 1.0em;
	}
	.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: 20px !important;
	}
	.card_title {
		font-size: 20px;
	}


	.social_profiles {

		font-size: 1px;
		padding: 0px;
		-line-height: 2.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: 100%;
		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;
	}
}

@media print {
	.no_print {
		display: none !important;
	}
}
