
/*****************************************************************************/
/* retrobug variables                                                        */
/*****************************************************************************/
:root {
	--retro-red: #ff3036;
	--retro-darkred: #c02010;
	--retro-orange: #f55b1d;
	--retro-yellow: #ffc107;
	--retro-light: rgb(237, 241, 245);
	--retro-darkblue: rgb(49,61,95);
	--retro-blue: #007185;
	--retro-dark: #262626;
	--retro-gray: #ccc;
	--retro-medium: #555;
	--retro-border: #ccc;
	--retro-white: #fff;
	--retro-dark-text:rgb(42, 52, 42);
	--sys-card-width: 260px;
	--sys-img-height: 200px;
	--sys-sticker-top: 190px;
	--sys-sticker-left: 194px;
	--sys-img-box-height: 216px;
	--sticky-top: 50px;

	--main-col-1-sort: 1;
	--main-col-2-sort: 2;
	--main-col-3-sort: 3;
	--page-col-1-sort: 1;
	--page-col-2-sort: 2;
	--main-col-1-width: 25%;
	--main-col-2-width: 55%;
	--main-col-3-width: 20%;
	--main-col-1-padding: 0 0 0 8px;
	--main-col-2-padding: 0 8px 0 8px;
	--main-col-3-padding: 0 0 0 0;

	--width-main-card: 16.6667%;
	--width-blog-card: 33%;
	--width-three-card: 33%;
	--width-book-card: 14.2857%;
	--width-book-main: 49%;
	--width-flex-gap: 6px;

	--capture-width: 1200px;
	--page-width-max: 1536px;
}

/*****************************************************************************/
/* MAIN Site css                                                             */
/*****************************************************************************/
}
html {
	margin: 0px;
	width: 100%;
	height: 100%;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: var(--page-width-max);
	color: var(--retro-dark-text);
	text-align: justify;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
	background-color:var(--retro-white);
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 100%;
	font-style: normal;
	font-optical-sizing: auto;
}
main {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: var(--retro-white)!important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
/*****************************************************************************/
/* Bootstrap Override                                                        */
/*****************************************************************************/
.row>* {
    padding-right: 0;
    padding-left: 0;
}
.no-overflow {
	overflow: wrap;
}
.row-gap {
    display: flex;
    flex-wrap: wrap;
	flex-direction: row;
	margin: 0;
	padding: 0;
	justify-content: flex-start;
	gap: var(--width-flex-gap);
}
.row {
    display: flex;
    flex-wrap: wrap;
	flex-direction: row;
	margin: 0;
	padding: 0;
	justify-content: flex-start;
}

/* For desktop: */
.col-1 {
	width: 8.3333%;
}
.col-2 {
	width: 16.6666%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.3333%;
}
.col-5 {
	width: 41.6666%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.3333%;
}
.col-8 {
	width: 66.6666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.3333%;
}
.col-11 {
	width: 91.6666%;
}
.col-20 {
	width: 20%;
}
.col-80 {
	width: 80%;
}


/* For desktop: */
.rcol-3 {
	width: 25% !important;
}
.rcol-4 {
	width: 33.33% !important;
}
.rcol-6 {
	width: 50% !important;
}
.rcol-8 {
	width: 66.66% !important;
}
.rcol-9 {
	width: 75% !important;
}

/*****************************************************************************/
/* Padding styles                                                            */
/*****************************************************************************/
.p-0 {
	padding: 0!important;
}
.p-1 {
    padding: .25rem!important;
}
.p-2 {
	padding: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.m-0 {
	margin: 0!important;
}
.m-3 {
    margin: 1rem!important;
}

/* Left padding */
.pl-0>* {
	padding-left: 0px!important;
}
.pl-1 {
	padding-left: 1px!important;
}
.pl-2 {
	padding-left: 2px!important;
}
.pl-3 {
	padding-left: 3px!important;
}
.pl-4 {
	padding-left: 4px!important;
}
.pl-8 {
	padding-left: 8px!important;
}
.pl-16 {
	padding-left: 16px!important;
}

/* Right Padding */
.pr-0 {
	padding-right: 0!important;
}
.pr-1 {
	padding-right: 1px!important;
}
.pr-2 {
	padding-right: 2px!important;
}
.pr-3 {
	padding-right: 3px!important;
}
.pr-4 {
	padding-right: 4px!important;
}
.pr-8 {
	padding-right: 8px!important;
}
.pr-16 {
	padding-right: 16px!important;
}

/* Top Padding */
.pt-0 {
	padding-top: 0px!important;
}
.pt-1 {
	padding-top: 1px!important;
}
.pt-2 {
	padding-top: 2px!important;
}
.pt-3 {
	padding-top: 3px!important;
}
.pt-4 {
	padding-top: 6px!important;
}
.pt-8 {
	padding-top: 8px!important;
}
.pt-16 {
	padding-top: 16px!important;
}
.pt-xl {
	padding-top: 32px!important;
}

/* Bottom Padding */
.pb-0 {
	padding-bottom: 0px!important;
}
.pb-1 {
	padding-bottom: 1px!important;
}
.pb-2 {
	padding-bottom: 2px!important;
}
.pb-3 {
	padding-bottom: 3px!important;
}
.pb-4 {
	padding-bottom: 4px!important;
}
.pb-8 {
	padding-bottom: 8px!important;
}
.pb-16 {
	padding-bottom: 16px!important;
}

/* Left Margin */
.ml-0 {
	margin-left: 0!important;
}
.ml-4 {
	margin-left: 4px!important;
}
.ml-6 {
	margin-left: 6px!important;
}
.ml-8 {
	margin-left: 8px!important;
}
.ml-16 {
	margin-left: 16px!important;
}
.ml-24 {
	margin-left: 24px!important;
}

/* Right Margin */
.mr-0 {
	margin-right: 0!important;
}
.mr-1 {
	margin-right: 1px!important;
}
.mr-2 {
	margin-right: 2px!important;
}
.mr-3 {
	margin-right: 3px!important;
}
.mr-4 {
	margin-right: 4px!important;
}
.mr-6 {
	margin-right: 6px!important;
}
.mr-8 {
	margin-right: 8px!important;
}
.mr-16 {
	margin-right: 16px!important;
}
.mr-24 {
	margin-right: 24px!important;
}
.mr-right-responsive {
	margin-right: 0px!important;
}

/* Top margin */
.mt-auto {
    margin-top: auto!important;
}
.mt-0 {
    margin-top: 0!important;
}
.mt-1 {
	margin-top: 1px!important;
}
.mt-2 {
	margin-top: 2px!important;
}
.mt-3 {
	margin-top: 3px!important;
}
.mt-4 {
	margin-top: 4px!important;
}
.mt-6 {
	margin-top: 6px!important;
}
.mt-8 {
	margin-top: 8px!important;
}

/* Bottom Margin */
.mb-1 {
    margin-bottom: .25rem!important;
}
.mb-2 {
	margin-bottom: .4rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}

/* max-height */
.mh-160 {
	max-height: 160px;
	overflow: hidden;
}
.mh-120 {
	max-height: 120px;
	overflow: hidden;
}
.mh-140 {
	max-height: 140px;
	overflow: hidden;
}


/* Justify & Flex */
.justify-content-between {
    justify-content: space-between!important;
}
.justify-center {
	justify-content: center;
}
.jalign-center {
	align-self: center;
}
.d-flex {
    display: flex!important;
}
img, svg {
    vertical-align: middle;
}

/*****************************************************************************/
/* Width, height and position                                                */
/*****************************************************************************/
.image-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
/*    align-items: center;     Centers vertically */
    height: 100%;           /* Ensure the container has a height */
}
.amazon-system img:first-child {
	/*max-width: 98%!important;*/
	max-height: 200px!important;
}
.h-100 {
	height: 100%!important;
}
.h-90 {
	height: 97%!important;
}
.h-80 {
	height: 80%!important;
}
.w-100 {
	width: 100%!important;
}
.w-90 {
	width: 86%!important;
	max-width: 160px;
}
.w-95 {
	width: 98%!important;
}
.w-80 {
	width: 80%!important;
}
.w-50 {
	width: 50%!important;
}
.w-25 {
	width: 25%!important;
}
.no-height {
	height: unset! important;
}
.position-relative {
	position: relative;
}
.position-absolute-right {
	position: absolute;
	right: 0px;
}
.position-absolute-right-4 {
	position: absolute;
	right: 4px;
}

.position-absolute-left-top {
	position: absolute;
	left: 8px;
	top: 8px;
}

/*****************************************************************************/
/* Text styles                                                               */
/*****************************************************************************/
.background-yellow {
	background-color: var(--retro-yellow)!important;
}
.background-light {
	background-color: var(--retro-light)!important;
}
.background-gray {
	background-color: var(--retro-gray)!important;
}
.background-darkblue {
	background-color: var(--retro-darkblue)!important;
}
.background-red {
	background-color: var(--retro-red)!important;
}
.background-darkred {
	background-color: var(--retro-darkred)!important;
}
.background-white {
	background-color: white!important;
}
.background-dark {
	background-color: var(--retro-dark)!important;
}
.background-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
	border-radius: 3px;
}
.font-title {
	font-family:Orbitron!important;
	font-display: swap;
}
.font-body {
	font-family: 'Roboto'!important;
	font-display: swap;
}
.font-menu {
	font-family: Oswald, sans-serif;
	font-display: swap;
}
.text-red {
	color:var(--retro-red)!important;
}
.text-green {
	color:green!important;
}
.text-darkred {
	color:var(--retro-darkred)!important;
}
.text-black {
	color: black!important;
}
.text-orange {
	color: var(--retro-orange)!important;
}
.text-darkblue {
	color: var(--retro-darkblue)!important;
}
.text-gray {
	color:var(--retro-dark)!important;
}
.text-blue {
	color: var(--retro-blue)!important;
}
.text-darkblue {
	color: var(--retro-darkblue)!important;
}
.text-yellow {
	color: var(--retro-yellow)!important;
}
.text-white {
	color: white !important;
}
.text-lightgray {
	color: #898989;
}
.text-medium {
	color: var(--retro-medium)!important;
}
.text-dark {
    color: #212529!important;
}
.text-no-overflow {
	text-overflow: ellipsis;
	overflow: hidden; 
	white-space: nowrap;
}
.line-height-m {
	line-height: 1.55;
}
.line-height-l {
	line-height: 1.8;
}
.line-height-s {
	line-height: 1.475;
}
.line-height-xs {
	line-height: 1.3;
}
.line-height-xxs {
	line-height: 1.1;
}
.font-xxs {
	font-size: .4375rem;
}
.font-xs {
	font-size: .5rem;
}
.font-ms {
	font-size: 0.6375rem;
}
.font-s {
	font-size: 0.6875rem;
}
.font-sm {
	font-size: 0.75rem;
}
.font-m {
	font-size: 0.8125rem;
}
.font-l {
	font-size: 0.85rem;
}
.font-2l {
	font-size: 0.925rem;
}
.font-xl {
	font-size: 1.1rem;
}
.font-xxl {
	font-size: 1.25rem;
}
.font-2xl {
	font-size: 1.5rem;
}
.font-3xl {
	font-size: 1.75rem;
}
.font-4xl {
	font-size: 2.25rem;
}
.font-2xl{
	font-size:1.5rem;
}
.no-decoration {
	text-decoration: none!important;
}
.font-i {
	font-style: italic;
}
.font-b {
	font-weight:bold;
}
.font-w3 {
	font-weight: 300;
}
.font-w4 {
	font-weight: 400;
}
.font-w6 {
	font-weight: 600;
}
.font-w7 {
	font-weight: 700;
}
.align-center {
	text-align:center;
}
.align-left {
	text-align:left!important;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clearfix {
	content: "";
	display: table;
	clear: both;
}
.margin-auto {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

.indent {
	padding-left: 18px;
}
.valign-text-bottom {
	vertical-align: text-bottom;
}
.content-bottom {
	position: absolute;
	bottom: 0;	
	width: 55%;
  	white-space: normal; /* allow wrapping */
  	word-wrap: break-word;	
}
.parent-relative {
	position: relative;
}
.no-border {
	border: none!important;
}
.first-letter:first-letter {
	font-weight: 600;
	font-size: 96px;
	color: white;
	background-color: var(--retro-red);
	border-radius: 2px;
	padding: 6px 3px;
	margin-right: 6px;
	float: left;	
	line-height: .85;
	font-family:Orbitron;
	font-display: swap;
}

/*****************************************************************************/
/* bootstrap alternatives                                                    */
/*****************************************************************************/
.text-end {
    text-align: right!important;
}
.p-0 {
    padding: 0!important;
}
.m-0 {
    margin: 0!important;
}
.ps-2 {
    padding-left: .5em!important;
}
.pb-0 {
    padding-bottom: 0!important;
}
.pt-0 {
    padding-top: 0!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mt-0 {
    margin-top: 0!important;
}
.text-center {
	text-align: center;
}
.p-2 {
    padding: .5rem!important;
}

/*****************************************************************************/
/* html tag overrides                                                        */
/*****************************************************************************/
p {
	margin-bottom:0.75rem;
	margin-top: 2px;
	color: var(--retro-dark-text);
}
cite {
	color: var(--retro-medium);
	font-size: 12px;
	font-weight: 400;
}
span {	
	/*display: inline-block;*/
}
.light-gray:hover {
	font-weight:600;
	font-style: italic;
	color: var(--retro-red)!important;
	background-color: rgb(244,244,244);
}
.no-hover:hover {
	text-decoration:none;
}
.background-highlight:hover {
	text-decoration:none;
	background-color: var(--retro-light);
}
.background-highlight:hover .title-highlight {
	color: var(--retro-red)!important;
}
ol {
	list-style:none;
	counter-reset:li;
	padding-left: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;	
	margin-top: 2px!important;
}
ol li{
	position: relative;
	line-height: 24px;
	font-weight:400;
	font-size: 15px;
}
ol li:before {
	content: counter(li);
	top: 1px;
	margin-left:-36px;
	border-radius:16px; 
	counter-increment:li; 
	background: var(--retro-red); 
	color:white;
	position:absolute; 
	width:30px; border:1px solid var(--retro-red);
	height:20px; 
	text-align: center; 
	font-size:16px;
	line-height: 19px;  
	font-weight:500;
}
h1 {
  	font-optical-sizing: auto;
  	font-size: 1.45rem;
	font-weight: 600;
	margin-bottom: 4px!important;
	margin-top: 20px!important;
	color: black;
}
h2 {
	color: black;
	font-weight: 600;
	font-size: 1.0rem;
	font-style: italic;
	margin-bottom: 4px!important;
	margin-top: 16px!important;
}
h4 {
	color: var(--retro-darkblue);
	font-weight: 600;
	font-size: 0.8rem;
	font-style: italic;
	margin-bottom: 4px!important;
	margin-top: 16px!important;
}

/*****************************************************************************/
/* hover text styling                                                        */
/*****************************************************************************/
.hovertext-left:before {
	right: 16px!important;
}
.hovertext-right:before {
	left: 16px!important;
}
.hovertext {
	position: relative;
	top:0px;
}
.hovertext:before {
	content: attr(data-hover);
	visibility: hidden;
	opacity: 0;
	width: max-content;
	background-color: var(--retro-dark);
	color: white;
	text-align: center;
	border-radius: 3px;
	padding: 8px;
	transition: opacity .25s ease-in-out;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 36px;
}
.hovertext:hover:before {
	opacity: .9;
	visibility: visible;
}

/*****************************************************************************/
/* Blog content types                                                        */
/*****************************************************************************/
.blog-card-img {
  	width: 100%;              /* scales with browser width */
  	aspect-ratio: 1.7;
  	object-fit: fill;  	
	border-radius: 8px !important;
	border: 1px solid var(--retro-gray);
}
/*****************************************************************************/
/* main content types                                                        */
/*****************************************************************************/
.hide-on-mobile {
	visibility: visible;
}
.main-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	align-items: stretch;
}
.main-content-spaced {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}
.main-card {
	flex-direction: column;
	align-content:left;
	text-align:left;
	position: relative;
	width: var(--width-main-card);
}
.main-card-icon {
	width: 24px;
	height: 24px;
}
.main-card-icon-lg {
	width: 36px;
	height: 36px;
}
.main-card-inner {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}
.main-card-border {
	background-color: white;
	border: 1px solid #ddd;
	box-shadow: 0 3px 8px rgba(0,0,0,.1)!important;
	border-radius: 4px;
	height:100%;
	width: 100%;
	overflow: hidden;
}
.main-card-title {
	padding: 2px 4px 3px 6px;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.main-card-img-box {
	width:100%;
	height:var(--sys-img-box-height);
	display:block;
	overflow: hidden;
}
.main-card-img-box img {
	height:var(--sys-img-height);
	border-style: none;
	margin-top:6px;
	margin-left:0px;
	vertical-align: bottom;
}
.three-card {
	flex-direction: column;
	align-content:left;
	text-align:left;
	position: relative;
	width: var(--width-three-card);
}
.three-card-inner {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 24px;
	height: 100%;
	width: 100%;
}
.main-col-1 {
	order: var(--main-col-1-sort);
	padding: var(--main-col-1-padding);
	width: var(--main-col-1-width);
}
.main-col-2 {
	order: var(--main-col-2-sort);
	padding: var(--main-col-2-padding);
	width: var(--main-col-2-width);
}
.page-col-1 {
	order: var(--page-col-1-sort);
	padding: var(--main-col-1-padding);
	width: var(--main-col-1-width);
}
.page-col-2 {
	order: var(--page-col-2-sort);
	padding: var(--main-col-2-padding);
	width: var(--main-col-2-width);
}
.main-col-3 {
	order: var(--main-col-3-sort);
	padding: var(--main-col-3-padding);
	width: var(--main-col-3-width);
}
.padding-left {
	padding-left: 8px;
}
.padding-right {
	padding-right: 6px;
}
.mobile-hide {
}
/*****************************************************************************/
/* Media Queries                                                             */
/*****************************************************************************/
@media only screen and (max-width: 5000px) {
	:root {

		--width-main-card: calc((100% - (5 * var(--width-flex-gap))) / 6); 
		--width-book-card: calc((100% - (8 * var(--width-flex-gap))) / 9);
		--width-book-main: calc((100% - (2 * var(--width-flex-gap))) / 3);
		--main-col-3-padding: 0 0 0 0;
		--base-font-size: 15px;

	}
}
@media only screen and (max-width: 1536px) {
	:root {
		--width-main-card: calc((100% - (4 * var(--width-flex-gap))) / 5);
		--width-book-card: calc((100% - (7 * var(--width-flex-gap))) / 8);
		
	}
}
@media only screen and (max-width: 1280px) {
	:root {
		--width-main-card: calc((100% - (3 * var(--width-flex-gap))) / 4);
		--width-book-card: calc((100% - (6 * var(--width-flex-gap))) / 7);
		--width-book-main: calc((100% - (1 * var(--width-flex-gap))) / 2);
		--main-col-1-width: 25%;
		--main-col-2-width: 52%;
		--main-col-3-width: 23%;
	}
}
@media only screen and (max-width: 1024px) {
	:root {
		--width-main-card: calc((100% - (2 * var(--width-flex-gap))) / 3);
		--width-book-card: calc((100% - (5 * var(--width-flex-gap))) / 6);
		--base-font-size: 14px;
		--main-col-1-width: 30%;
		--main-col-2-width: 70%;
		--main-col-3-width: 100%;
		--main-col-3-padding: 0 8px 0 8px;
		--sticky-top: 40px;
		--page-col-1-sort: 2;
		--page-col-2-sort: 1;
		--main-col-1-sort: 1;
		--main-col-2-sort: 2;
		--main-col-3-sort: 3;

	}
	.event-box { 
		width: 50%!important;
	}
	.mr-right-responsive {
		margin-right: 8px!important;
	}
}
@media only screen and (max-width: 768px) {
	:root {
		--width-main-card: calc((100% - (1 * var(--width-flex-gap))) / 2);
		--width-book-card: calc((100% - (4 * var(--width-flex-gap))) / 5);
		--main-col-1-width: 35%;
		--main-col-2-width: 65%;
		--main-col-3-width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	:root {
		--width-book-card: calc((100% - (3 * var(--width-flex-gap))) / 4);
		--width-book-main: calc((100% - (3 * var(--width-flex-gap))) / 4);
		--main-col-1-width: 100%;
		--main-col-2-width: 100%;
		--main-col-3-width: 100%;
		--main-col-1-sort: 2;
		--main-col-2-sort: 1;
		--main-col-3-sort: 3;
	}
	.hide-on-mobile {
		visibility: hidden;
		height: 0px !important;
	}
	.order-2 {
		display: block !important;
	}
	.order-1 {
		display: flex;
	}
	[class*="rcol-"] {
		width: 100% !important;
	}
	.padding-left {
		padding-left: 0px!important;
	}
	.padding-right {
		padding-right: 0px!important;
	}
	.ps-2 {
    	padding-left: 0px!important;
	}
}
@media only screen and (max-width: 512px) {
	:root {
		--width-book-card: calc((100% - (2 * var(--width-flex-gap))) / 3);
		--width-book-main: calc((100% - (2 * var(--width-flex-gap))) / 3);
	}
	.event-box { 
		width: 100% !important;
	}
	[class*="rcol-"] {
	  width: 100% !important;
	}
}



@media print {
	body {
		/* Force the browser to render screen styles */
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
    	}

	/* Trick: tell the browser to use screen styles */
	html {
		zoom: 100%; /* keep proportions */
	}

	/* Avoid Bootstrap’s print overrides */
	* {
		visibility: visible !important;
		overflow: visible !important;
	}
}

/*****************************************************************************/
/* Podcast Styles                                                            */
/*****************************************************************************/
.btn-podcast {
	border-radius: 36px !important;
	background-color: #fff;
	border: 1px solid var(--retro-border) !important;
	color: var(--retro-blue);
}
.btn-podcast:hover {
	background-color: var(--retro-blue);
	color: #fff;
}
.podcast-img {
	width: 100%;
	margin-bottom:6px;
}
.podcast-divider {
	border-top: 1px solid var(--retro-gray);
	padding-top: 2px;
	margin-top: 6px;
}
.podcast-title {
	padding-top: 6px;
	padding-bottom: 4px;
}
.podcast-bottom {
	padding-bottom: 0px;
}
.podcast-description {
	width: 37%;
}
.podcast-feed {
	width: 63%;
}
.podcast-border {
	border: 1px solid var(--retro-gray);
}
.episode-marker {
    background-color: var(--retro-red);
    right: 0px;
    top: 0px;	
	border-radius: 50rem!important;
	position: absolute!important;
	display: inline-block;
    padding: .35em .65rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	font-weight: 700;
	right: 0px;
	top: 0px;
}
.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	cursor: pointer;
    padding: .25rem .8rem;
	border-radius: .25rem;
	margin: 3px;
	border: 1px solid transparent;
	font-family: inherit;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}
.btn-main {
	color: #fff;
	background-color: var(--retro-red);
	border-color: var(--retro-red);
}
.btn-main:hover {
    color: var(--retro-darkred)!important;
    background-color: #fff!important;
    border-color: var(--retro-border);
}
.btn-yellow {
	background-color: var(--retro-yellow)!important;
	border-color: var(--retro-yellow)!important;
	color: black;
	margin-right: 8px;
}
.btn-yellow:hover {
    background-color: #fff!important;
	border-color: #fff!important;
}


/*****************************************************************************/
/* Backgrounds																 */
/*****************************************************************************/
.page-header {
	background-repeat: no-repeat;
	background-size: cover;
	
}
.podcast-background {
	background-image: url("/resource/img/ui/banner_podcast.webp");
	background-repeat: no-repeat;
	background-size:cover;
	height: 200px;
}
.system-background {
	height: 200px;
	background-image: url("/resource/img/ui/banner_computer.webp");
	background-repeat: no-repeat;
	background-size:cover;
}
.books-background {
	height: 200px;
	background-image: url("/resource/img/ui/banner_books.webp");
	background-repeat: no-repeat;
	background-size:cover;
}
.header-spacer {
	height: 64px;
}
.text-shadow-white {
	text-shadow: 2px 2px 24px white;
}
.text-shadow-black {
	text-shadow: 2px 2px 24px black;
}/*****************************************************************************/
/* Text expansion with a more button                                         */
/*****************************************************************************/
.textExpansionBox input {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}
.textExpansionBox span {
	display: -webkit-inline-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.textExpansionBox input:focus ~ label {
	outline: -webkit-focus-ring-color auto 5px;
}
.textExpansionBox input:checked + span {
	-webkit-line-clamp: unset;
	overflow: visible;
}
.textExpansionBox label {
	border-radius: 4px;
	position: absolute;
	right: 15;
}
.expandText {
	visibility: hidden;
}

.sys-text-1 {
  column-count: 1;        /* two columns */
  column-gap: 2rem;       /* spacing between them */
  column-fill: balance;   /* balance columns nicely */
}
.sys-text-2 {
  column-count: 2;        /* two columns */
  column-gap: 2rem;       /* spacing between them */
  column-fill: balance;   /* balance columns nicely */
}
.sys-text-3 {
  column-count: 3;        /* two columns */
  column-gap: 2rem;       /* spacing between them */
  column-fill: balance;   /* balance columns nicely */
}
.sys-text p {
  display: block;         /* make sure each paragraph flows properly */
  margin-bottom: 1em;
}
  
/*****************************************************************************/
/* Book List Styles                                                          */
/*****************************************************************************/
.booklist-img {
	width: 88px;
	float: right;
	height: 120px;
	padding: 0;
	margin: 3px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
.book-box {
	flex-direction: column;
	align-content:left;
	text-align:left;
	overflow: hidden;
	position: relative;
}
.book-box-main {
	width: var(--width-book-main);
}
.book-box-general {
	width: var(--width-book-card);
}
.book-box-inner {
	padding-bottom: 6px;
	padding-top:0px;
}
.book-box p {
	margin-bottom: 0.5rrem;
}
.book-box-img-box {
/*	height: 220px;*/
    border: 1px solid #ddd;
	margin-bottom: 8px;
	position: relative;
	display: block;
}
.book-box-img-box img:first-child {
	width:100%;
	/*width:144px;*/
	border: none;
}
.book-box-img-box:hover {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transform: translateY(-5px) scale(1.1);
	-moz-transform: translateY(-5px) scale(1.1);
	-o-transform: translateY(-5px) scale(1.1);
	transform: translateY(-5px) scale(1.1);	
}

/*****************************************************************************/
/* News Styles                                                               */
/*****************************************************************************/
.article-img {
	width: 188px;
	border: none;
	margin-top: 0px;
	margin-bottom:4px;
	margin-left: 8px;	
	float:none;
	display: inline-block;
}
/*****************************************************************************/
/* Top info content                                                          */
/*****************************************************************************/
div.section-title {
	margin-top:16px;
	margin-bottom:8px;
	padding-top:8px;
}
div.section-title-inner {
	border-bottom:2px solid var(--retro-red);
}

/*****************************************************************************
 * Footer content                                                          
 *****************************************************************************/
div.footer {
	margin-top:8px;
	margin-bottom:16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top:8px;
	padding-bottom:24px;
	border-top:1px solid var(--retro-gray);
}

/*****************************************************************************/
/* sticker for system date                                                   */
/*****************************************************************************/
aside.sticker {
	margin: 10px;
	font-family: 'Orbitron', sans-serif;
	font-display: swap;
	font-size: 16px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	color: white;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: var(--sys-sticker-top);
	right:0px;
	border-radius: 100%;
	background: -webkit-linear-gradient(135deg, transparent 14px, var(--retro-darkred) 16px, var(--retro-red) 40%);
	text-align: center;
	padding-top: 13px;
	overflow: hidden;
}
aside.sticker:after {
	content: " ";
	display: block;
	border-radius: 100%;
	background: -webkit-linear-gradient(135deg, transparent 55px, #000 50px,#666 50px, #fff 85%);
	box-shadow: -1px -1px 8px 1px rgba(0, 0, 0, 0.2);
	width: 50px;
	height: 50px;
	margin-left: 28px;
	margin-top: -3px;
}

/******************************************************************************/
/* Event and Calendar Styles                                                  */
/******************************************************************************/
.calendar-tile {
	width: 60px;
    height: 100%;
	background-color: var(--retro-red);
	text-align: center;
	color: var(--retro-dark);
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0px 6px 6px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
  }
.calendar-tile .month {
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: bold;
 }
.calendar-tile .day {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 2px;
    margin-top: 2px;
    color: var(--retro-white);
}
.calendar-tile .year {
	font-size: 16px;
	margin-bottom:4px;
}
.calendar-tile .duration {
	color: var(--retro-yellow);
	font-size: 14px;
	font-style: italic;
}
.event-box {
	width: 100%;
}
.event-box-wide {
	width: 100%;
}
.event-box-padding {
	margin-bottom: 8px!important;
	padding-right: 56px;	
}
.event-box-inner {
	border-color: var(--retro-border) !important;
	border: solid 1px;
	width: 100%;
	font-family: halyard-display, sans-serif;
}
.event-image {
	height: 106px;
}
.event-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 96%;
	max-height: 86px;
}
.event-detail-img {
	max-height: 180px;
	max-width: 100%;
}

/*****************************************************************************/
/* Navigator bar                                                             */
/*****************************************************************************/
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}	
.sticky-top-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 1010;
}	
.search-bar {
	padding-right:16px;
	height: 40px;
}
.collapse:not(.show) {
    display: none;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rrem;
    padding-bottom: .5rrem;
}
.navbar details > summary {
    list-style-type: none;
	font-weight: 700;
	padding-right: 16px;
    font-size: 24px!important;
    color: #fff;
	background-color:transparent;
	border: none;
}
.navbar details > summary img {
	vertical-align: middle;
}

.navbar details > summary::-webkit-details-marker {
    display: none;
}

.navbar details > summary::before {
    content: '☰';
}

.navbar details[open] > summary::before {
    color: var(--retro-darkred);
}

.navbar details {
    padding-left: 0.5rrem;
}

.navbar details[open] > summary {
    margin-bottom: 0.5rrem;
}
.navlink {
    align-content: center;
    display: inline-flex;
	flex-wrap: wrap;
	padding-left: 12px!important;
}
.navlink a {
    font-size: 16px!important;
    font-weight: 600!important;
    color: #fff;
	text-decoration:none;
}
.navlink a:hover {
	color: var(--retro-yellow);
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-nav {
    display: flex;
    padding-left: 0;
    list-style: none;
	margin-top: 0;
	flex-direction: column;
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}	
	.navbar-expand-lg .navbar-collapse {
    	display: flex!important;
    	flex-basis: auto;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.mb-lg-0 {
		margin-bottom: 0!important;
	}
}


.form-label {
    margin-bottom: .5rrem;
}

label {
    display: inline-block;
}
.form-control {
    display: block;
    width: 100%;
    padding: .3rem .75rem;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.2;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge {
    display: inline-block;
    padding: 0 .65rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

/*****************************************************************************/
/* Border Options                                                            */
/*****************************************************************************/
.border-light {
	border: 1px solid var(--retro-gray);
}
.border-light-top {
	border-top: 1px solid var(--retro-gray);
}
.border-light-bottom {
	border-bottom: 1px solid var(--retro-gray);
}
.border-red-bottom {
	border-bottom: 1px solid var(--retro-red);
}
.border-red-bottom-dashed {
	border-bottom: 2px dashed var(--retro-red);
}
.border-yellow-bottom {
	border-bottom: 1px solid var(--retro-yellow);
}
.border-rad-4 {
	border-radius: 4px;
}
.border-rad-16 {
	border-radius: 16px !important;
}
.border-rad-8 {
	border-radius: 8px !important;
}
.border-rad-8-top {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.border-rad-8-bottom {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/*****************************************************************************/
/* Navigator bar                                                             */
/*****************************************************************************/
.date-bar {
	height: 32px;
	width: 100%;
	background-color:var(--retro-dark);
	color: #c9c9c9;
	font-size: 0.76em;

}

.like {
	background-color:var(--retro-darkblue);
	font-weight: 900;
	color: white;
	display: block;
	width: 90px;
	height: 31px;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	padding-top:2px;
}
.search-box {
	width: 80%;
	max-width: 600px;
    margin: 1px 0 1px 1px;
    padding: 0;
    max-height: none;
    outline: none;
    box-sizing: border-box;
    height: 32px;
    vertical-align: top;
	background: url(/retrobug/resource/img/ui/ui_search.png);
	background-position-y: 5px;
	background-position-x: 8px;
	background-size: 24px;
	background-repeat: no-repeat;
	text-align: left;
}
.search-input {
    background-color: transparent;	
	overflow: hidden;
	-webkit-appearance: none;
    height: 32px;
	appearance: none;
	resize: none;
	font-family: 'Roboto';
  	font-weight: 300;
	border: none;
	width: 80%;
	border: 0;
	outline: none;
}
.search-submit {
	background-color: transparent;
    width: 24px;
    height: 24px;
    text-indent: -99rem;
    border-width: 0;
    border-style: solid;
    margin: 5px 5px 5px 5px;
    position: relative;
    left: 2px;
	cursor:pointer;
}

.hero-image {
	max-height: 460px;
	object-fit: contain;
	width: 90%;
}


/*******************************************************************
	Image Lightbox
********************************************************************/
.lightbox {
	--overlay-bg: rgba(255, 255, 255, 0.85); /* 70% gray filter */
	--overlay-bg2: rgba(128, 128, 128, 0.63); /* 70% gray filter */
	--radius: 12px;
	--shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
	--speed: 420ms;
	--easing: cubic-bezier(.2,.7,.2,1);
    	margin-inline-start: 0;
    	margin-inline-end: 0;	
	text-align: center;
}

.lightbox__toggle {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
	margin: -1px;
	padding: 0;
}

.lightbox__thumb {
	cursor: zoom-in;
}
.lightbox__thumb img {
	width: 99%;
	object-fit: contain;
	height: auto;
	border-radius: 0;
	max-height: 270px;
}


.lightbox__overlay {
	position: fixed;
	inset: 0;
	display: grid;
	place-items: center;
	background: var(--overlay-bg2);
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--speed) var(--easing), visibility var(--speed) var(--easing);
	cursor: zoom-out;
	z-index: 9999;
}

.lightbox__overlay img {
	width: auto;
	height: auto;
	display: block;
	max-width: 80vw;
	max-height: 80vh;
	min-width: 50vw;
	object-fit: contain; /* preserves aspect ratio */
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	background: var(--overlay-bg);
	transition: transform var(--speed) var(--easing);
	transform: scale(.98);
}

.lightbox__toggle:checked ~ .lightbox__overlay {
	opacity: 1;
	visibility: visible;
}
.lightbox__toggle:checked ~ .lightbox__overlay img {
	transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
	.lightbox__overlay,
	.lightbox__overlay img {
		transition: none;  
  	}
}

/*************************************************************************
	Carrousel
**************************************************************************/
.carousel {
  width: 100%;          /* set as needed */
  aspect-ratio:2;
  position: relative;
  overflow: hidden;
	border-radius: 8px !important;
	border: 1px solid var(--retro-gray);
	margin-left:4px;
	margin-right:4px;
	padding: 0;
}

/* SLIDES */
.slides {
  display: flex;
  width: 600%;           /* 100% × number of slides */
  height: 100%;
  animation: slide 39s infinite;
}

.slide {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
}

.slide-panel {
	width: 16.66667%;
	height: 90% !important;
}
.slide-title-bar {
	width: 100%;
	background-color: var(--retro-darkblue);
	padding: 2px 0px 4px 8px;
	line-height: 1;
	font-family: Orbitron!important;
}
.slide-subtitle {
	font-size: 0.6875rem;
	font-weight: 100;
	color: var(--retro-yellow) !important;
}
.slide-title {
	font-size: 1.75rem;
	font-size: clamp(1.1rem, 7cqw, 1.75rem);
	font-weight: 700;
	color: white;
}
.slide-info-bar {
	background-color: var(--retro-light);
	font-size: 18px;
	font-weight: 200;
	font-size: clamp(8px, 1.5cqw, 18px);
	position: absolute;
	bottom: 64px;
	padding: 4px 0px 4px 16px;
	opacity: 0.85;
	width: 65%;
}
.slide-content {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
}
.slide-img-panel {
	height: 96% !important;
}
.slide-year-panel {
	position: absolute;
	right: 12px;
	top: 0px;
	font-family: 'Orbitron', sans-serif;
	font-size: 24px;
	font-size: clamp(16px, 6cqw, 56px);
	color: var(--retro-red);
}

.slide img {
	width: 100% !important;
	max-height: 90% !important;
	object-fit: contain;
}

/* DOTS */
.dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

.dots span {
	width: 10px;
	height: 10px;
	background: var(--retro-gray);
	border-radius: 50%;
	animation: dot 39s infinite;
}

/* DOT TIMING */
.dots span:nth-child(1) { animation-delay: 0s; }
.dots span:nth-child(2) { animation-delay: 6.5s; }
.dots span:nth-child(3) { animation-delay: 13s; }
.dots span:nth-child(4) { animation-delay: 19.5s; }
.dots span:nth-child(5) { animation-delay: 26s; }
.dots span:nth-child(6) { animation-delay: 32.5s; }

/* SLIDE ANIMATION */
@keyframes slide {
  0%, 15.4%   { transform: translateX(0); }
  16.7%, 32%  { transform: translateX(-100%); }
  33.3%, 48.7%  { transform: translateX(-200%); }
  50%, 65.4%  { transform: translateX(-300%); }
  66.7%, 82%  { transform: translateX(-400%); }
  83.3%, 98.7%  { transform: translateX(-500%); }
  100%      { transform: translateX(0); }
}

/* DOT ANIMATION */
@keyframes dot {
  0%, 15.4%   { background: var(--retro-red); }
  16.7%, 100% { background: var(--retro-gray); }
}
